:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#111827;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}button{font-family:inherit;cursor:pointer}*{font-family:Helvetica,Helvetica Neue,Arial,sans-serif}.case-overview{margin-top:1.5rem;margin-bottom:1.5rem}.overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.overview-title{font-size:2rem;font-weight:700;color:#212529;margin:0;line-height:1.2}.case-badges{display:flex;align-items:center;gap:.5rem}.info-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.info-item{display:flex;gap:.5rem;font-size:1rem;line-height:1.6}.info-label{font-weight:700;color:#212529}.info-value{color:#212529}.flight-option{margin-top:1rem}.option-title{font-size:1rem;font-weight:700;color:#212529;margin:0 0 .5rem}.flight-list{list-style:none;padding:0;margin:0}.flight-item{font-size:1rem;line-height:1.6;color:#212529;margin-bottom:.25rem}.flight-number{font-weight:700}@media(max-width:640px){.overview-header{flex-direction:column;align-items:flex-start;gap:1rem}.overview-title{font-size:1.5rem}.case-badges{flex-wrap:wrap}}.case-overview--experiment{display:flex;flex-direction:column;gap:1rem}.case-overview--experiment .xsection+.xsection{margin-top:0}.app-header{position:relative;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:0;padding:1rem;border-bottom:1px solid #e9ecef}.acai-logo{height:1.5rem;width:auto;display:block}.app-title{font-size:1.5rem;font-weight:600;color:#213547;margin:0;line-height:1;font-family:Helvetica,Helvetica Neue,Arial,sans-serif}@media(max-width:640px){.app-header{padding:.875rem 1rem}.app-title{font-size:1rem}}.app-header:has(.header-actions){justify-content:flex-start;flex-wrap:wrap;row-gap:.5rem}.header-actions{display:flex;align-items:center;gap:.5rem;order:3;margin-left:auto}.header-actions .report-btn{position:static;right:auto;white-space:nowrap}@media(max-width:560px){.header-actions{width:100%;margin-left:0;justify-content:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-weight:500;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:all .2s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--sm{padding:6px 12px;font-size:12px}.btn--md{padding:10px 20px;font-size:14px}.btn--lg{padding:14px 28px;font-size:16px}.btn--full-width{width:100%}.btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#7c3aed)}.btn--secondary{background:#f1f5f9;color:#475569}.btn--secondary:hover:not(:disabled){background:#e2e8f0}.btn--outline{background:transparent;border:1px solid #e2e8f0;color:#475569}.btn--outline:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn--ghost{background:transparent;color:#475569}.btn--ghost:hover:not(:disabled){background:#f1f5f9}.btn--danger{background:#ef4444;color:#fff}.btn--danger:hover:not(:disabled){background:#dc2626}.btn__icon{display:inline-flex;align-items:center;justify-content:center}.btn__text{display:inline-flex;align-items:center}.badge{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:500;border-radius:.375rem;white-space:nowrap;border:1px solid #dee2e6}.badge--sm{padding:.25rem .5rem;font-size:.75rem}.badge--md{padding:.375rem .75rem;font-size:.875rem}.badge--lg{padding:.5rem 1rem;font-size:1rem}.badge--default{background-color:#f8f9fa;color:#495057}.badge--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.badge--secondary{background:#e2e8f0;color:#334155}.badge--success{background:#dcfce7;color:#166534}.badge--warning{background:#fef3c7;color:#92400e}.badge--danger{background:#fee2e2;color:#991b1b}.star-rating{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid #e9ecef}.star-rating-label{font-size:.875rem;color:#6c757d;font-weight:700}.stars-container{display:flex;gap:.125rem}.star{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .1s ease}.star:hover{transform:scale(1.1)}.star.submitted{cursor:default}.star.submitted:hover{transform:none}.star svg{display:block}.star-rating-thanks{font-size:.875rem;color:#28a745;font-weight:500;margin-left:.5rem}.report-btn{position:absolute;right:1rem;background:linear-gradient(135deg,#8043f9,#9c6df9);border:none;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #8043f933}.report-btn:hover{background:linear-gradient(135deg,#6f37d9,#8a5de6);box-shadow:0 4px 8px #8043f94d}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:8px;padding:1.5rem;max-width:480px;width:100%;position:relative;box-shadow:0 4px 20px #00000026}.modal-close{position:absolute;top:.75rem;right:.75rem;background:transparent;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;line-height:1;padding:.25rem}.modal-close:hover{color:#343a40}.modal-title{font-size:1.25rem;font-weight:600;color:#213547;margin:0 0 1rem}.modal-description{font-size:.875rem;color:#495057;line-height:1.5;margin:0 0 1rem}.report-textarea{width:100%;min-height:120px;padding:.75rem;border:1px solid #dee2e6;border-radius:6px;font-size:.875rem;font-family:inherit;resize:vertical;margin-bottom:1rem}.report-textarea:focus{outline:none;border-color:#6e3cbc;box-shadow:0 0 0 2px #6e3cbc1a}.report-textarea::placeholder{color:#adb5bd}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.modal-cancel-btn{padding:.5rem 1rem;border:1px solid #dee2e6;background:#fff;color:#495057;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-cancel-btn:hover{background:#f8f9fa;border-color:#adb5bd}.modal-submit-btn{padding:.5rem 1rem;border:none;background:#6e3cbc;color:#fff;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-submit-btn:hover{background:#5a32a3}.modal-submit-btn:disabled{background:#adb5bd;cursor:not-allowed}.report-success{text-align:center;padding:1rem 0}.report-success p{color:#28a745;font-size:.9375rem;margin:0}.report-error{color:#dc3545;font-size:.875rem;margin:0 0 1rem;padding:.5rem .75rem;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px}@media(max-width:640px){.modal-header,.modal-content{padding:1rem}.modal-title{font-size:1.125rem}}.case-section{margin-bottom:1.5rem}.section-title{color:#212529;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-weight:700;font-size:1rem;line-height:1.5;margin:0 0 .75rem}.case-text{font-size:1rem;line-height:1.6;color:#212529;margin:0 0 .75rem}@media(max-width:640px){.section-title,.case-text{font-size:.9375rem}}.response-draft-section{margin-top:1.5rem;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:.5rem;overflow:hidden}.draft-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background-color:#fff;border-bottom:1px solid #dee2e6}.draft-title{font-size:1.125rem;font-weight:600;color:#212529;margin:0}.draft-actions{display:flex;gap:.75rem;align-items:center}.copy-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background-color:#fff;color:#495057;border:1px solid #dee2e6;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;min-width:100px}.copy-btn:hover{background-color:#f8f9fa;border-color:#ced4da}.copy-btn svg{width:16px;height:16px}.copy-btn--copied{border-color:#22c55e;color:#22c55e}.check-icon-animated path{stroke-dasharray:30;stroke-dashoffset:30;animation:checkDraw .4s ease forwards}@keyframes checkDraw{to{stroke-dashoffset:0}}.close-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#6c757d;font-size:1.5rem;cursor:pointer;border-radius:.25rem;transition:all .2s;line-height:1}.close-btn:hover{background-color:#f8f9fa;color:#212529}.draft-content{padding:1.25rem;background-color:#fff}.draft-text{font-size:1rem;line-height:1.6;color:#212529;margin:0 0 1rem}.draft-text:last-child{margin-bottom:0}.draft-list{list-style:none;padding-left:0;margin:.5rem 0 1rem}.draft-list li{font-size:1rem;line-height:1.6;color:#212529;margin-bottom:.25rem;padding-left:1.25rem;position:relative}.draft-list li:before{content:"•";position:absolute;left:.5rem;font-weight:700}.ask-acai-section{margin-top:1.5rem;padding-top:0}.ask-acai-text{font-size:.875rem;line-height:1.5;color:#495057;margin:0 0 .5rem}.ask-acai-cta{font-size:1rem;line-height:1.5;color:#212529;font-weight:700;margin:0 0 1rem}.ask-acai-row,.ask-acai-input-wrapper{position:relative;display:flex;align-items:center}.ask-acai-input{width:100%;padding:.625rem 110px .625rem .875rem;font-size:.9375rem;font-weight:600;line-height:1;border:1px solid #dee2e6;border-radius:.375rem;color:#212529;background-color:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;height:40px}.ask-acai-input:focus{outline:none;border-color:#8043f9;box-shadow:0 0 0 3px #8043f91a}.ask-acai-input::placeholder{color:#adb5bd}.ask-acai-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:linear-gradient(135deg,#8043f9,#9c6df9);color:#fff;border:none;border-radius:.25rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #8043f91a;text-decoration:none;height:28px;box-sizing:border-box}.ask-acai-btn svg{flex-shrink:0}.ask-acai-btn:hover{background:linear-gradient(135deg,#6f37d9,#8a5de6);box-shadow:0 4px 6px #8043f933}.ask-acai-btn:active{box-shadow:0 1px 2px #8043f91a}@media(max-width:640px){.ask-acai-text{font-size:.9375rem}}.error-message{padding:.75rem 1rem;background-color:#fff3cd;color:#856404;border:1px solid #ffc107;border-radius:.375rem;font-size:.875rem;margin-bottom:1rem}.retry-progress-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:.5rem}.retry-progress-message{font-size:1rem;color:#6c757d;margin:0;text-align:center}.retry-progress{width:100%;max-width:390px}.retry-progress-bar{height:9px;background-color:#e9ecef;border-radius:4px;overflow:hidden}.retry-progress-fill{height:100%;background-color:#8043f9;border-radius:4px;transition:width .3s ease}.not-tracked{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.25rem 0}.not-tracked-message{display:flex;flex-direction:column;gap:.375rem}.not-tracked-title{font-size:1rem;font-weight:700;color:#212529;margin:0;line-height:1.4}.not-tracked-subtitle{font-size:.875rem;color:#495057;margin:0;line-height:1.5}.not-tracked-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:linear-gradient(135deg,#8043f9,#9c6df9);color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s}.not-tracked-btn:hover{background:linear-gradient(135deg,#6f37d9,#8a5de6)}.not-tracked-btn svg{flex-shrink:0}.pause-resume{display:inline-flex;align-items:center;gap:.5rem}.pause-resume .btn{color:#fff;box-sizing:border-box;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border:none;border-radius:4px;white-space:nowrap;transition:all .2s ease}.pause-resume .btn{background:linear-gradient(135deg,#e5484d,#f26d70);box-shadow:0 2px 4px #e5484d33}.pause-resume .btn:hover:not(:disabled){background:linear-gradient(135deg,#cc3b40,#e05a5d);box-shadow:0 4px 8px #e5484d4d}.pause-resume--paused .btn{background:linear-gradient(135deg,#28a745,#48c265);box-shadow:0 2px 4px #28a74533}.pause-resume--paused .btn:hover:not(:disabled){background:linear-gradient(135deg,#218838,#3aa855);box-shadow:0 4px 8px #28a7454d}.pause-resume .btn:disabled{opacity:.65;cursor:not-allowed}.pause-resume__error{align-self:center;font-size:.8125rem;color:#dc2626}.xsection{border:1px solid #e9ecef;border-radius:.5rem;background:#fff;overflow:hidden}.xsection+.xsection{margin-top:1rem}.xsection__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.xsection__title{margin:0;font-size:.9375rem;font-weight:700;color:#212529}.xsection__action{flex-shrink:0}.xsection__body{padding:.875rem 1rem;font-size:.875rem;line-height:1.6;color:#343a40;overflow-wrap:anywhere}.xsection__body>:first-child{margin-top:0}.xsection__body>:last-child{margin-bottom:0}.xsection__body p{margin:0 0 .625rem}.xsection__body p:last-child{margin-bottom:0}.xsection__body strong{color:#212529}.xsection__body ul,.xsection__body ol{margin:.5rem 0;padding-left:1.25rem}.xsection__body li{margin-bottom:.25rem}.xsection__body h1,.xsection__body h2,.xsection__body h3,.xsection__body h4{font-size:.875rem;font-weight:700;color:#212529;margin:.875rem 0 .375rem}.xsection__body pre{overflow-x:auto;background:#f8f9fa;padding:.625rem;border-radius:.375rem;font-size:.75rem}.xsection__foot{border-top:1px solid #f1f3f5;background:#fcfcfd}.xsection__foot .star-rating{border-top:none;padding:.625rem 1rem}.copy-btn{gap:.375rem;padding:.3125rem .625rem;font-size:.75rem;font-weight:600;color:#495057;border:1px solid #dee2e6;border-radius:.375rem;background:#fff;transition:all .15s ease}.copy-btn:hover:not(:disabled){border-color:#adb5bd;background:#f8f9fa}.copy-btn--copied,.copy-btn--copied:hover:not(:disabled){color:#15803d;border-color:#86efac;background:#f0fdf4}.copy-badge{position:relative;display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border:1px solid #dee2e6;border-radius:.375rem;background:#f8f9fa;font-family:inherit;font-size:.75rem;white-space:nowrap;cursor:pointer;transition:all .15s ease}.copy-badge:hover{border-color:#adb5bd;background-color:#f1f3f5}.copy-badge:focus-visible{outline:2px solid #8043f9;outline-offset:1px}.copy-badge__label{color:#adb5bd;font-weight:600}.copy-badge__value{color:#212529;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.02em}.copy-badge__icon{display:inline-flex;color:#adb5bd;opacity:0;transition:opacity .15s ease}.copy-badge:hover .copy-badge__icon,.copy-badge:focus-visible .copy-badge__icon{opacity:1}.copy-badge--copied{border-color:#86efac;background-color:#f0fdf4}.copy-badge--copied .copy-badge__value{color:#15803d}.copy-badge--copied .copy-badge__icon{opacity:1;color:#15803d}.copy-badge__feedback{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.autopilot{display:flex;flex-direction:column;gap:1rem}.autopilot__empty,.autopilot__loading{color:#6c757d;font-size:.875rem;margin:0;padding:1.5rem 0}.autopilot__loading{display:flex;align-items:center;gap:.625rem}.search{border:1px solid #e9ecef;border-radius:.5rem;background:#fff;overflow:hidden}.search__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.search__route{margin:0;font-size:.9375rem;font-weight:700;color:#212529}.search__detail{margin:.25rem 0 0;font-size:.75rem;color:#6c757d}.search__count{flex-shrink:0;padding:.1875rem .5rem;border-radius:1rem;background:#8043f91a;color:#6e3cbc;font-size:.6875rem;font-weight:700;white-space:nowrap}.search__offers{display:flex;flex-direction:column}.offer{padding:.875rem 1rem;border-bottom:1px solid #f1f3f5}.offer:last-child{border-bottom:none}.offer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.offer__price{display:flex;flex-direction:column;font-size:1.25rem;font-weight:700;color:#212529;line-height:1.2}.offer__base{font-size:.75rem;font-weight:500;color:#6c757d}.offer__tags{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:flex-end}.offer__tag{font-size:.6875rem;font-weight:600;padding:.1875rem .4375rem;border-radius:.25rem;background:#f1f3f5;color:#495057;white-space:nowrap}.offer__tag--carrier{background:#8043f91a;color:#6e3cbc}.offer__tag--ok{background:#d1e7dd;color:#0f5132}.offer__leg+.offer__leg{margin-top:.625rem;padding-top:.625rem;border-top:1px dashed #e9ecef}.offer__seg{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.625rem}.offer__seg+.offer__seg{margin-top:.5rem}.offer__time{display:flex;flex-direction:column;min-width:3rem}.offer__time strong{font-size:1rem;color:#212529;line-height:1.2}.offer__time span{font-size:.75rem;color:#6c757d;font-weight:600}.offer__time--end{text-align:right;align-items:flex-end}.offer__line{display:flex;flex-direction:column;align-items:center;gap:.1875rem;min-width:0}.offer__flight{font-size:.75rem;font-weight:600;color:#495057}.offer__rule{width:100%;height:1px;background:#dee2e6;position:relative}.offer__rule:after{content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;border-radius:50%;background:#adb5bd}.offer__date{font-size:.6875rem;color:#adb5bd}.offer__meta{grid-column:1 / -1;display:flex;gap:.75rem;font-size:.6875rem;color:#adb5bd}.offer__foot{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem;padding-top:.625rem;border-top:1px solid #f1f3f5;font-size:.75rem;color:#6c757d}.offer__taxes{margin-top:.625rem;font-size:.75rem}.offer__taxes summary{cursor:pointer;color:#6e3cbc;font-weight:600}.offer__taxes ul{list-style:none;margin:.5rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(7rem,1fr));gap:.25rem .75rem}.offer__taxes li{display:flex;justify-content:space-between;gap:.5rem;color:#495057}.timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.timeline__step{position:relative;padding-left:1.125rem;border-left:2px solid #e9ecef}.timeline__step:before{content:"";position:absolute;left:-7px;top:.25rem;width:12px;height:12px;border-radius:50%;background:#adb5bd;box-shadow:0 0 0 3px #fff}.timeline__step:last-child{border-left-color:transparent}.timeline__step--chosen:before{background:#198754;width:16px;height:16px;left:-9px;top:.125rem}.timeline__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.timeline__heading{display:flex;align-items:center;gap:.5rem}.timeline__rate .star-rating{border-top:none;padding:0;gap:.375rem}.timeline__rate .star-rating-label{font-size:.75rem;font-weight:600}.timeline__title{margin:0;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#6c757d}.timeline__step--chosen .timeline__title{color:#0f5132;font-size:.875rem}.timeline__badge{flex-shrink:0;padding:.1875rem .5rem;border-radius:1rem;background:#198754;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.timeline__hint{margin:.25rem 0 0;font-size:.75rem;color:#adb5bd}.timeline__offers{display:flex;flex-direction:column;gap:.75rem}.timeline__offer{margin-top:.625rem;border:1px solid #e9ecef;border-radius:.5rem;background:#fff;overflow:hidden}.timeline__offers .timeline__offer{margin-top:0}.timeline__route{margin:0;padding:.5rem 1rem;background:#f8f9fa;border-bottom:1px solid #e9ecef;font-size:.75rem;font-weight:600;color:#6c757d}.timeline__step--chosen .timeline__offer{border:2px solid #198754;background:#1987540a;box-shadow:0 2px 8px #1987541f}.timeline__step--chosen .offer{border-bottom:none}.timeline__booking{margin-top:.625rem;display:flex;flex-wrap:wrap;gap:.5rem}.access-denied-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;margin-top:2rem}.access-denied-title{font-size:1.5rem;font-weight:700;color:#dc3545;margin:0 0 1rem}.access-denied-text{font-size:1rem;line-height:1.6;color:#495057;margin:0 0 .75rem;max-width:400px}.acai-link-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;background:linear-gradient(135deg,#8043f9,#9c6df9);color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #8043f933;text-decoration:none;margin-top:1rem}.acai-link-btn:hover{background:linear-gradient(135deg,#6f37d9,#8a5de6);box-shadow:0 4px 8px #8043f94d;transform:translateY(-1px)}.acai-link-btn:active{box-shadow:0 1px 2px #8043f933;transform:translateY(0)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:1rem}.loading-text{font-size:1rem;color:#6c757d;margin:0}.spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #8043F9;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;overflow:hidden;font-family:Helvetica,Helvetica Neue,Arial,sans-serif}.app-main{flex:1;overflow-y:auto;padding:0 1rem 1rem}.app-main::-webkit-scrollbar{width:6px}.app-main::-webkit-scrollbar-track{background:transparent}.app-main::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.app-main::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}@media(max-width:640px){.app-main{padding:1rem}}.nav-menu{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border-bottom:1px solid #e9ecef;overflow-x:auto;scrollbar-width:none}.nav-menu::-webkit-scrollbar{display:none}.nav-menu__item{appearance:none;border:none;background:transparent;font-family:inherit;cursor:pointer;transition:all .15s ease;border-radius:4px;padding:.375rem .75rem;font-size:.875rem;font-weight:600;color:#6c757d;white-space:nowrap}.nav-menu__item:hover{background:#f1f3f5;color:#343a40}.nav-menu__item:focus-visible{outline:2px solid #8043f9;outline-offset:1px}.nav-menu__item--active,.nav-menu__item--active:hover{background:#8043f91a;color:#6e3cbc}.nav-menu__trailing{margin-left:auto;display:flex;align-items:center;gap:.5rem;padding-left:.5rem}@media(max-width:640px){.nav-menu{padding:.5rem .75rem}}
