:root{--blue: #174a8d;--blue-dark: #123a6f;--violet: #4813bd;--violet-dark: #380f96;--gold: #d6b05c;--gold-dark: #b8943f;--gold-light: #f4e6c0;--orange: var(--gold);--orange-dark: var(--gold-dark);--orange-light: var(--gold-light);--charcoal: #1c1f26;--charcoal-deep: #12151b;--charcoal-soft: #2a2f3a;--ink: #1c1f26;--muted: #8b919c;--muted-soft: #a8adb8;--cream: #f4f5f7;--cream-dark: #e8eaef;--border: #d5d8e0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--ink);background-color:var(--cream);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-x:clip}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;background:var(--cream);overflow-x:clip}#root{min-height:100vh;min-height:100dvh}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline;color:var(--violet)}.font-ink{font-family:Caveat,Ink Free,Comic Sans MS,cursive;font-weight:700}.app-shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.app-header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.5rem;padding:.5rem 1.25rem;padding-top:max(.5rem,env(safe-area-inset-top,0px));background:#0c1018;border-bottom:2px solid var(--gold);position:sticky;top:0;z-index:30}.app-header-left{display:flex;align-items:center;justify-content:flex-start}.app-header-right{display:flex;align-items:center;justify-content:flex-end}.app-logo{display:flex;align-items:center;gap:.45rem;text-decoration:none}.app-logo-mark{width:36px;height:36px;object-fit:contain;border-radius:4px}.app-logo-img{height:42px;width:auto;max-width:min(160px,36vw);object-fit:contain;display:block;mix-blend-mode:screen}.app-logo-text{font-family:Caveat,Ink Free,cursive;font-size:3.2rem;font-weight:700;color:var(--gold);letter-spacing:.01em;line-height:1}@media(max-width:640px){.app-logo-text{font-size:2.2rem}.app-logo-img{height:34px}.app-logo-mark{width:30px;height:30px}}.app-logo-role{font-size:.68rem;font-weight:700;background:var(--violet);color:#fff;padding:.1rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.06em;align-self:center;white-space:nowrap}.app-logo-role-available{background:var(--blue)}.app-logo-role-unavailable{background:#4b5563}.app-logo:hover{text-decoration:none}.app-nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.5rem .75rem;min-width:0}.app-nav-install{flex-shrink:0}.app-nav a{color:var(--muted-soft);font-weight:500;font-size:.9rem}.app-nav a:hover{color:var(--border);text-decoration:none}.app-nav-link{color:var(--border)!important;font-weight:600!important;font-size:.875rem}.app-nav-user{display:flex;align-items:center;gap:.5rem;text-decoration:none!important;color:var(--border)!important}.app-nav-avatar{width:2rem;height:2rem;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center}.app-nav-name{font-size:.875rem;font-weight:500;color:var(--border)}.app-main{flex:1;width:min(1200px,100%);margin:0 auto;padding:1.5rem 1.25rem;min-width:0}.bottom-nav{position:fixed;bottom:0;left:0;right:0;min-height:62px;background:var(--charcoal);border-top:2px solid var(--gold);display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.4rem .75rem calc(.4rem + env(safe-area-inset-bottom,0px));z-index:40}.bottom-nav-tab{flex:1;max-width:150px;display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.5rem .625rem;background:transparent;border:2px solid #3f4654;border-radius:8px;color:var(--muted-soft);font-family:Caveat,Ink Free,cursive;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .15s}.bottom-nav-tab:hover{color:var(--gold);border-color:var(--gold);text-decoration:none}.bottom-nav-active{background:var(--gold);border-color:var(--gold);color:#fff!important}.bottom-nav-active:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.bottom-nav-icon{font-size:1rem}.bottom-nav-chick{width:22px;height:22px;object-fit:contain;border-radius:3px}.bottom-nav-brand{font-family:Caveat,Ink Free,cursive;font-size:1.15rem;font-weight:700;color:var(--gold);line-height:1}.page-banner{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-radius:14px;margin-bottom:.25rem;position:relative;overflow:hidden}.page-banner-lead,.page-banner-crew{background:var(--charcoal);border:1px solid #3f4654}.banner-chick{flex-shrink:0;height:90px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));transition:transform .25s}.banner-chick:hover{transform:scale(1.05) rotate(-2deg)}.banner-chick-left{order:-1}.banner-chick-right{order:99}.banner-content{flex:1;min-width:0}.banner-title{margin:0 0 .2rem;font-family:Caveat,Ink Free,cursive;font-size:1.75rem;font-weight:700;color:var(--cream)}.banner-sub{margin:0;font-size:.85rem;color:var(--muted-soft)}.detail-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,var(--charcoal) 0%,var(--charcoal) 100%);border:1px solid #3f4654;border-radius:14px;margin-bottom:.75rem;flex-wrap:wrap}.detail-header-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.detail-back-link{font-size:.8rem;color:var(--muted-soft);font-weight:600;text-decoration:none}.detail-back-link:hover{color:var(--gold);text-decoration:none}.detail-title-block{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.detail-order-label{font-family:Caveat,Ink Free,cursive;font-size:1.3rem;font-weight:700;color:var(--gold);white-space:nowrap}.detail-title{margin:0;font-family:Caveat,Ink Free,cursive;font-size:1.6rem;font-weight:700;color:var(--cream)}.detail-header-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.detail-nav-arrows{display:flex;gap:.25rem}.detail-chick{height:80px;width:auto;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));transition:transform .25s}.detail-chick:hover{transform:scale(1.06) rotate(-2deg)}.detail-loading{padding:3rem;text-align:center}.detail-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.85fr);gap:.875rem;align-items:start}.detail-layout .order-files-panel,.detail-layout .lead-notes-panel{grid-column:1 / -1}.order-files-panel{padding:.85rem 1rem;background:#fff;border:1px solid var(--border);border-radius:12px}.order-files-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.order-files-header h2{margin:0 0 .2rem;font-size:1.05rem;font-weight:800;color:var(--charcoal)}.order-files-upload-btn{white-space:nowrap;cursor:pointer}.order-files-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.order-file-row{display:grid;grid-template-columns:56px 1fr auto;gap:.65rem;align-items:center;padding:.45rem .55rem;background:var(--cream);border:1px solid var(--border);border-radius:10px}.order-file-preview{width:64px;height:64px;border-radius:8px;overflow:hidden;background:var(--cream-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border)}.order-file-preview-link{display:block;width:100%;height:100%}.order-file-preview img{width:100%;height:100%;object-fit:cover;display:block;background:#ddd8d0}.order-file-video-link,.order-file-doc{font-size:.72rem;font-weight:800;color:var(--charcoal);text-decoration:none;letter-spacing:.02em}.order-file-meta{min-width:0}.order-file-name{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;font:inherit;font-weight:700;color:var(--charcoal);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.order-file-name:hover{color:var(--blue)}.order-file-actions{display:flex;gap:.35rem;flex-wrap:wrap}.file-upload-btn{position:relative}.file-count-badge{position:absolute;top:-.35rem;right:-.35rem;min-width:1rem;height:1rem;padding:0 .25rem;border-radius:999px;background:var(--blue);color:#fff;font-size:.65rem;font-weight:800;line-height:1rem;text-align:center}.objective-files{margin-top:.65rem;padding-top:.55rem;border-top:1px solid var(--border)}.objective-files-label{margin:0 0 .35rem;font-size:.75rem;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.objective-files-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.objective-files-list li{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.objective-file-preview{width:40px;height:40px;border-radius:6px;overflow:hidden;background:var(--cream-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border)}.objective-file-preview img{width:100%;height:100%;object-fit:cover;display:block}.objective-files-actions{display:flex;gap:.35rem;flex-shrink:0}.objective-files-list a{color:var(--charcoal);font-weight:600;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.objective-files-list a:hover{color:var(--blue)}@media(max-width:640px){.order-file-row{grid-template-columns:56px 1fr}.order-file-actions{grid-column:1 / -1}.objective-files-list li{flex-wrap:wrap}}.objectives-sidebar{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.sidebar-header{display:flex;align-items:center;justify-content:space-between;background:var(--gold);margin:-1rem -1rem .75rem;padding:.55rem .875rem;border-radius:11px 11px 0 0}.sidebar-header h2{margin:0;font-family:Caveat,Ink Free,cursive;font-size:1.2rem;font-weight:700;letter-spacing:.03em;color:#fff}.objectives-progress{position:relative;height:6px;background:var(--border);border-radius:999px;overflow:hidden}.objectives-progress-bar{height:100%;background:var(--blue);border-radius:999px;transition:width .4s ease}.objectives-progress-label{display:block;font-size:.7rem;color:var(--muted);margin-top:.2rem;text-align:right}.objectives-list{display:flex;flex-direction:column;gap:.4rem;max-height:min(70vh,640px);overflow:auto;padding-right:.2rem}.objective-item{display:flex;flex-direction:column;gap:0;padding:.35rem .5rem;border:1px solid var(--border);border-radius:8px;background:#eef0f4;transition:border-color .15s,box-shadow .15s}.objective-item:hover{border-color:#c4c8d0}.objective-item-expanded{border-color:var(--gold);box-shadow:0 0 0 1px #d6b05c47;background:#fffaf3}.objective-item-completed{opacity:.7}.objective-item-completed .objective-task-preview{text-decoration:line-through;color:var(--muted-soft)}.objective-item-locked{opacity:.55}.objective-item-current{border-color:var(--gold);background:#fff7ed}.objectives-order-hint{margin:0;font-size:.72rem;color:var(--muted);line-height:1.35}.objective-row{display:grid;grid-template-columns:1.35rem auto minmax(0,1fr);gap:.3rem;align-items:center;min-height:2rem}.objective-item:has(.drag-handle) .objective-row{grid-template-columns:auto 1.35rem auto minmax(0,1fr)}.objective-item:has(.objective-actions) .objective-row{grid-template-columns:1.35rem auto minmax(0,1fr) auto}.objective-item:has(.drag-handle):has(.objective-actions) .objective-row{grid-template-columns:auto 1.35rem auto minmax(0,1fr) auto}.drag-handle{cursor:grab;color:#c4c8d0;font-size:.95rem;line-height:1;padding:0 .05rem;-webkit-user-select:none;user-select:none}.drag-handle:active{cursor:grabbing}.drag-handle-locked{cursor:not-allowed;opacity:.35}.current-pill{flex-shrink:0;font-size:.62rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#9a4b12;background:#fde8c8;border-radius:4px;padding:.1rem .35rem;line-height:1.2}.objective-number{font-size:.72rem;font-weight:700;color:var(--muted-soft);text-align:right;-webkit-user-select:none;user-select:none}.objective-checkbox input{width:1rem;height:1rem;accent-color:#4a6fa5}.objective-open-btn{display:flex;align-items:center;gap:.35rem;min-width:0;width:100%;padding:.15rem .25rem;border:none;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit;border-radius:5px}.objective-open-btn:hover{background:#ffffff8c}.objective-task-preview{flex:1;min-width:0;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.objective-chevron{flex-shrink:0;color:var(--muted-soft);font-size:.75rem}.objective-task-input{width:100%;padding:.2rem .35rem;border:1px solid transparent;border-radius:5px;font:inherit;font-size:.875rem;background:transparent;transition:border-color .15s,background .15s}.objective-task-input:not([readonly]):focus{outline:none;border-color:#a8c4dc;background:#fff}.objective-task-textarea{width:100%;padding:.55rem .65rem;border:1px solid #c4c8d0;border-radius:8px;font:inherit;font-size:.9rem;line-height:1.4;background:#fff;resize:vertical;min-height:5.5rem}.objective-task-textarea:not([readonly]):focus{outline:2px solid #a8c4dc;border-color:#7baac8}.objective-task-textarea[readonly]{background:#eef0f4;color:#3f4654}.objective-actions{display:flex;gap:.25rem;align-items:center;flex-shrink:0}.objective-actions .btn-sm{padding:.2rem .4rem;min-width:1.85rem;line-height:1.1}.file-upload-btn{cursor:pointer}.objective-card{margin-top:.45rem;padding:.65rem .15rem .25rem;border-top:1px dashed var(--border);display:flex;flex-direction:column;gap:.55rem}.objective-card-hint,.objective-card-locked{margin:0;font-size:.75rem;color:var(--muted);line-height:1.35}.objective-card-body{margin:0;font-size:.9rem;color:var(--charcoal);white-space:pre-wrap;line-height:1.4}.objective-card-close{align-self:flex-end}.add-item-form{display:grid;grid-template-columns:1fr auto;gap:.5rem}.add-item-form input{padding:.6rem .75rem;border:1px solid #c4c8d0;border-radius:8px;font:inherit;font-size:.875rem;background:#fff}.add-item-form input:focus{outline:2px solid #a8c4dc;border-color:#7baac8}.upload-progress{display:flex;flex-direction:column;gap:.2rem}.upload-progress-bar{height:5px;background:#4a6fa5;border-radius:999px}.upload-progress-label{font-size:.75rem;color:var(--muted)}.messages-panel{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;max-height:min(70vh,640px)}.messages-panel-header{background:var(--gold);margin:-1rem -1rem .75rem;padding:.55rem .875rem;border-radius:11px 11px 0 0}.messages-panel-header h2{margin:0;font-family:Caveat,Ink Free,cursive;font-size:1.2rem;font-weight:700;color:#fff}.messages-panel-title{font-weight:700}.messages-table-wrap{max-height:min(38vh,280px);overflow:auto;border:1px solid var(--border);border-radius:8px}.messages-empty{padding:1.5rem;text-align:center}.messages-table{width:100%;border-collapse:collapse;font-size:.85rem}.messages-table th{background:#fde8c8;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7a3c10;padding:.5rem .75rem;text-align:left;border-bottom:2px solid var(--gold);position:sticky;top:0}.messages-table tbody tr{border-bottom:1px solid var(--cream);transition:background .12s}.messages-table tbody tr:last-child{border-bottom:none}.messages-table tbody tr:hover{background:#eef0f4}.msg-row-mine{background:#eef4f8!important}.msg-row-mine:hover{background:#dce8f2!important}.messages-table td{padding:.6rem .75rem;vertical-align:top}.msg-date{white-space:nowrap;color:var(--muted);font-size:.75rem;min-width:90px}.msg-from{white-space:nowrap;font-weight:600;color:var(--charcoal);display:flex;align-items:center;gap:.4rem;min-width:80px}.msg-avatar{display:inline-flex;width:1.4rem;height:1.4rem;border-radius:50%;background:#dce8f2;color:#3a5f95;font-size:.65rem;font-weight:700;align-items:center;justify-content:center;flex-shrink:0}.msg-text{color:#3f4654}.msg-item{color:var(--muted-soft);font-size:.75rem;font-style:italic;max-width:130px}.message-compose{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:end;padding-top:.25rem;border-top:1px solid var(--cream)}.message-compose-item{padding:.55rem .65rem;border:1px solid #c4c8d0;border-radius:8px;font:inherit;font-size:.8rem;background:#eef0f4;max-width:160px}.message-compose-text{padding:.55rem .75rem;border:1px solid #c4c8d0;border-radius:8px;font:inherit;font-size:.875rem;resize:vertical;background:#fff}.message-compose-text:focus{outline:2px solid #a8c4dc;border-color:#7baac8}.message-compose-send{white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border:1px solid transparent;border-radius:8px;font:inherit;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s,color .15s;white-space:nowrap;gap:.35rem}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-sm{padding:.45rem .75rem;font-size:.85rem}.btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-primary:hover:not(:disabled){background:var(--blue-dark);border-color:var(--blue-dark)}.btn-secondary{background:#fff;color:#3f4654;border-color:#c4c8d0}.btn-secondary:hover:not(:disabled){background:#eef0f4}.btn-success{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-success:hover:not(:disabled){background:var(--blue-dark)}.btn-danger{background:#8b3a1a;color:#fff;border-color:#8b3a1a}.btn-danger:hover:not(:disabled){background:#6e2c10;border-color:#6e2c10}.btn-full{width:100%}.alert{padding:.75rem .875rem;border-radius:8px;font-size:.95rem}.alert-error{background:#fdf1ee;color:#a04840;border:1px solid #f0c0b0}.alert-success{background:#174a8d14;color:var(--blue);border:1px solid rgba(23,74,141,.25)}.alert-info{background:#eef4f8;color:#3a5f95;border:1px solid #b8d0e4}.alert-existing{padding:.75rem .875rem;border-radius:8px;font-size:.95rem;background:#fef3e0;color:#7a3c10;border:1px solid var(--gold);font-weight:500}.alert-existing-link{color:var(--gold);font-weight:700;text-decoration:underline}.alert-existing-link:hover{color:var(--gold-dark)}.auth-page{min-height:100vh;display:grid;place-items:center;padding:2rem 1rem;background:linear-gradient(135deg,var(--charcoal) 0%,var(--charcoal) 100%)}.auth-card{width:min(440px,100%);background:#fff;border:1px solid var(--border);border-radius:14px;padding:2rem;box-shadow:0 20px 50px #0000004d}.auth-card-header{margin-bottom:1.5rem}.auth-brand{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:800;color:var(--charcoal);text-decoration:none}.auth-brand-mark{width:28px;height:28px;object-fit:contain}.auth-brand-logo{height:40px;width:auto;object-fit:contain;border-radius:6px}.auth-brand:before{display:none}.auth-card h1{margin:0 0 .5rem;font-size:1.6rem}.auth-card-header p,.auth-footer,.auth-helper,.page-lead{margin:0;color:var(--muted)}.auth-form,.profile-form{display:flex;flex-direction:column;gap:1rem}.auth-footer,.auth-helper{margin-top:1.25rem;text-align:center}.form-field{display:flex;flex-direction:column;gap:.375rem;font-size:.95rem;color:#3f4654}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.72rem .875rem;border:1px solid #c4c8d0;border-radius:8px;font:inherit;background:#fff}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid #a8c4dc;border-color:#7baac8}.field-optional{font-size:.8rem;color:var(--muted-soft);font-weight:400}.stack-form{display:flex;flex-direction:column;gap:.875rem}.small-text{font-size:.8rem}.role-selector{border:1px solid var(--border);border-radius:10px;padding:.875rem;display:flex;flex-direction:column;gap:.625rem;margin:0}.role-selector legend{font-weight:700;padding:0 .375rem;font-size:.875rem}.role-option{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s}.role-option:hover{background:var(--cream)}.role-option-selected{border-color:#4a6fa5;background:#eef4f8}.role-option input[type=radio]{margin-top:.2rem;flex-shrink:0;accent-color:#4a6fa5}.role-option div{display:flex;flex-direction:column;gap:.2rem}.role-option strong{font-size:.9rem}.role-option span{font-size:.8rem;color:var(--muted)}.status-tabs{display:flex;gap:.25rem;border-bottom:2px solid var(--border);flex-wrap:wrap}.status-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font:inherit;font-size:.875rem;font-weight:500;color:var(--muted);cursor:pointer;transition:color .15s,border-color .15s;white-space:nowrap}.status-tab:hover{color:var(--charcoal)}.status-tab-active{color:#4a6fa5;border-bottom-color:#4a6fa5}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .3rem;background:#c06240;color:#fff;font-size:.7rem;font-weight:700;border-radius:999px}.status-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.status-pill-active{background:#174a8d1f;color:var(--blue)}.status-pill-awaiting_confirmation{background:#fde8c8;color:#7a3c10}.status-pill-archived{background:var(--cream);color:#6b7280}.dashboard-page{display:flex;flex-direction:column;gap:1rem}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.page-lead{color:var(--muted);margin:.2rem 0 0}.card-group{display:flex;flex-direction:column;gap:.625rem}.card-group-title{font-size:.95rem;font-weight:700;color:#6b7280;margin:0}.checklist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:.875rem}.checklist-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.125rem;display:flex;flex-direction:column;gap:.875rem;transition:box-shadow .15s,border-color .15s}.checklist-card:hover{box-shadow:0 4px 16px #0f172a14;border-color:#c4c8d0}.checklist-card-body{flex:1}.checklist-card-desc{margin:.25rem 0 0;font-size:.875rem}.card-title-row{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.card-title-row h2{margin:0;font-size:1rem;font-weight:700}.checklist-meta{display:flex;flex-wrap:wrap;gap:1rem;margin:.75rem 0 0}.checklist-meta dt{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.checklist-meta dd{margin:0;font-weight:700;font-size:.875rem}.button-row{display:flex;flex-wrap:wrap;gap:.4rem}.empty-state,.access-denied{background:#fff;border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.muted-text{color:var(--muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:grid;place-items:center;padding:max(.75rem,env(safe-area-inset-top,0px)) .75rem max(.75rem,env(safe-area-inset-bottom,0px));z-index:50;overflow:auto}.modal-card{width:min(540px,100%);max-height:min(90vh,100%);overflow:auto;background:#fff;border-radius:14px;border:1px solid var(--border);box-shadow:0 24px 60px #0f172a33}.modal-header,.modal-body{padding:1.25rem}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:1.2rem}.collaborator-list h3{margin:1.25rem 0 .5rem;font-size:1rem}.collaborator-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.collaborator-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .875rem;border:1px solid var(--border);border-radius:8px}.role-pill{display:inline-block;margin-left:.4rem;padding:.1rem .5rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:capitalize;background:#eef4f8;color:#3a5f95}.role-pill-assignee{background:#174a8d1a;color:var(--blue)}.role-pill-editor{background:#fde8c8;color:#7a3c10}.role-pill-viewer{background:var(--cream);color:#6b7280}.danger-zone{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f5ddd8}.page-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:2rem}.page-card h1{margin:0 0 .5rem}.profile-section+.profile-section{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.profile-section h2{margin:0 0 .75rem;font-size:1.1rem}.profile-notify-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-top:1rem;flex-wrap:wrap}.profile-notify-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;flex-shrink:0}.profile-notify-title{margin:0 0 .25rem;font-weight:700}.profile-details{margin:0}.profile-details div{display:grid;gap:.25rem}.profile-details dt{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.profile-details dd{margin:0;font-weight:600}.profile-danger p{margin:0 0 1rem;color:var(--muted)}.config-error-page{min-height:100vh;display:grid;place-content:center;gap:1rem;max-width:560px;margin:0 auto;padding:2rem}.config-error-page ul{margin:0;padding-left:1.25rem}.loading-screen{min-height:100vh;display:grid;place-items:center;color:var(--muted);background:linear-gradient(135deg,var(--charcoal) 0%,var(--charcoal) 100%)}.landing-hero{position:relative;isolation:isolate;min-height:100svh;display:flex;align-items:flex-start;justify-content:center;padding:clamp(3.5rem,10vh,6.5rem) 1.5rem 8rem;overflow:hidden;background:#050506}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 62%;z-index:0;transform:scale(1.04);animation:hero-drift 28s ease-in-out infinite alternate}.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#050506b8,#05050647 42%,#05050614 68%,#0505068c)}.hero-content{position:relative;z-index:2;text-align:center;max-width:640px;width:100%;animation:hero-rise .9s ease-out both}.hero-brand-text{margin:0 0 .75rem;font-family:Caveat,Ink Free,cursive;font-size:clamp(2.8rem,7vw,3.8rem);font-weight:700;color:var(--gold);line-height:1;letter-spacing:.02em;text-shadow:0 2px 18px rgba(0,0,0,.55)}.hero-brand-star{width:clamp(28px,4vw,40px);height:clamp(28px,4vw,40px);object-fit:contain;filter:drop-shadow(0 0 10px rgba(214,176,92,.45))}.hero-brand-logo{height:clamp(52px,9vw,78px);width:auto;max-width:min(280px,70vw);object-fit:contain;filter:drop-shadow(0 4px 18px rgba(0,0,0,.55))}.hero-badge{display:inline-block;padding:.3rem .9rem;background:#174a8d73;border:1px solid rgba(214,176,92,.85);border-radius:999px;font-size:.75rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-title{margin:0 0 1rem;font-size:clamp(2.6rem,7vw,4.25rem);font-weight:900;line-height:1.05;color:#eef0f4;letter-spacing:-.03em;text-shadow:0 2px 24px rgba(0,0,0,.55)}.hero-accent{color:var(--gold)}.hero-sub{margin:0 auto 2rem;max-width:34rem;font-size:1.05rem;color:#f7f2ead1;line-height:1.65;text-shadow:0 1px 12px rgba(0,0,0,.65)}.hero-tick-tock{display:block;margin-top:.85rem;font-weight:700;letter-spacing:.06em;color:#d4af37eb}.hero-ctas{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap}@keyframes hero-drift{0%{transform:scale(1.04) translateZ(0)}to{transform:scale(1.08) translate3d(0,-1.5%,0)}}@keyframes hero-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-media{animation:none;transform:scale(1.04)}.hero-content{animation:none}}.landing-video{max-width:56rem}.landing-video .section-title{margin-bottom:1.75rem}.landing-video-frame{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#0a0e14;border:1px solid rgba(212,175,55,.28);box-shadow:0 12px 40px #00000073}.landing-video-embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block}.how-it-works{display:flex;align-items:flex-start;gap:0;flex-wrap:wrap;justify-content:center}.how-divider{display:flex;align-items:center;padding:0 .5rem;font-size:1.5rem;color:#6b7280;align-self:center}.pricing-card-featured{border-color:var(--gold);background:linear-gradient(160deg,var(--charcoal) 0%,var(--charcoal-soft) 100%);box-shadow:0 0 0 1px var(--gold),0 16px 48px #d6b05c2e}.pricing-card-featured:hover{box-shadow:0 0 0 1px var(--gold),0 20px 56px #d6b05c47}.pricing-featured-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--violet);color:#fff;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:.3rem 1rem;border-radius:999px;white-space:nowrap}.pricing-tier-label{font-size:1.15rem;font-weight:800;color:#eef0f4;letter-spacing:-.01em}.pricing-amount{display:flex;align-items:baseline;gap:.2rem;line-height:1}.pricing-dollar{font-size:1.5rem;font-weight:700;color:var(--muted-soft);margin-top:.4rem}.pricing-period{font-size:1rem;color:var(--muted);font-weight:500}.pricing-savings-pill{background:#174a8d59;color:var(--gold-light);border:1px solid rgba(214,176,92,.45);font-size:.7rem;font-weight:700;padding:.15rem .55rem;border-radius:999px;text-transform:uppercase;letter-spacing:.06em}.pricing-desc{margin:0;font-size:.875rem;color:var(--muted);line-height:1.5}.pricing-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.625rem;flex:1}.feature-check{display:inline-flex;width:1.25rem;height:1.25rem;align-items:center;justify-content:center;background:#174a8d8c;color:var(--gold-light);border-radius:50%;font-size:.7rem;font-weight:900;flex-shrink:0}.footer-nav a:hover{color:var(--muted-soft)}.mobile-only{display:none}@media(max-width:900px){.detail-layout{grid-template-columns:1fr}.objectives-sidebar{display:none}.objectives-sidebar.objectives-sidebar-open{display:flex;position:fixed;inset:0 0 calc(64px + env(safe-area-inset-bottom,0px));z-index:40;border-radius:0;overflow:auto;box-shadow:0 0 40px #0f172a4d}.mobile-only{display:inline-flex}.page-heading{flex-direction:column;align-items:stretch}.message-compose{grid-template-columns:1fr}.message-compose-item{max-width:100%}.banner-chick{height:65px}.detail-chick{height:60px}.banner-title{font-size:1.2rem}.app-nav-name{display:none}.push-banner,.trial-banner{flex-wrap:wrap;gap:.65rem}}@media(max-width:640px){.app-header{padding-left:.75rem;padding-right:.75rem;gap:.35rem}.app-header-left{min-width:0}.app-logo-role{font-size:.6rem;padding:.08rem .4rem;max-width:100%;overflow:hidden;text-overflow:ellipsis}.app-nav{gap:.35rem}.app-nav-link{font-size:.8rem!important}.app-nav-logout{padding-inline:.55rem}.app-main{padding:1rem .875rem}.checklist-grid{grid-template-columns:1fr}.detail-header{padding:.875rem}.page-banner{padding:1rem}.banner-chick{height:55px}.detail-chick{display:none}.detail-header-actions{width:100%}.bottom-nav-tab{font-size:1rem;padding:.45rem .4rem;gap:.2rem}.bottom-nav-icon{font-size:.9rem}.modal-card{border-radius:12px;max-height:calc(100dvh - 1.5rem)}.profile-notify-row{flex-direction:column}.profile-notify-actions{width:100%}.profile-notify-actions .btn{flex:1}.settings-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.settings-tabs::-webkit-scrollbar{display:none}.settings-tab{white-space:nowrap;flex-shrink:0}.share-roster-item,.team-roster-item{flex-direction:column;align-items:stretch}.share-roster-actions,.team-roster-actions{width:100%}.landing-section,.landing-section-full,.trust-section{padding-left:1.25rem;padding-right:1.25rem}.section-title{font-size:1.55rem}.pricing-card{padding:1.5rem 1.25rem}.pricing-number{font-size:2.75rem}.hero-title{font-size:clamp(2rem,9vw,2.75rem)}.hero-ctas .btn{width:100%}}.landing{min-height:100vh;display:flex;flex-direction:column;background:var(--charcoal);color:#eef0f4}.landing-section{padding:4rem 2rem;max-width:1100px;margin:0 auto;width:100%}.landing-section-full{padding:4rem 2rem;width:100%;background:var(--charcoal-deep);border-top:1px solid var(--charcoal);border-bottom:1px solid var(--charcoal)}.section-title{text-align:center;font-size:2rem;font-weight:800;color:#eef0f4;margin:0 0 .5rem;letter-spacing:-.02em}.section-sub{text-align:center;color:var(--muted);margin:0 0 3rem;font-size:1rem}.how-it-works{display:flex;align-items:stretch;gap:.875rem;flex-wrap:wrap;justify-content:center}.how-step{flex:1;min-width:200px;max-width:280px;text-align:center;padding:1.5rem;background:var(--charcoal);border:1px solid #3f4654;border-radius:14px}.how-number{display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;background:var(--gold);color:#fff;font-weight:900;font-size:1.1rem;border-radius:50%;margin-bottom:1rem}.how-step h3{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:#eef0f4}.how-step p{margin:0;font-size:.875rem;color:var(--muted-soft);line-height:1.6}.how-divider{display:flex;align-items:center;padding:0 .25rem;font-size:1.5rem;color:#3f4654;align-self:center}.trust-section{padding:3.5rem 2rem;background:var(--charcoal-deep);border-top:1px solid var(--charcoal);border-bottom:1px solid var(--charcoal)}.trust-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:center}.trust-shield{font-size:4rem;line-height:1;filter:drop-shadow(0 0 12px rgba(214,176,92,.4))}.trust-content h2{margin:0 0 .625rem;font-size:1.5rem;font-weight:800;color:#eef0f4}.trust-content p{margin:0 0 1.25rem;color:var(--muted-soft);line-height:1.7;font-size:.95rem}.trust-badges{display:flex;flex-wrap:wrap;gap:.625rem}.trust-badge{display:flex;align-items:center;gap:.4rem;padding:.4rem .875rem;background:var(--charcoal);border:1px solid #3f4654;border-radius:8px;font-size:.8rem;font-weight:600;color:#c4c8d0}.trust-badge-icon{font-size:1rem}.trust-supabase-link{color:var(--gold)!important;font-weight:700}.landing-pricing{background:var(--charcoal)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),360px));gap:1.5rem;justify-content:center;margin-bottom:2rem}.pricing-card{background:var(--charcoal);border:1px solid #3f4654;border-radius:18px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;transition:border-color .2s,box-shadow .2s}.pricing-card:hover{border-color:#6b7280;box-shadow:0 8px 32px #0000004d}.pricing-card-featured{border-color:var(--gold);background:linear-gradient(160deg,var(--charcoal) 0%,var(--charcoal-soft) 100%);box-shadow:0 0 0 1px var(--gold),0 16px 48px #d6b05c24}.pricing-card-featured:hover{box-shadow:0 0 0 1px var(--gold),0 20px 56px #d6b05c3d}.pricing-featured-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--violet);color:#fff;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:.3rem 1rem;border-radius:999px;white-space:nowrap}.pricing-card-header{display:flex;flex-direction:column;gap:.5rem}.pricing-tier-label{font-size:1.25rem;font-weight:800;color:#eef0f4}.pricing-amount{display:flex;align-items:baseline;gap:.15rem;line-height:1}.pricing-dollar{font-size:1.4rem;font-weight:700;color:var(--muted-soft);align-self:flex-start;margin-top:.5rem}.pricing-number{font-size:3.5rem;font-weight:900;color:#eef0f4;letter-spacing:-.03em}.pricing-period{font-size:1rem;color:var(--muted)}.pricing-annual-note{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-soft);flex-wrap:wrap}.pricing-annual-note strong{color:var(--border)}.pricing-savings-pill{background:#174a8d59;color:var(--gold-light);border:1px solid rgba(214,176,92,.45);font-size:.68rem;font-weight:700;padding:.15rem .55rem;border-radius:999px;text-transform:uppercase;letter-spacing:.06em}.pricing-desc{margin:.25rem 0 0;font-size:.875rem;color:var(--muted);line-height:1.5}.pricing-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem;flex:1}.pricing-features li{display:flex;align-items:center;gap:.625rem;font-size:.9rem;color:#c4c8d0}.feature-check{display:inline-flex;width:1.2rem;height:1.2rem;align-items:center;justify-content:center;background:#174a8d8c;color:var(--gold-light);border-radius:50%;font-size:.65rem;font-weight:900;flex-shrink:0}.feature-check-gold{background:#4813bd8c;color:var(--gold-light)}.pricing-cta{margin-top:auto}.pricing-trial-note{text-align:center;color:var(--muted);font-size:.875rem;margin:0}.pricing-trial-note strong{color:var(--muted-soft)}.btn-gold{background:var(--gold);color:#0c1018;border-color:var(--gold);font-weight:700}.btn-gold:hover:not(:disabled){background:var(--gold-dark);border-color:var(--gold-dark);color:#0c1018;text-decoration:none}.btn-outline{background:transparent;color:var(--border);border:1.5px solid #6b7280}.btn-outline:hover:not(:disabled){background:#ffffff0d;border-color:var(--muted);text-decoration:none}.btn-lg{padding:.875rem 1.75rem;font-size:1rem;border-radius:10px}.landing-footer{margin-top:auto;padding:2rem;border-top:1px solid var(--charcoal);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;background:var(--charcoal-deep)}.footer-brand{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.footer-chick{height:32px;width:auto;object-fit:contain}.footer-star{width:28px;height:28px;object-fit:contain}.footer-logo-img{height:36px;width:auto;object-fit:contain;mix-blend-mode:screen}.footer-logo{font-size:1.1rem;font-weight:800;color:var(--gold)}.footer-copy{color:#6b7280;font-size:.8rem;margin:0}.footer-promo-link{color:var(--gold);font-weight:700;text-decoration:none}.footer-promo-link:hover{color:var(--gold-light);text-decoration:underline}.footer-nav{display:flex;gap:1.25rem}.footer-nav a{color:var(--muted);font-size:.875rem}.footer-nav a:hover{color:var(--muted-soft);text-decoration:none}.app-nav-pricing{color:var(--gold)!important;font-weight:600!important}@media(max-width:768px){.landing-hero{padding:3rem 1.25rem 6rem;min-height:100svh}.hero-media{object-position:center 68%}.hero-sub{font-size:.98rem}.how-divider{transform:rotate(90deg)}.trust-inner{grid-template-columns:1fr;text-align:center}.trust-shield{font-size:3rem}.trust-badges{justify-content:center}.landing-footer{flex-direction:column;align-items:center;text-align:center}}.settings-heading{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.25rem}.settings-heading h1{margin:0 0 .35rem}.settings-heading .page-lead{margin:0}.settings-star-accent{width:56px;height:56px;object-fit:contain;flex-shrink:0;border-radius:8px;filter:drop-shadow(0 0 10px rgba(214,176,92,.35))}@media(max-width:640px){.settings-star-accent{width:44px;height:44px}}.settings-tabs{display:flex;gap:.5rem;margin:1.25rem 0 1rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.settings-tab{border:1px solid transparent;background:transparent;color:var(--muted);font:inherit;font-weight:600;font-size:.9rem;padding:.45rem .85rem;border-radius:8px;cursor:pointer}.settings-tab:hover{color:var(--charcoal);background:#eef0f4}.settings-tab-active{color:#7a3c10;background:#fde8c8;border-color:var(--gold)}.settings-panel{display:flex;flex-direction:column;gap:1.25rem}.howto-rule h2,.howto-card h2,.settings-upgrade h2{margin:0 0 .5rem;font-size:1.15rem}.howto-rule p{margin:0 0 .75rem;color:#3f4654;line-height:1.45}.howto-example{border:1px solid var(--border);background:#eef0f4;border-radius:10px;padding:.85rem 1rem}.howto-example-label{margin:0 0 .5rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7a3c10}.howto-example-list{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.howto-example-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:var(--charcoal)}.howto-example-list em{color:var(--muted);font-style:normal;font-size:.8rem}.howto-check{flex-shrink:0;width:1.25rem;text-align:center;font-weight:700;color:var(--muted)}.howto-check-done{color:var(--gold)}.howto-check-locked{opacity:.45}.howto-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.howto-card{border:1px solid var(--border);border-radius:12px;padding:1rem 1.1rem;background:#fff}.howto-card ol{margin:0;padding-left:1.15rem;display:flex;flex-direction:column;gap:.45rem;color:#3f4654;font-size:.9rem;line-height:1.4}.settings-profile-link{margin:0}.settings-upgrade-placeholder{border:1px dashed #c4c8d0;border-radius:12px;padding:2rem 1.25rem;text-align:center;background:#eef0f4;color:var(--muted)}@media(max-width:800px){.howto-columns{grid-template-columns:1fr}}.install-guide{margin-top:.5rem;padding:1.15rem 1.2rem;border:1px solid var(--border);border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:1rem}.install-guide-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.install-guide-header h2{margin:0 0 .35rem;font-size:1.15rem}.install-guide-header .muted-text{margin:0}.install-guide-status{margin:0;padding:.75rem .9rem;border-radius:8px;background:#eef0f4;color:#3f4654;font-size:.9rem;line-height:1.45}.install-guide-status-done{background:#174a8d14;color:var(--blue);font-weight:600}.install-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:.75rem}.install-guide-card{border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem;background:var(--cream)}.install-guide-card-focus{border-color:var(--gold);background:#fffdf6;box-shadow:0 0 0 1px #d6b05c59}.install-guide-card h3{margin:0 0 .55rem;font-size:.95rem;color:var(--charcoal)}.install-guide-card ol{margin:0;padding-left:1.15rem;display:flex;flex-direction:column;gap:.4rem;color:#3f4654;font-size:.88rem;line-height:1.4}.install-guide-note{margin:0}.trial-banner{display:flex;align-items:center;gap:.75rem;padding:.55rem 1.25rem;font-size:.88rem;font-weight:600}.trial-banner-warning{background:#fff4dd;border-bottom:2px solid var(--gold);color:#7a4800}.trial-banner-expired{background:#fde8e4;border-bottom:2px solid #8b3a1a;color:#5c1a00}.trial-banner-cta{margin-left:auto;padding:.3rem .75rem;border-radius:999px;background:var(--gold);color:#fff;text-decoration:none;font-size:.82rem;font-weight:700;white-space:nowrap}.trial-banner-cta:hover{background:#d07020}.trial-banner-dismiss{background:none;border:none;cursor:pointer;font-size:.9rem;color:inherit;opacity:.6;padding:0;margin-left:.25rem}.trial-banner-dismiss:hover{opacity:1}.push-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#f0f7ff;border-bottom:2px solid #6499c8;font-size:.88rem}.push-banner-icon{font-size:1.3rem;flex-shrink:0}.push-banner-text{display:flex;flex-direction:column;gap:.15rem;flex:1}.push-banner-text strong{font-size:.9rem}.push-banner-text span{color:#4a6070;font-weight:400}.push-banner-dismiss{background:none;border:none;cursor:pointer;font-size:.9rem;color:#4a6070;opacity:.7;padding:0;flex-shrink:0}.push-banner-dismiss:hover{opacity:1}.onboarding-tip{display:flex;align-items:center;gap:1rem;background:#fff8ee;border:2px dashed var(--gold);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.onboarding-tip-icon{font-size:2rem;flex-shrink:0}.onboarding-tip div{flex:1}.onboarding-tip p{margin:.25rem 0 0;color:#5a4a35;font-size:.9rem}@media(max-width:600px){.onboarding-tip{flex-direction:column;text-align:center}}.auth-forgot-link{color:var(--gold);font-size:.88rem}.auth-forgot-link:hover{text-decoration:underline}.auth-privacy-note{font-size:.78rem;color:var(--muted);text-align:center;margin-top:.75rem}.auth-privacy-note a{color:var(--gold);text-decoration:underline}.reset-sent{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0;text-align:center}.reset-sent-icon{font-size:2.5rem}.reset-sent p{color:#5a4a35;line-height:1.5;max-width:28ch;margin:0}.team-panel{display:flex;flex-direction:column;gap:1.5rem}.team-lead-id-block{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:10px;background:#fff}.team-lead-id-block h2{margin:0 0 .35rem;font-size:1.1rem}.team-lead-id-row{display:flex;align-items:center;gap:.75rem}.team-lead-id{font-family:ui-monospace,monospace;font-size:1.5rem;font-weight:700;letter-spacing:.08em;color:var(--blue)}.team-add-form h2,.team-roster h2{margin:0 0 .35rem;font-size:1.1rem}.team-add-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-top:.75rem}.team-add-row .form-field{flex:1;min-width:12rem;margin:0}.team-roster-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.team-roster-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px;background:#fff}.team-roster-info{display:flex;flex-direction:column;gap:.25rem}.team-status{font-size:.8rem;color:var(--muted)}.team-status-active{color:#16a34a;font-weight:600}.team-roster-actions{display:flex;flex-wrap:wrap;gap:.5rem}.team-roster-actions a.btn{text-decoration:none;display:inline-flex;align-items:center}.team-signup-welcome{margin:0 0 .5rem;color:var(--muted)}.share-intro{margin:0 0 .75rem}.share-add-row{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.share-roster h3{margin:0 0 .5rem;font-size:1rem}.share-roster-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.65rem}.share-roster-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;padding:.75rem .85rem;border:1px solid var(--border);border-radius:10px;background:#fff}.share-roster-info{display:flex;flex-direction:column;gap:.2rem;min-width:12rem}.share-roster-actions{display:flex;flex-wrap:wrap;gap:.4rem}.share-roster-actions a.btn{text-decoration:none;display:inline-flex;align-items:center}.co-leads-panel{display:flex;flex-direction:column;gap:1rem}.co-leads-list,.co-leads-pending-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.co-leads-item,.co-leads-pending-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem .85rem;border:1px solid var(--border);border-radius:8px;background:#fff}.co-leads-badge{font-size:.75rem;font-weight:600;color:#7a3c10;background:#fde8c8;padding:.15rem .5rem;border-radius:999px}.co-leads-invite-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-top:.5rem}.co-leads-invite-row .form-field{flex:1;min-width:12rem;margin:0}.join-lead-actions{display:flex;flex-direction:column;gap:.75rem}.lead-notes-panel{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px dashed var(--border);border-radius:10px;background:#fff}.lead-notes-header h2{margin:0 0 .25rem;font-size:1.05rem}.lead-notes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.lead-note-item{padding:.65rem .75rem;border-radius:8px;background:var(--cream);border:1px solid var(--border)}.lead-note-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:.35rem}.lead-note-date{font-size:.75rem;color:var(--muted)}.lead-note-text{margin:0;color:var(--ink);line-height:1.45;white-space:pre-wrap}.lead-notes-compose{display:flex;flex-direction:column;gap:.5rem}.lead-notes-input{font:inherit;border:1px solid var(--border);border-radius:8px;padding:.6rem .75rem;resize:vertical}
