:root{--background: #ffffff;--foreground: #0f172a;--muted: #f5f7fb;--muted-foreground: #64748b;--border: #e2e8f0;--primary: #4f46e5;--primary-dark: #4338ca;--secondary: #0f766e;--accent: #14b8a6;--danger: #dc2626;--warning: #b45309;--success: #047857;--radius: 8px}*{box-sizing:border-box}body{margin:0;color:var(--foreground);background:var(--background);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.public-shell{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#fff 42%);padding:24px}.public-header,.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.public-header{max-width:1180px;margin:0 auto 32px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{position:relative;display:block;width:44px;height:44px;overflow:hidden;border-radius:8px;background:radial-gradient(circle at 72% 24%,rgba(20,184,166,.95) 0 6px,transparent 7px),linear-gradient(135deg,#4f46e5,#0f766e);box-shadow:0 10px 24px #4f46e533}.sailtide-sail{position:absolute;left:13px;top:8px;width:17px;height:23px;background:#fff;clip-path:polygon(0 100%,100% 100%,35% 0)}.sailtide-wave{position:absolute;right:8px;bottom:9px;left:8px;height:8px;border:2px solid rgba(255,255,255,.86);border-top:0;border-radius:0 0 999px 999px}.brand-mark:after{content:"";position:absolute;right:10px;bottom:12px;left:18px;height:2px;border-radius:999px;background:#ffffffe0}.brand-name{font-size:18px;font-weight:800}.brand-subtitle{color:var(--muted-foreground);font-size:12px}.intro-band,.form-grid{max-width:1180px;margin:0 auto}.intro-band{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border);padding-bottom:28px}.eyebrow{margin:0 0 8px;color:var(--secondary);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}.intro-band h1{margin-bottom:8px;font-size:clamp(36px,7vw,72px);line-height:.95;letter-spacing:0}.intro-copy{max-width:620px;color:var(--muted-foreground);font-size:18px;line-height:1.55}.member-hero,.guided-form{max-width:1180px;margin:0 auto}.member-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:32px;align-items:stretch;padding:20px 0 28px}.club-badge{display:inline-flex;align-items:center;gap:12px;min-height:78px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:9px 16px 9px 10px;box-shadow:0 10px 28px #0f172a0a;margin-bottom:20px}.club-badge div{display:grid;gap:2px}.club-badge span{color:var(--muted-foreground);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.club-badge strong{color:var(--foreground);font-size:16px;line-height:1.1}.club-badge img{display:block;width:auto;height:60px;object-fit:contain}.member-hero h1{max-width:760px;margin-bottom:14px;font-size:clamp(32px,5.5vw,46px);line-height:1.05;letter-spacing:-.015em}.member-hero p{max-width:700px;color:var(--muted-foreground);font-size:15px;line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:26px}.hero-actions span{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:14px;font-weight:800}.hero-sidebar{display:flex;flex-direction:column;gap:20px;justify-content:flex-start}.departure-card{border:1px solid rgba(79,70,229,.18);border-radius:12px;background:linear-gradient(135deg,#4f46e514,#14b8a614),#fff;padding:24px;box-shadow:0 18px 45px #0f172a14}.departure-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:12px;background:var(--primary);color:#fff;margin-bottom:18px}.departure-card h2{margin-bottom:12px;font-size:20px}.departure-card ul{display:grid;gap:10px;margin:0;padding-left:18px;color:#334155;line-height:1.5}.guided-form{display:grid;grid-template-columns:310px minmax(0,1fr);gap:22px;padding:16px 0 64px}.step-sidebar{position:sticky;top:20px;align-self:start;border:1px solid var(--border);border-radius:12px;background:#fff;padding:18px;box-shadow:0 10px 30px #0f172a0a}.step-sidebar-head{display:flex;justify-content:space-between;gap:12px;color:var(--muted-foreground);font-size:13px;font-weight:800}.step-sidebar-head strong{color:var(--foreground)}.progress-track{height:8px;overflow:hidden;border-radius:999px;background:#e2e8f0;margin:14px 0 18px}.progress-track div{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--accent));transition:width .25s ease}.step-list{display:grid;gap:8px}.step-button{display:flex;align-items:center;gap:12px;width:100%;border:1px solid transparent;border-radius:var(--radius);background:transparent;color:#475569;padding:11px;text-align:left}.step-button>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:var(--radius);background:var(--muted);color:#64748b}.step-button strong,.step-button small{display:block}.step-button strong{color:var(--foreground);font-size:14px}.step-button small{margin-top:2px;color:var(--muted-foreground);font-size:12px;line-height:1.35}.step-button.active{border-color:#4f46e538;background:#4f46e514}.step-button.active>span{background:var(--primary);color:#fff}.step-button.done>span{background:#14b8a624;color:var(--secondary)}.support-note{display:flex;gap:10px;margin-top:18px;border-radius:var(--radius);background:#f8fafc;padding:12px;color:#475569}.support-note svg{flex:0 0 auto;color:var(--secondary)}.support-note p{margin:0;font-size:13px;line-height:1.45}.wizard-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:26px;box-shadow:0 18px 45px #0f172a0f}.wizard-top{display:flex;gap:14px;align-items:flex-start;border-bottom:1px solid var(--border);padding-bottom:22px;margin-bottom:24px}.wizard-icon{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;border-radius:12px;background:#4f46e51a;color:var(--primary)}.wizard-top span{color:var(--secondary);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.wizard-top h2{margin:3px 0 6px;font-size:28px}.wizard-top p,.form-panel-copy p,.review-copy{margin:0;color:var(--muted-foreground);line-height:1.55}.form-panel{display:grid;gap:20px}.form-panel-copy h3,.review-layout h3{margin-bottom:6px;font-size:20px}.safety-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.safety-chip{display:flex;align-items:center;gap:10px;min-height:50px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:#334155;padding:10px 12px;text-align:left;font-size:14px;font-weight:800}.safety-chip span{display:grid;width:22px;height:22px;flex:0 0 auto;place-items:center;border-radius:999px;background:#f1f5f9}.safety-chip.active{border-color:#0f766e59;background:#14b8a61a;color:var(--secondary)}.safety-chip.active span{background:var(--secondary);color:#fff}.route-cards{display:grid;gap:12px}.emergency-reference{overflow:hidden;border:1px solid #cbd5e1;border-radius:12px;background:#f8fafc}.emergency-reference-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;color:#fff;background:#315b80}.emergency-reference-head h4{margin:3px 0 0;font-size:16px;line-height:1.2}.emergency-reference-head .eyebrow{color:#dbeafe}.emergency-reference-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.emergency-reference-item{display:grid;gap:4px;min-height:68px;padding:12px 14px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.emergency-reference-item:nth-child(5n){border-right:0}.emergency-reference-item:nth-last-child(-n+5){border-bottom:0}.emergency-reference-item span{color:#475569;font-size:12px}.emergency-reference-item strong{color:#0f172a;font-size:14px}.route-card{border:1px solid var(--border);border-radius:12px;background:#f8fafc;padding:14px}.route-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.route-card-head select{max-width:180px;background:#fff;font-weight:800}.route-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.add-route{width:fit-content;margin-top:12px}.review-layout{display:grid;gap:18px}.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.review-item{border:1px solid var(--border);border-radius:var(--radius);background:#f8fafc;padding:14px}.review-item span{display:block;color:var(--muted-foreground);font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.review-item strong{display:block;margin-top:6px;line-height:1.45}.wizard-actions{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--border);margin-top:26px;padding-top:20px}.quick-facts{display:grid;gap:10px}.quick-facts span,.ghost-button,.outline-button,.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.quick-facts span{color:#334155;font-size:14px;font-weight:700}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:28px 0 56px}.form-section{border:1px solid var(--border);border-radius:12px;background:#fff;padding:20px;box-shadow:0 10px 30px #0f172a0a}.form-section.wide,.error-box,.form-actions{grid-column:1 / -1}.section-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}.section-title span{color:var(--primary)}.section-title h2{margin:0;font-size:18px}.section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:grid;gap:7px;color:#334155;font-size:13px;font-weight:700}.field.full{grid-column:1 / -1}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--foreground);padding:11px 12px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e524}textarea{min-height:96px;resize:vertical}.check-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.check-tile{min-height:42px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:#334155;font-size:13px;font-weight:700}.check-tile.active{border-color:#0f766e59;background:#14b8a61a;color:var(--secondary)}.trip-list{display:grid;gap:10px;grid-column:1 / -1}.trip-row{display:grid;grid-template-columns:110px 145px 120px 1fr 1fr 1fr 120px 42px;gap:8px;align-items:center}.button{min-height:42px;border:0;border-radius:var(--radius);background:var(--primary);color:#fff;padding:0 18px;font-weight:800}.button:hover{background:var(--primary-dark)}.button:disabled{cursor:wait;opacity:.7}.outline-button,.ghost-button,.icon-button{min-height:38px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:#334155;padding:0 12px;font-weight:800;text-decoration:none}.outline-button:disabled{cursor:not-allowed;opacity:.45}.ghost-button{border-color:transparent;background:transparent}.icon-button{width:38px;padding:0}.form-actions{display:flex;justify-content:flex-end}.error-box{border-radius:var(--radius);background:#fef2f2;color:var(--danger);padding:12px 14px;font-weight:700}.success-shell,.admin-login{display:grid;place-items:center}.success-panel,.login-panel{width:min(100%,520px);border:1px solid var(--border);border-radius:12px;background:#fff;padding:32px;text-align:center;box-shadow:0 20px 50px #0f172a14}.success-panel .brand,.login-panel .brand{justify-content:center;margin-bottom:24px}.success-icon{display:grid;width:56px;height:56px;place-items:center;margin:0 auto 18px;border-radius:999px;background:#10b9811f;color:var(--success)}.reference-box{margin:20px 0;border-radius:var(--radius);background:var(--muted);padding:14px;font-weight:800}.login-panel form{display:grid;gap:12px;margin:20px 0 12px}.login-panel .form-error,.login-panel .form-success{border-radius:8px;padding:10px 12px;font-size:13px}.login-panel .form-error{color:#991b1b;background:#fef2f2}.login-panel .form-success{color:#166534;background:#f0fdf4}.center{margin:0 auto}.team-invite-panel,.team-list{border:1px solid var(--border);border-radius:12px;background:#fff;padding:18px}.team-invite-panel h2{margin:0 0 14px;font-size:18px}.team-invite-form{display:grid;grid-template-columns:1fr 1.4fr 150px auto;gap:10px}.team-invite-panel .form-error,.team-invite-panel .form-success{margin-top:12px;border-radius:8px;padding:10px 12px;font-size:13px}.team-invite-panel .form-error{color:#991b1b;background:#fef2f2}.team-invite-panel .form-success{color:#166534;background:#f0fdf4}.team-list{display:grid;gap:0;margin-top:16px;padding:0}.team-user-row{display:grid;grid-template-columns:1fr 140px auto;align-items:center;gap:14px;padding:14px 18px;border-bottom:1px solid var(--border)}.team-user-row:last-child{border-bottom:0}.team-user-row div{display:grid;gap:3px}.team-user-row span{color:var(--muted-foreground);font-size:13px}.dashboard-shell{display:flex;min-height:100vh;background:var(--muted)}.sidebar{position:sticky;top:0;display:flex;width:260px;height:100vh;flex-direction:column;border-right:1px solid var(--border);background:#fff;padding:18px}.sidebar nav{display:grid;gap:6px;margin-top:28px}.sidebar a,.sidebar nav button,.sign-out{display:flex;align-items:center;gap:10px;border:0;border-radius:var(--radius);background:transparent;color:#475569;padding:11px 12px;text-align:left;text-decoration:none;font-weight:800}.sidebar .active{background:var(--primary);color:#fff}.sign-out{margin-top:auto}.dashboard-main{flex:1;min-width:0;padding:24px}.dashboard-header{margin-bottom:20px}.dashboard-header h1{margin:0;font-size:26px}.dashboard-header p{margin:4px 0 0;color:var(--muted-foreground)}.metric-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.metric{border:1px solid var(--border);border-radius:12px;background:#fff;padding:16px}.metric div{font-size:28px;font-weight:900}.metric span{color:var(--muted-foreground);font-size:13px;font-weight:700}.toolbar{display:flex;gap:12px;margin-bottom:18px}.search-field{position:relative;flex:1;min-width:260px}.search-field svg{position:absolute;left:12px;top:50%;color:var(--muted-foreground);transform:translateY(-50%)}.search-field input{padding-left:38px}.toolbar>select{flex:0 0 220px}.plan-list{display:grid;gap:10px}.plan-card{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;border:1px solid var(--border);border-radius:12px;background:#fff;padding:16px;text-align:left}.plan-card:hover{border-color:#4f46e559;box-shadow:0 10px 26px #0f172a0f}.plan-title{font-weight:900}.plan-meta,.plan-card-right span{color:var(--muted-foreground);font-size:13px}.plan-card-right{display:flex;align-items:center;gap:12px}.status{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.status.submitted{background:#4f46e51f;color:var(--primary)}.status.reviewed{background:#14b8a624;color:var(--secondary)}.status.needs_follow_up{background:#fff7ed;color:var(--warning)}.status.closed{background:#ecfdf5;color:var(--success)}.detail-panel{width:min(460px,100%);height:100vh;overflow:auto;border-left:1px solid var(--border);background:#fff;padding:22px}.detail-close{margin-bottom:18px;border:0;background:transparent;color:var(--primary);font-weight:900}.detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.detail{border-radius:var(--radius);background:var(--muted);padding:12px}.detail.wide{grid-column:1 / -1}.detail span{display:block;color:var(--muted-foreground);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.detail strong{display:block;margin-top:5px;font-size:14px}.trip-summary{display:grid;gap:8px;margin-bottom:18px;color:#334155;font-size:14px}.empty-state{display:grid;min-height:220px;place-items:center;border:1px dashed var(--border);border-radius:12px;background:#fff;color:var(--muted-foreground);font-weight:800}.mobile-only,.backdrop{display:none}.checkbox-field-container{display:flex;align-items:center;margin:8px 0 16px}.checkbox-label{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:600;color:#334155;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:18px;height:18px;border-radius:4px;border:1px solid var(--border);accent-color:var(--primary);cursor:pointer}.field.disabled input{background:#f8fafc;color:#64748b;cursor:not-allowed;border-color:var(--border);box-shadow:none}.warning-box{display:flex;align-items:flex-start;gap:12px;border-radius:var(--radius);background:#fffbeb;border:1px solid #fde68a;color:#b45309;padding:14px 16px;font-size:13.5px;font-weight:600;line-height:1.5}.warning-box svg{flex:0 0 auto;color:#d97706;margin-top:2px}.route-card{transition:all .2s ease;border:1px solid var(--border)}.route-card:hover{border-color:#4f46e540;box-shadow:0 8px 24px #0f172a08}.route-card-head{padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:14px}.checkpoint-title-wrap{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.checkpoint-number{font-size:14px;font-weight:800;color:#1e293b}.segmented-control{display:inline-flex;border:1px solid var(--border);border-radius:8px;background:#f1f5f9;padding:2px}.segment{border:0;border-radius:6px;background:transparent;color:#64748b;padding:4px 14px;font-size:12px;font-weight:800;cursor:pointer;transition:all .15s ease}.segment.active{background:#fff;color:var(--primary);box-shadow:0 2px 4px #0000000d}.checkpoint-field{display:grid;gap:5px;color:#475569;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.checkpoint-field input{font-size:13.5px;padding:9px 11px;font-weight:500}.plb-input-container{animation:slideDown .25s ease-out forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.review-sections-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.review-section-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:18px;box-shadow:0 4px 12px #0f172a05;transition:border-color .2s ease}.review-section-card:hover{border-color:#4f46e533}.review-section-card.full-width{grid-column:1 / -1}.review-section-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:14px}.review-section-head h4{margin:0;font-size:14.5px;font-weight:800;color:#1e293b;letter-spacing:-.01em}.edit-step-btn{border:0;background:transparent;color:var(--primary);font-size:12.5px;font-weight:800;padding:4px 8px;cursor:pointer;border-radius:4px;transition:all .15s ease}.edit-step-btn:hover{background:#4f46e50f;color:var(--primary-dark)}.review-section-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.review-item.full-width{grid-column:1 / -1}.review-notes-content{grid-column:1 / -1;font-size:14px;line-height:1.6;color:#334155;white-space:pre-wrap;background:#f8fafc;padding:12px 14px;border-radius:var(--radius);border:1px solid var(--border)}.review-timeline-card{grid-column:1 / -1;border:1px solid var(--border);border-radius:12px;background:#fff;padding:20px;box-shadow:0 4px 12px #0f172a05}.review-timeline{display:flex;flex-direction:column;gap:16px;position:relative;padding-left:20px;margin-top:14px}.review-timeline:before{content:"";position:absolute;left:31px;top:16px;bottom:16px;width:2px;background:#cbd5e1}.timeline-node{display:flex;gap:18px;position:relative}.timeline-badge{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#e2e8f0;color:#64748b;flex:0 0 auto;z-index:2;box-shadow:0 0 0 4px #fff;margin-left:10px}.timeline-badge.depart{background:#4f46e51f;color:var(--primary);box-shadow:0 0 0 4px #fff,0 0 0 6px #4f46e50f}.timeline-badge.arrive{background:#14b8a624;color:var(--secondary);box-shadow:0 0 0 4px #fff,0 0 0 6px #14b8a614}.timeline-content{flex:1;background:#f8fafc;border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;display:flex;flex-direction:column;gap:4px}.timeline-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.timeline-type-tag{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;padding:3px 8px;border-radius:999px}.timeline-type-tag.depart{background:#4f46e51a;color:var(--primary)}.timeline-type-tag.arrive{background:#14b8a61f;color:var(--secondary)}.timeline-date,.timeline-time,.timeline-checkin{font-size:12.5px;color:#64748b;font-weight:600}.timeline-checkin{color:#b45309;background:#fff7ed;padding:2px 6px;border-radius:4px;font-size:11.5px}.timeline-details{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}.timeline-location{font-size:14.5px;font-weight:800;color:#0f172a}.timeline-mode{font-size:13px;color:#475569;font-weight:500;background:#e2e8f0;padding:2px 6px;border-radius:4px}.timeline-reason{font-size:13px;color:var(--muted-foreground);font-style:italic}.draft-alert-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius);padding:12px 18px;margin-bottom:24px;animation:slideDown .25s ease-out}.draft-alert-copy{display:flex;align-items:center;gap:10px;color:#1e3a8a;font-size:14px;font-weight:600}.draft-alert-copy svg{color:#3b82f6;flex:0 0 auto}.draft-alert-actions{display:flex;gap:8px}.compact-btn{min-height:32px!important;padding:0 12px!important;font-size:12px!important}.tide-weather-widget.loading{position:relative;overflow:hidden}.shimmer{background:#f1f5f9;background-image:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9 80px);background-size:600px 100%;background-repeat:no-repeat;animation:shimmer 1.6s infinite linear;border-radius:4px}@keyframes shimmer{0%{background-position:-150px 0}to{background-position:450px 0}}.header-shimmer{width:140px;height:16px}.tide-visual-shimmer{width:100%;height:38px}.metric-shimmer{width:100%;height:14px;margin-bottom:8px}.metric-shimmer:last-child{margin-bottom:0}.live-badge.loading-pulse{background:#f1f5f9;color:#64748b;border-color:#cbd5e1;animation:loadingPulse 1.5s infinite ease-in-out}.live-badge.error-badge{background:#fef2f2;color:#ef4444;border-color:#fca5a5}@keyframes loadingPulse{0%,to{opacity:1}50%{opacity:.5}}.tide-weather-widget{border:1px solid var(--border);border-radius:12px;background:#fff;padding:16px;box-shadow:0 4px 16px #0f172a05}.widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.widget-header h4{margin:0;font-size:13px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.06em}.live-badge{display:inline-flex;align-items:center;gap:4px;background:#ecfdf5;color:var(--success);font-size:10px;font-weight:900;text-transform:uppercase;padding:2px 6px;border-radius:999px;border:1px solid #a7f3d0}.widget-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:16px;align-items:center}.widget-tide-visual{display:flex;flex-direction:column;gap:8px}.tide-svg{width:100%;height:38px;background:#f8fafc;border-radius:var(--radius);border:1px solid var(--border)}.tide-dot{animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%,to{r:3.5;opacity:1}50%{r:5;opacity:.7}}.tide-info{display:flex;flex-direction:column;gap:2px}.tide-status{font-size:12px;font-weight:700;color:#1e293b}.tide-next{font-size:11px;color:#64748b;font-weight:600}.widget-weather-info{display:flex;flex-direction:column;gap:8px;border-left:1px solid var(--border);padding-left:16px}.weather-metric{display:flex;justify-content:space-between;align-items:center;font-size:12px}.metric-label{color:#64748b;font-weight:600}.metric-val{color:#0f172a;font-weight:800}.autofill-prompt-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#14b8a60d;border:1px solid rgba(20,184,166,.2);border-radius:var(--radius);padding:14px 16px;margin-top:4px;animation:slideDown .25s ease-out}.autofill-prompt-body{display:flex;gap:12px;align-items:flex-start}.autofill-icon{color:var(--accent);margin-top:2px;flex:0 0 auto}.autofill-prompt-body div{display:flex;flex-direction:column;gap:2px}.autofill-prompt-body strong{font-size:13.5px;color:#0f766e;font-weight:800}.autofill-prompt-body span{font-size:12.5px;color:#334155;line-height:1.4;font-weight:500}.field-label-wrap{display:flex;align-items:center;gap:6px}.tooltip-container{position:relative;display:inline-flex}.tooltip-trigger{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:999px;background:#cbd5e1;color:#64748b;font-size:10px;font-weight:900;cursor:help;-webkit-user-select:none;user-select:none;transition:all .15s ease}.tooltip-trigger:hover{background:var(--primary);color:#fff}.tooltip-bubble{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:240px;background:#1e293b;color:#fff;padding:8px 10px;border-radius:var(--radius);font-size:11px;line-height:1.45;font-weight:500;box-shadow:0 8px 24px #0f172a26;z-index:100;text-transform:none;letter-spacing:normal;pointer-events:none;animation:fadeIn .15s ease-out}.tooltip-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1e293b}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,4px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:980px){.form-grid,.section-grid,.metric-row,.member-hero,.guided-form,.route-card-grid,.emergency-reference-grid,.review-sections-grid,.review-section-body,.team-invite-form,.team-user-row{grid-template-columns:1fr}.step-sidebar{min-width:0;position:static}.mobile-step-summary{display:grid;gap:2px;margin:-4px 0 12px}.mobile-step-summary strong,.mobile-step-summary small{display:block}.mobile-step-summary strong{color:var(--foreground);font-size:15px;line-height:1.25}.mobile-step-summary small{color:var(--muted-foreground);font-size:12px;line-height:1.35}.step-list{display:flex;flex-direction:row;overflow-x:auto;gap:8px;padding:4px 0 8px;-webkit-overflow-scrolling:touch}.step-button{flex:0 0 auto;width:auto;padding:8px 12px;gap:8px}.step-button small{display:none}.step-button>span{width:30px;height:30px}.step-button strong{font-size:13px}.trip-row{grid-template-columns:1fr 1fr}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intro-band,.hero-actions,.toolbar{align-items:stretch;flex-direction:column}.sidebar{position:fixed;z-index:20;transform:translate(-100%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:19;display:block;border:0;background:#0f172a6b}.mobile-only{display:inline-flex}.dashboard-shell{display:block}.detail-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;width:100%;height:100%}}@media(max-width:640px){.public-shell,.dashboard-main{padding:12px}.dashboard-header,.plan-card,.plan-card-right,.wizard-actions{align-items:stretch;flex-direction:column}.trip-row,.detail-grid,.check-grid,.review-grid{grid-template-columns:1fr}.intro-band h1,.member-hero h1{font-size:27px;line-height:1.08}.wizard-card,.departure-card,.step-sidebar{padding:14px}.public-header{align-items:center;flex-direction:row;margin-bottom:18px}.public-header .ghost-button{min-height:34px;padding:0 8px}.brand{gap:10px}.brand-mark{width:40px;height:40px}.brand-name{font-size:17px}.member-hero{gap:14px;padding:4px 0 14px}.member-hero p{font-size:14px}.club-badge{min-height:58px;gap:10px;margin-bottom:14px;padding:8px 12px 8px 8px}.club-badge img{height:42px}.club-badge strong{font-size:15px}.hero-actions{gap:10px;margin-top:18px}.hero-actions .button{width:100%;justify-content:center}.hero-actions span,.departure-card,.hero-weather{display:none}.guided-form{gap:12px;padding:4px 0 40px}.step-sidebar{border-radius:var(--radius);box-shadow:0 8px 22px #0f172a0a}.progress-track{height:7px;margin:10px 0 12px}.step-list{margin:0 -2px;padding:2px 2px 4px;scroll-snap-type:x proximity}.step-button{min-height:44px;padding:7px 9px;scroll-snap-align:start}.step-button>span{width:28px;height:28px}.step-button strong{font-size:12.5px}.support-note{display:none}.wizard-top{gap:10px;margin-bottom:18px;padding-bottom:16px}.wizard-top h2{font-size:23px}.wizard-top p,.form-panel-copy p{font-size:13px}.section-grid{gap:12px}.form-panel{gap:14px}.emergency-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.emergency-reference-item:nth-child(5n){border-right:1px solid #e2e8f0}.emergency-reference-item:nth-child(2n){border-right:0}.emergency-reference-item:nth-last-child(-n+5){border-bottom:1px solid #e2e8f0}.emergency-reference-item:nth-last-child(-n+2){border-bottom:0}.wizard-actions{position:sticky;bottom:0;z-index:10;display:grid;grid-template-columns:1fr 1.35fr;gap:10px;margin:20px -14px 0;border-top:1px solid var(--border);background:#fffffff5;padding:12px 14px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wizard-actions .button,.wizard-actions .outline-button{min-height:48px;justify-content:center}.wizard-top{flex-direction:column}input,select,textarea,.checkpoint-field input,.checkpoint-field select{font-size:16px!important}.segmented-control{width:100%}.segment{flex:1;padding:8px 12px;font-size:13.5px}.icon-button,.remove-checkpoint{width:44px;height:44px;min-height:44px}.review-timeline:before{left:21px}.timeline-badge{margin-left:0;width:24px;height:24px}.timeline-content{padding:10px 12px}.timeline-details,.timeline-meta{flex-direction:column;align-items:flex-start;gap:4px}.warning-box{font-size:12.5px;padding:10px 12px}.widget-grid{grid-template-columns:1fr;gap:12px}.widget-weather-info{border-left:0;border-top:1px solid var(--border);padding-left:0;padding-top:12px}}
