:root{--navy:#10213b;--navy2:#18345d;--blue:#1769e0;--blue2:#0d54bd;--aqua:#1ba7a0;--cream:#f6f3eb;--paper:#fff;--ink:#18243a;--muted:#687489;--line:#dfe5ed;--danger:#b42318;--success:#067647;--radius:18px;--shadow:0 20px 60px rgba(16,33,59,.1)}
*{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f7fbff 0,#f7f8fa 55%,var(--cream) 100%);color:var(--ink);font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;background:#fff;padding:10px;z-index:99}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));background:rgba(255,255,255,.9);border-bottom:1px solid rgba(223,229,237,.9);backdrop-filter:blur(18px);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;color:var(--navy);font-weight:800;font-size:19px}.brand:hover{text-decoration:none}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--aqua));box-shadow:0 8px 18px rgba(23,105,224,.25)}nav{display:flex;align-items:center;gap:8px}nav a,.nav-link{display:inline-flex;padding:9px 13px;color:var(--muted);font:inherit;font-weight:650;border:0;background:none;cursor:pointer}nav a.active,nav a:hover,.nav-link:hover{color:var(--navy);text-decoration:none}nav form{margin:0}.nav-toggle{display:none}main{width:min(1180px,calc(100% - 40px));margin:auto;padding:54px 0 90px;min-height:calc(100vh - 150px)}footer{display:flex;justify-content:space-between;gap:20px;width:min(1180px,calc(100% - 40px));margin:auto;padding:30px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 20px;border:0;border-radius:11px;background:var(--blue);color:#fff;font:inherit;font-weight:750;cursor:pointer;box-shadow:0 10px 24px rgba(23,105,224,.2);transition:.16s}.button:hover{background:var(--blue2);text-decoration:none;transform:translateY(-1px)}.button.small{min-height:39px;padding:8px 15px;font-size:14px}.button.wide{width:100%;margin-top:10px}.button.ghost{background:#edf3fb;color:var(--navy);box-shadow:none}.text-link{font-weight:700}.text-button{border:0;background:none;color:var(--blue);font:inherit;font-weight:700;cursor:pointer;padding:5px}.text-button.danger,.danger{color:var(--danger)!important}.eyebrow{display:block;color:var(--aqua);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.13em;margin-bottom:10px}h1,h2,h3{margin:0;color:var(--navy);line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(2.35rem,5.6vw,4.9rem)}h2{font-size:clamp(1.45rem,3vw,2.15rem)}h3{font-size:1.25rem}p{color:var(--muted)}
.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(42px,8vw,100px);align-items:center;padding:35px 0 80px}.hero-copy>p{font-size:20px;max-width:650px;margin:24px 0 30px}.hero-actions{display:flex;align-items:center;gap:24px}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:34px;color:var(--muted);font-size:13px;font-weight:700}.trust-row span:before{content:"✓";color:var(--aqua);margin-right:7px}.hero-panel{background:var(--navy);color:#fff;padding:30px;border-radius:28px;box-shadow:0 36px 90px rgba(16,33,59,.28);transform:rotate(1deg)}.preview-top{display:flex;justify-content:space-between}.preview-top span{font-weight:800;font-size:20px}.preview-top b{background:#29466f;padding:5px 9px;border-radius:8px;font-size:12px}.preview-destination{color:#b9c9df;margin:5px 0 24px}.preview-progress{height:6px;background:#29466f;border-radius:5px;overflow:hidden}.preview-progress i{display:block;height:100%;background:var(--aqua)}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}.preview-grid div{background:#193354;border-radius:14px;padding:16px}.preview-grid b,.preview-grid span{display:block}.preview-grid b{font-size:24px}.preview-grid span{color:#adc1db;font-size:12px}.preview-file{display:flex;align-items:center;gap:12px;background:#fff;color:var(--ink);padding:13px;border-radius:12px;margin-top:10px}.preview-file>span{background:#eaf1fb;color:var(--blue);font-size:10px;font-weight:900;padding:8px;border-radius:7px}.preview-file div{flex:1}.preview-file b,.preview-file small{display:block}.preview-file small{color:var(--muted)}.preview-file em{font-style:normal;color:var(--success);font-size:12px}.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.feature-strip article{background:#fff;padding:30px}.feature-strip article>span{color:var(--aqua);font-weight:900}.feature-strip h2{font-size:20px;margin:16px 0 8px}.feature-strip p{margin:0}
.auth-shell{display:grid;grid-template-columns:.85fr 1.15fr;max-width:950px;margin:25px auto;border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.auth-aside{padding:55px;background:var(--navy)}.auth-aside h1{color:#fff;font-size:clamp(2.2rem,5vw,3.7rem)}.auth-aside p{color:#b9c9df;font-size:18px}.auth-card{padding:55px}.form-foot{text-align:center;font-size:14px;margin-top:22px}
label{display:block;color:var(--ink);font-weight:700;margin:15px 0 7px}label small{display:block;color:var(--muted);font-weight:500;margin-top:5px}input,select,textarea{display:block;width:100%;min-height:47px;margin-top:7px;padding:11px 13px;border:1px solid #c9d2dd;border-radius:10px;background:#fff;color:var(--ink);font:inherit}textarea{min-height:120px;resize:vertical}input:focus,select:focus,textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 4px rgba(23,105,224,.12)}input:disabled{background:#f1f3f6}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.actions{display:flex;gap:10px;margin-top:20px}.panel{background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 12px 40px rgba(16,33,59,.06)}.form-panel{max-width:800px}.flash{max-width:900px;margin:0 auto 20px;padding:13px 16px;border-radius:11px}.flash.error{background:#fef3f2;border:1px solid #fecdca;color:#7a271a}.flash.success{background:#ecfdf3;border:1px solid #abefc6;color:#05603a}
.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:38px}.page-heading h1{font-size:clamp(2.4rem,5vw,4rem)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.stats article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.stats b,.stats span{display:block}.stats b{font-size:34px;color:var(--navy)}.stats span{color:var(--muted)}.next-trip{display:flex;justify-content:space-between;align-items:center;padding:34px;background:linear-gradient(120deg,var(--navy),var(--navy2));border-radius:22px;color:#fff}.next-trip h2{color:#fff;font-size:34px}.next-trip p{color:#bdd0e5}.section-title{display:flex;justify-content:space-between;align-items:end;margin:45px 0 20px}.trip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.trip-card{display:block;background:#fff;border:1px solid var(--line);padding:24px;border-radius:16px;color:inherit;transition:.16s}.trip-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);text-decoration:none}.trip-card>span,.trip-list a span{color:var(--aqua);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.trip-card h3{margin:18px 0 5px}.trip-card p{margin:0 0 20px}.trip-card small{color:var(--muted)}
.empty-state{text-align:center;background:#fff;border:1px dashed #bfc9d7;border-radius:22px;padding:70px 25px}.empty-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:#eaf7f6;color:var(--aqua);margin:0 auto 20px}.empty-state h2{margin-bottom:10px}.empty-state p{max-width:540px;margin:0 auto 24px}.trip-list{display:grid;gap:12px}.trip-list>a{display:flex;justify-content:space-between;align-items:center;color:inherit;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.trip-list>a:hover{text-decoration:none;border-color:#b6c8df}.trip-list h2{margin:8px 0 3px}.trip-list p{margin:0}.trip-meta{display:grid;grid-template-columns:auto auto auto;align-items:center;gap:7px}.trip-meta b{font-size:25px}.trip-meta small{color:var(--muted)}.trip-meta em{font-size:26px;font-style:normal;margin-left:25px}
.legal{max-width:850px;margin:auto}.legal h1{font-size:clamp(2.3rem,5vw,3.8rem);margin-bottom:28px}.legal h2{font-size:1.4rem;margin-top:30px}.legal p{font-size:17px}
.trip-hero{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(120deg,var(--navy),#1d4774);padding:38px;border-radius:24px;margin-bottom:18px;color:#fff}.trip-hero h1{color:#fff;font-size:clamp(2.3rem,5vw,4rem)}.trip-hero p{color:#c5d5e7}.date-tile{text-align:center;background:rgba(255,255,255,.1);padding:20px 25px;border-radius:16px}.date-tile b,.date-tile span{display:block}.date-tile b{font-size:38px}.date-tile span{color:#c5d5e7}.edit-panel{margin-bottom:18px}.edit-panel summary{cursor:pointer;font-weight:800}.edit-panel form{margin-top:20px}.two-column{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.panel-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.panel-heading>b{display:grid;place-items:center;min-width:38px;height:38px;background:#edf3fb;border-radius:10px}.document-list{display:grid}.document-row{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid var(--line)}.document-row>div{flex:1;min-width:0}.document-row b,.document-row small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-row small{color:var(--muted)}.file-type{background:#edf3fb;color:var(--blue);font-size:10px;font-weight:900;padding:9px 7px;border-radius:7px}.icon-button{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:8px;background:#f2f4f7;color:var(--muted);font-size:20px;cursor:pointer}.document-row form,.checklist form{margin:0}.upload-form{margin-top:24px;padding-top:15px;border-top:1px solid var(--line)}.checklist>div{display:flex;align-items:center;gap:10px;min-height:46px;border-bottom:1px solid var(--line)}.checklist>div>span{flex:1}.checklist .done>span{text-decoration:line-through;color:#98a2b3}.check{display:grid;place-items:center;width:25px;height:25px;border:2px solid #b9c4d2;border-radius:7px;background:#fff;color:var(--success);cursor:pointer}.inline-form{display:flex;gap:8px;align-items:end;margin-top:20px}.inline-form input{margin:0}.inline-form .button{flex:0 0 auto}.sharing{margin-top:18px}.share-row{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid var(--line)}.share-row span,.share-row small{display:block}.share-row small{color:var(--muted)}.danger-zone{text-align:right;margin-top:15px}.muted{color:var(--muted)}.security-note{max-width:800px;margin-top:18px;padding:20px;border-left:4px solid var(--aqua);background:#eaf7f6}.security-note p{margin-bottom:0}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px}table{width:100%;border-collapse:collapse;background:#fff}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line)}th{background:#edf3fb;color:var(--navy)}td small{display:block;color:var(--muted)}
@media(max-width:850px){.hero,.auth-shell,.two-column{grid-template-columns:1fr}.hero{padding-top:10px}.feature-strip,.trip-grid{grid-template-columns:1fr}.auth-aside,.auth-card{padding:35px}.stats{grid-template-columns:1fr 1fr}.hero-panel{transform:none}.site-header{height:auto;min-height:70px}.nav-toggle{display:block;border:0;background:#edf3fb;border-radius:8px;padding:8px 12px}nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:12px 20px;flex-direction:column;align-items:stretch}nav.open{display:flex}nav form,.nav-link{width:100%}.page-heading{align-items:flex-start}}
@media(max-width:560px){main{width:min(100% - 22px,1180px);padding-top:30px}.site-header{padding:0 12px}.hero-actions,.page-heading,.next-trip,.trip-hero,footer{align-items:stretch;flex-direction:column}.field-grid,.stats{grid-template-columns:1fr}.hero-panel,.panel,.trip-hero{padding:22px}.auth-aside,.auth-card{padding:27px}.inline-form{align-items:stretch;flex-direction:column}.trip-list>a{align-items:flex-start}.trip-meta small{display:none}.document-row{flex-wrap:wrap}.document-row>div{min-width:170px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Restrained editorial theme */
:root{--navy:#182735;--navy2:#263b49;--blue:#1d5f74;--blue2:#154a5b;--aqua:#9a5235;--cream:#f2efe8;--paper:#fff;--ink:#20282d;--muted:#687078;--line:#d7d8d4;--danger:#a13f36;--success:#42684b;--radius:6px;--shadow:0 8px 24px rgba(24,39,53,.07)}
body{background:var(--cream);font-size:16px}.site-header{background:var(--navy);border:0;box-shadow:none}.brand{color:#fff}.brand-mark{width:32px;height:32px;border-radius:2px;background:#fff;color:var(--navy);box-shadow:none;font-family:Georgia,serif}.site-header nav a,.site-header .nav-link{color:#d5dde1}.site-header nav a.active,.site-header nav a:hover,.site-header .nav-link:hover{color:#fff}.site-header .button.small{background:#fff;color:var(--navy);box-shadow:none}.nav-toggle{border-radius:2px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.02em}.eyebrow{color:var(--aqua);font-size:11px;letter-spacing:.16em}.button{border-radius:3px;box-shadow:none}.button:hover{transform:none}.button.ghost{border:1px solid #cbd1d4;background:transparent}.text-link{font-weight:600;text-decoration:underline;text-underline-offset:4px}
.hero{min-height:590px;padding:55px 0 85px}.hero-copy>p{font-size:19px;line-height:1.7}.hero-panel{background:#fff;color:var(--ink);border:1px solid #cfd3d2;border-radius:4px;box-shadow:12px 12px 0 #d8d1c4;transform:none}.preview-top b{background:#e8eceb;color:var(--ink);border-radius:2px}.preview-destination{color:var(--muted)}.preview-progress{background:#e2e5e4}.preview-grid div{background:#f0f1ed;border-radius:2px}.preview-grid span{color:var(--muted)}.preview-file{border:1px solid var(--line);border-radius:2px}.preview-file>span{background:#eee8df;color:#704c37;border-radius:2px}.trust-row{font-weight:500}.trust-row span:before{color:var(--aqua)}
.feature-strip{gap:0;background:transparent;border:0;border-top:1px solid #bbbdb8;border-bottom:1px solid #bbbdb8;border-radius:0}.feature-strip article{background:transparent;padding:32px 36px 32px 0}.feature-strip article+article{padding-left:36px;border-left:1px solid #bbbdb8}.feature-strip article>span{color:var(--aqua);font-size:11px;text-transform:uppercase;letter-spacing:.13em}.feature-strip h2{font-size:23px}
.auth-shell{border-radius:4px;box-shadow:none;border:1px solid #c9cbc7}.auth-aside{background:#d9d3c8}.auth-aside h1{color:var(--navy)}.auth-aside p{color:#596168}.auth-card{background:#fff}
input,select,textarea{border-radius:2px;background:#fff}.panel,.stats article,.trip-card,.trip-list>a,.empty-state,.table-wrap{border-radius:4px;box-shadow:none}.stats article{background:transparent;border-width:0 0 1px}.next-trip,.trip-hero{border-radius:4px;background:var(--navy)}.next-trip .button.ghost{background:#fff;border:0}.trip-card:hover{transform:none;box-shadow:none;border-color:#8999a0}.date-tile{border-radius:2px}.panel-heading>b{border-radius:2px;background:#ece9e2}.file-type,.icon-button,.check{border-radius:2px}.security-note{background:#e4e6df;border-color:#718168}
footer{border-color:#c7c6c0}.flash{border-radius:2px}
@media(max-width:850px){nav{background:var(--navy);border-color:#364b58}.feature-strip article+article{padding-left:0;border-left:0;border-top:1px solid #bbbdb8}.feature-strip article{padding:28px 0}}

/* Modern, playful and polished */
:root{--navy:#17334d;--navy2:#234d67;--blue:#176f80;--blue2:#105866;--aqua:#ed765f;--cream:#fbf7f0;--paper:#fff;--ink:#24333e;--muted:#6d7880;--line:#e5ded3;--danger:#b94a48;--success:#3a7c67;--radius:16px;--shadow:0 16px 45px rgba(23,51,77,.09)}
body{background:radial-gradient(circle at 8% 12%,rgba(247,188,105,.16),transparent 24rem),radial-gradient(circle at 94% 4%,rgba(94,190,181,.13),transparent 26rem),var(--cream)}
.site-header{background:rgba(255,255,255,.9);border-bottom:1px solid rgba(229,222,211,.9);box-shadow:0 4px 22px rgba(23,51,77,.05)}.brand{color:var(--navy)}.brand-mark{width:36px;height:36px;border-radius:12px;color:#fff;background:linear-gradient(145deg,#ed765f,#f2a65a);font-family:inherit;box-shadow:0 6px 14px rgba(237,118,95,.22)}.site-header nav a,.site-header .nav-link{color:var(--muted)}.site-header nav a.active,.site-header nav a:hover,.site-header .nav-link:hover{color:var(--navy)}.site-header .button.small{background:var(--navy);color:#fff}.nav-toggle{border-radius:10px}
h1,h2,h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:780;letter-spacing:-.04em}.eyebrow{color:var(--aqua);font-weight:850}.button{border-radius:12px;background:var(--navy);box-shadow:0 8px 20px rgba(23,51,77,.16)}.button:hover{background:var(--navy2);transform:translateY(-1px)}.button.ghost{border:0;background:#e9f1f2}.text-link{text-decoration:none;color:var(--navy)}
.hero{min-height:590px;padding:45px 0 85px}.hero-copy h1{max-width:720px}.hero-copy>p{font-size:20px;line-height:1.65}.hero-panel{position:relative;background:#fff;color:var(--ink);border:1px solid rgba(229,222,211,.85);border-radius:24px;box-shadow:var(--shadow);transform:rotate(1deg)}.hero-panel:before{content:"";position:absolute;width:72px;height:72px;right:-24px;top:-26px;border-radius:24px;background:#f5c978;z-index:-1;transform:rotate(12deg)}.hero-panel:after{content:"";position:absolute;width:52px;height:52px;left:-22px;bottom:36px;border-radius:50%;background:#78c7bf;z-index:-1}.preview-top b{background:#fff0e9;color:#a84e3d;border-radius:9px}.preview-progress{height:7px;background:#edf0ee}.preview-progress i{background:linear-gradient(90deg,#78c7bf,#176f80)}.preview-grid div{background:#f4f8f7;border-radius:13px}.preview-file{border:1px solid #e7e4dd;border-radius:12px}.preview-file>span{background:#fff0e9;color:#c65e49;border-radius:8px}.trust-row{font-weight:600}.trust-row span:before{color:var(--success)}
.feature-strip{gap:16px;background:transparent;border:0;border-radius:0}.feature-strip article{position:relative;background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:16px;padding:28px}.feature-strip article+article{padding-left:28px;border-left:1px solid var(--line)}.feature-strip article:nth-child(1){border-top:4px solid #f2a65a}.feature-strip article:nth-child(2){border-top:4px solid #78c7bf}.feature-strip article:nth-child(3){border-top:4px solid #ed765f}.feature-strip article>span{font-size:11px}.feature-strip h2{font-size:22px}
.auth-shell{border-radius:24px;box-shadow:var(--shadow);border:1px solid rgba(229,222,211,.85)}.auth-aside{position:relative;overflow:hidden;background:var(--navy)}.auth-aside:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-65px;bottom:-55px;background:rgba(120,199,191,.28)}.auth-aside h1{color:#fff}.auth-aside p{color:#cbd8df}.auth-card{background:#fff}
input,select,textarea{border-radius:10px;border-color:#d9d8d3}.panel,.stats article,.trip-card,.trip-list>a,.empty-state,.table-wrap{border-radius:16px;box-shadow:0 8px 28px rgba(23,51,77,.055)}.stats article{background:#fff;border:1px solid var(--line)}.stats article:nth-child(1){border-bottom:4px solid #f2a65a}.stats article:nth-child(2){border-bottom:4px solid #78c7bf}.stats article:nth-child(3){border-bottom:4px solid #ed765f}.next-trip,.trip-hero{border-radius:20px;background:linear-gradient(125deg,var(--navy),var(--navy2))}.trip-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.date-tile{border-radius:14px}.panel-heading>b{border-radius:10px;background:#edf5f4}.file-type,.icon-button,.check{border-radius:8px}.security-note{background:#edf6f3;border-color:#78c7bf;border-radius:0 14px 14px 0}.flash{border-radius:12px}
@media(max-width:850px){nav{background:#fff;border-color:var(--line)}.feature-strip article+article{padding-left:28px;border-left:1px solid var(--line);border-top:4px solid}.hero-panel{transform:none}}

.brand{width:54px;height:54px;padding:0;overflow:visible}
.brand-logo{position:relative;display:block;width:54px;height:54px;overflow:hidden;border-radius:50%;background:#fbf7f0;box-shadow:0 5px 14px rgba(23,51,77,.14)}
.brand-logo img{position:absolute;width:98px;height:98px;max-width:none;left:-22px;top:-6px;object-fit:contain}
@media(max-width:560px){.brand,.brand-logo{width:48px;height:48px}.brand-logo img{width:88px;height:88px;left:-20px;top:-5px}}
