*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;line-height:1.5;color:#111;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#1849d6;text-decoration:none;transition:color .2s ease}a:hover{color:#0e33a8}h1,h2,h3,h4{margin:0 0 12px;font-weight:600;line-height:1.3;color:#111}h1{font-size:24px}h2{font-size:20px}h3{font-size:16px}p{margin:0 0 12px}img,svg{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:14px}.muted{color:#6b7280}.text-sm{font-size:12px}.text-lg{font-size:16px}.text-center{text-align:center}.bold{font-weight:600}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.navbar{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 20px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.navbar__brand{display:flex;align-items:center;gap:12px}.navbar__brand img{height:28px;width:auto}.navbar__nav{display:none;gap:8px}@media(min-width: 768px){.navbar__nav{display:flex}}.navbar__nav a{padding:8px 12px;color:#111;font-size:14px;border-radius:8px;transition:background .2s ease}.navbar__nav a:hover{background:#f3f4f6}.navbar__nav a.active{background:#eef3fe;color:#1849d6;font-weight:600}.navbar__actions{display:none;gap:8px;align-items:center}@media(min-width: 768px){.navbar__actions{display:flex}}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;border-top:1px solid #e5e7eb;z-index:100}@media(min-width: 768px){.bottom-nav{display:none}}.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#6b7280;font-size:11px;text-decoration:none;transition:color .2s ease}.bottom-nav a svg{width:22px;height:22px}.bottom-nav a.active{color:#1849d6}.bottom-nav a.active svg{stroke:#1849d6}.app-banner{display:none;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e7eb}.app-banner.is-visible{display:flex}@media(min-width: 768px){.app-banner{display:none !important}}.app-banner__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;color:#6b7280;padding:0;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.app-banner__close svg{width:16px;height:16px}.app-banner__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:#1849d6;box-shadow:0 1px 2px rgba(0,0,0,.05)}.app-banner__icon svg{width:26px;height:26px}.app-banner__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px;line-height:1.3}.app-banner__text strong{font-size:16px;font-weight:700;color:#111;letter-spacing:-0.01em}.app-banner__text span{font-size:13px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-banner__cta{flex-shrink:0;white-space:nowrap;padding:8px 20px;background:#1849d6;color:#fff;font-size:14px;font-weight:700;letter-spacing:.03em;border-radius:999px;text-decoration:none;transition:background .2s ease}.app-banner__cta:active{background:#0e33a8}.main-content{min-height:calc(100vh - 64px)}@media(max-width: 767px){.main-content{padding-bottom:72px}}.container{max-width:1100px;margin:0 auto;padding:24px 20px}.footer{padding:20px;text-align:center;font-size:12px;color:#6b7280;border-top:1px solid #e5e7eb;background:#f8fafc}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;line-height:1.2;background:#fff;color:#111;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.btn:hover{background:#f3f4f6}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:#1849d6;color:#fff;border-color:#1849d6}.btn--primary:hover{background:#0e33a8;border-color:#0e33a8;color:#fff}.btn--ghost{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn--ghost:hover{background:#f3f4f6}.btn--danger{color:#e3051b;border-color:#e5e7eb}.btn--danger:hover{background:rgb(253.9547413793,207.5452586207,212.1443965517)}.btn--sm{padding:6px 12px;font-size:12px}.btn--block{width:100%}.badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;border-radius:999px;background:#f3f4f6;color:#111}.badge--primary{background:#eef3fe;color:#1849d6}.badge--success{background:rgb(147.5,255,220.6352459016);color:#007a53}.badge--warning{background:rgb(255,219.6728395062,166.5);color:rgb(192,115.3580246914,0)}.badge--danger{background:rgb(253.9547413793,207.5452586207,212.1443965517);color:#e3051b}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.card__title{font-size:16px;font-weight:600;margin-bottom:8px}.card__meta{color:#6b7280;font-size:12px;margin-bottom:12px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:12px;font-weight:500;color:#111;margin-bottom:4px}.form-control{display:block;width:100%;padding:8px 12px;font-size:14px;color:#111;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}.form-control:focus{outline:none;border-color:#1849d6;box-shadow:0 0 0 3px rgba(24,73,214,.15)}.form-control::placeholder{color:hsl(220,8.9361702128%,61.0784313725%)}textarea.form-control{min-height:120px;resize:vertical}.form-help{font-size:12px;color:#6b7280;margin-top:4px}.form-error{background:rgb(253.9547413793,207.5452586207,212.1443965517);color:#e3051b;padding:12px;border-radius:8px;margin-bottom:16px;font-size:12px}.flash{position:fixed;top:76px;right:16px;left:16px;max-width:480px;margin-left:auto;padding:12px 16px;background:#007a53;color:#fff;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:200;display:flex;align-items:center;justify-content:space-between;gap:12px}.flash--alert{background:#e3051b}.flash__close{background:rgba(0,0,0,0);border:0;color:inherit;font-size:20px;line-height:1;cursor:pointer;opacity:.8}.flash__close:hover{opacity:1}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.empty-state__icon{color:#6b7280;margin-bottom:12px}.empty-state h2{margin:0 0 8px;font-size:14px;color:#111}.empty-state p{margin:0;max-width:380px}.spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#1849d6;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.filter-group{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.filter-btn{padding:6px 12px;font-size:12px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#111;cursor:pointer;transition:all .2s ease}.filter-btn:hover{background:#f3f4f6}.filter-btn.active{background:#eef3fe;border-color:#1849d6;color:#1849d6;font-weight:600}.map-page{position:fixed;top:calc(64px + var(--app-banner-height, 0px));left:0;right:0;bottom:0;display:flex}@media(max-width: 767px){.map-page{bottom:64px}}html:has(.map-page),body:has(.map-page){overflow:hidden}.map-sidebar{width:340px;background:#fff;border-right:1px solid #e5e7eb;overflow:hidden;display:flex;flex-direction:column}@media(max-width: 767px){.map-sidebar{position:absolute;bottom:0;left:0;right:0;width:100%;height:90%;border-right:0;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 -10px 30px rgba(0,0,0,.08);z-index:10;will-change:transform}}.bottom-sheet-handle{display:none}@media(max-width: 767px){.bottom-sheet-handle{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:26px;cursor:grab;touch-action:none}.bottom-sheet-handle::before{content:"";width:40px;height:5px;background:#e5e7eb;border-radius:999px}}.map-search{display:flex;align-items:center;gap:8px;margin:12px 16px 0;padding:0 12px;height:40px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;transition:border-color .2s ease,background .2s ease}.map-search:focus-within{border-color:#1849d6;background:#fff}.map-search__icon{flex-shrink:0;width:18px;height:18px;color:#6b7280}.map-search__input{flex:1;min-width:0;border:none;background:none;font-family:inherit;font-size:16px;color:#111;appearance:none}.map-search__input::placeholder{color:#6b7280}.map-search__input:focus{outline:none}.map-search__input::-webkit-search-cancel-button{-webkit-appearance:none}.map-search__clear{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;background:none;color:#6b7280;cursor:pointer}.map-search__clear svg{width:14px;height:14px}.map-search__clear:hover{color:#111}.map-filters{padding:12px 16px;border-bottom:1px solid #f3f4f6}.map-filters .filter-group{flex-wrap:nowrap;margin-bottom:8px}.map-filters .filter-group:last-child{margin-bottom:0}.map-filters .filter-btn{flex:1;text-align:center;padding:8px 8px}.lines-list{flex:1;overflow-y:auto;padding:8px 12px}.map-container{flex:1;position:relative;background:#f8fafc}.map-container .mapboxgl-ctrl-attrib{font-size:10px}.map-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:hsla(0,0%,100%,.85);z-index:5;pointer-events:none;opacity:1;transition:opacity .2s ease}.map-loading.hidden{opacity:0}.map-loading__progress-row{display:flex;align-items:center;gap:8px}.map-loading__progress{width:240px;height:4px;border-radius:2px;background:#e0e3e8;overflow:hidden}.map-loading__progress-bar{height:100%;width:0;background:#1849d6;border-radius:2px;transition:width .3s ease-out}.map-loading__progress-label{font-size:12px;font-weight:600;color:#111;font-variant-numeric:tabular-nums;min-width:40px}.line-detail-panel{position:absolute;top:12px;right:12px;width:320px;max-height:calc(100% - 24px);background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:16px;overflow-y:auto;z-index:5}@media(max-width: 767px){.line-detail-panel{display:none}}.line-detail-panel__close{position:absolute;top:8px;right:8px;background:rgba(0,0,0,0);border:0;font-size:18px;color:#6b7280;cursor:pointer}.line-detail-panel__close:hover{color:#111}.line-detail-panel__header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.line-detail-panel__color{width:6px;height:32px;border-radius:3px}.line-detail-panel__stops{list-style:none;padding:0;margin:0}.line-detail-panel__stops li{padding:8px 0;border-bottom:1px solid #f3f4f6}.line-detail-panel__stops li:last-child{border-bottom:0}.mapboxgl-popup-content{padding:12px;border-radius:8px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:12px}.mapboxgl-popup-content .popup-stop-name{font-weight:600;margin-bottom:2px}.mapboxgl-popup-content .popup-stop-address{color:#6b7280;font-size:12px;margin-bottom:8px}.mapboxgl-popup-content .popup-line-row{display:flex;align-items:center;gap:8px;margin:2px 0;font-size:12px}.mapboxgl-popup-content .popup-line-row .popup-line-dot{width:10px;height:10px;border-radius:50%}.line-card{display:block;position:relative;padding:12px;margin-bottom:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;overflow:hidden}.line-card:hover{background:#f3f4f6;border-color:hsl(220,13.0434782609%,85.9803921569%)}.line-card.active{background:#eef3fe;border-color:#1849d6}.line-card__header{display:flex;align-items:center;gap:8px}.line-card__color-dot{flex:0 0 auto;width:12px;height:12px;border-radius:50%;background:#1849d6}.line-card__short{flex:0 0 50px;display:inline-flex;align-items:center;justify-content:center;width:50px;height:24px;padding:0;font-size:12px;font-weight:700;color:#fff;background:#1849d6;border-radius:8px}.line-card__name{flex:1;font-weight:600;font-size:14px}.line-card__city{margin-top:4px;font-size:12px;color:#6b7280}.line-card__type-badge{margin-left:auto}.line-card__times{margin-top:6px;font-size:12px;color:#6b7280;display:flex;gap:12px}.line-card__times span{display:inline-flex;align-items:center;gap:4px}.line-card__actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.stops-list{list-style:none;padding:0;margin:0}.stops-list li{position:relative;padding:12px 12px 12px 32px;border-bottom:1px solid #f3f4f6}.stops-list li::before{content:"";position:absolute;left:16px;top:50%;width:10px;height:10px;background:#fff;border:2px solid #1849d6;border-radius:50%;transform:translateY(-50%)}.stops-list li::after{content:"";position:absolute;left:19px;top:0;bottom:0;width:2px;background:#1849d6;z-index:-1}.stops-list li:first-child::after{top:50%}.stops-list li:last-child::after{bottom:50%}.stops-list .stop-name{font-weight:600;font-size:14px}.stops-list .stop-address{color:#6b7280;font-size:12px}.stops-list .stop-times{margin-top:4px;font-size:12px;color:#111;display:flex;gap:12px}.admin{display:flex;min-height:100vh}.admin-sidebar{width:240px;background:#fff;color:#111;border-right:1px solid #e5e7eb;padding:20px 0;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.admin-sidebar__brand{padding:0 20px;margin-bottom:24px}.admin-sidebar__brand img{width:auto;height:28px}.admin-sidebar__nav{flex:1}.admin-sidebar__nav .admin-sidebar__section-title{padding:16px 20px 8px;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.8px}.admin-sidebar__nav .admin-sidebar__section-title:first-child{padding-top:8px}.admin-sidebar__nav a{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#111;font-size:14px;transition:background .2s ease,color .2s ease;border-left:3px solid rgba(0,0,0,0)}.admin-sidebar__nav a:hover{background:#f3f4f6}.admin-sidebar__nav a.active{background:#eef3fe;color:#1849d6;border-left-color:#1849d6;font-weight:600}.admin-sidebar__footer{padding:12px 20px;border-top:1px solid #e5e7eb}.admin-main{flex:1;background:#f8fafc;overflow-x:auto}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb}.admin-header h1{margin:0;font-size:20px}.admin-header .breadcrumb{color:#6b7280;font-size:12px}.admin-content{padding:24px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:16px;margin-bottom:24px}.kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.kpi-card__label{color:#6b7280;font-size:12px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.kpi-card__value{font-size:28px;font-weight:700;color:#111;line-height:1}.kpi-card__sub{margin-top:8px;font-size:12px;color:#6b7280}.admin-table{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:12px;border-collapse:separate;border-spacing:0;overflow:hidden;margin-bottom:24px}.admin-table th,.admin-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f3f4f6;font-size:14px}.admin-table th{background:#f8fafc;font-weight:600;font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.admin-table tbody tr:hover{background:#f8fafc}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table td.actions{text-align:right;white-space:nowrap}.admin-table td.actions form,.admin-table td.actions a{display:inline-block;margin-left:4px}.admin-table--lines th,.admin-table--lines td{text-align:center}.admin-table--lines th:nth-child(2),.admin-table--lines td.line-name-cell{text-align:left}.admin-table--lines td.actions{text-align:center}.admin-table--lines td.line-name-cell{white-space:nowrap;min-width:180px}.mapping-summary{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:16px;margin-bottom:16px}.mapping-wrapper{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;height:calc(100vh - 260px);min-height:480px}.mapping-map{position:absolute;inset:0}.popup-stop-name{font-weight:600;margin-bottom:2px}.popup-stop-address{font-size:12px;color:#6b7280;margin-bottom:6px}.popup-stop-count{font-size:13px}.coverage-wrapper{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;height:calc(100vh - 240px);min-height:520px;display:flex;flex-direction:column}.file-drop{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 24px;border:2px dashed #e5e7eb;border-radius:12px;background:#f8fafc;cursor:pointer;transition:border-color .2s ease,background .2s ease}.file-drop:hover,.file-drop.is-dragover{border-color:#1849d6;background:#eef3fe}.file-drop__text{display:flex;flex-direction:column;gap:4px}.file-drop__text strong{font-size:14px}.file-drop__text .muted{font-size:12px}.file-drop__input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.coverage-controls{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#f8fafc;font-size:12px}.coverage-controls label{display:flex;align-items:center;gap:8px}.coverage-controls input[type=range]{width:240px}.coverage-stats{display:flex;gap:16px;margin-left:auto;align-items:center;flex-wrap:wrap}.coverage-stats__item{display:inline-flex;align-items:center;gap:8px}.coverage-stats__dot{display:inline-block;width:10px;height:10px;border-radius:50%}.coverage-stats__dot--ok{background:#16a34a}.coverage-stats__dot--ko{background:#dc2626}.coverage-map{position:relative;flex:1;min-height:400px}.top-lines{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.top-lines h3{margin-bottom:16px}.top-lines__row{display:grid;grid-template-columns:160px 1fr 60px;align-items:center;gap:12px;margin-bottom:12px;font-size:12px}.top-lines__bar-track{height:12px;background:#f3f4f6;border-radius:999px;overflow:hidden}.top-lines__bar-fill{height:100%;border-radius:999px;transition:width .3s ease}.documents-page{padding:24px 20px;max-width:1100px;margin:0 auto}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:20px}.document-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.document-card__icon{height:120px;background:#f8fafc;display:flex;align-items:center;justify-content:center}.document-card__icon img,.document-card__icon svg{width:48px;height:48px;opacity:.6}.document-card__body{padding:16px;flex:1}.document-card__title{font-weight:600;font-size:14px;margin-bottom:4px}.document-card__desc{color:#6b7280;font-size:12px;margin-bottom:12px}.document-card__actions{display:flex;gap:8px}.documents-category{margin-bottom:32px}.documents-category h2{font-size:16px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.lines-page{padding:20px;max-width:720px;margin:0 auto}.account-page{padding:24px 20px;max-width:720px;margin:0 auto}.subscription-card{display:flex;align-items:stretch;gap:12px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px}.subscription-card__color{width:6px;flex-shrink:0;align-self:stretch;border-radius:3px;background:#1849d6}.subscription-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.subscription-card__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.subscription-card__name{font-weight:600;font-size:14px}.subscription-card__stop{font-size:12px;color:#6b7280}.subscription-card__actions{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:8px;margin-top:8px}.subscription-card__actions form{display:block;min-width:0}.subscription-card__actions .btn{width:100%;padding:8px 12px;font-size:12px;min-height:44px}@media(min-width: 768px){.subscription-card{align-items:center}.subscription-card__body{gap:8px}.subscription-card__actions .btn{min-height:0;padding:6px 12px}}.weekly-panel{background:#eef3fe;border:1px solid rgb(148,172.5,243);border-radius:12px;padding:16px;margin:-8px 0 16px}.weekly-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:14px}.weekly-panel__footer{margin-top:12px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.weekly-pills{display:flex;gap:8px;flex-wrap:wrap}.weekly-pill__input{position:absolute;opacity:0;pointer-events:none}.weekly-pill{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:8px 12px;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;font-size:12px;font-weight:600;color:#111;cursor:pointer;user-select:none;transition:all .2s ease}.weekly-pill:hover{border-color:#1849d6}.weekly-pill__input:checked+.weekly-pill,.weekly-pill.is-selected{background:#1849d6;border-color:#1849d6;color:#fff}.weekly-pill__input:focus-visible+.weekly-pill{box-shadow:0 0 0 3px rgba(24,73,214,.25)}.weekly-pill--readonly{cursor:default}.weekly-confirmation{display:flex;align-items:center;gap:12px;padding:12px 16px;background:rgba(0,122,83,.08);border:1px solid rgba(0,122,83,.3);border-radius:12px;margin:-8px 0 16px;list-style:none}.weekly-confirmation::-webkit-details-marker{display:none}.weekly-confirmation::marker{display:none}.weekly-confirmation__check{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#007a53;color:#fff;font-weight:700;flex-shrink:0}.weekly-confirmation__edit{font-size:12px;font-weight:600;color:#1849d6;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background .2s ease}.weekly-confirmation__edit:hover{background:rgba(24,73,214,.08)}.weekly-confirmation--locked{background:rgba(0,122,83,.06)}.weekly-panel--collapsed{background:rgba(0,0,0,0);border:0;padding:0;margin:-8px 0 16px}.weekly-panel--collapsed>summary{cursor:pointer}.weekly-panel--collapsed[open]>summary .weekly-confirmation__edit::after{content:" (replier)";font-weight:400;opacity:.7}.weekly-panel__edit-body{padding:16px;background:#eef3fe;border:1px solid rgb(148,172.5,243);border-top:0;border-radius:0 0 12px 12px;margin-top:-1px}.auth-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 64px);padding:20px}.auth-page .auth-card{width:100%;max-width:440px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.auth-page .auth-card h1{margin-bottom:8px;text-align:center}.auth-page .auth-card .auth-sub{color:#6b7280;text-align:center;margin-bottom:20px;font-size:12px}.auth-page .auth-step.hidden{display:none}.auth-page .auth-actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.admin-login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#1a1a2e;color:#fff}.admin-login-page .admin-login-card{width:100%;max-width:380px;padding:24px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:12px}.admin-login-page .admin-login-card h1{color:#fff;text-align:center}.admin-login-page .admin-login-card .form-control{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.15);color:#fff}@media(max-width: 767px){.hide-mobile{display:none !important}}@media(min-width: 768px){.hide-desktop{display:none !important}}
