:root{--orange:#f56600;--orange-dark:#c94f00;--purple:#522d80;--purple-deep:#281638;--ink:#1d1820;--muted:#6b626c;--line:#d9d1cb;--panel:#fffdf9;--soft:#ebe6e1;--success:#166534;--warning:#92400e;--danger:#991b1b}*{box-sizing:border-box}html{background:var(--soft)}body{color:var(--ink);background:var(--soft);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{width:min(1120px,100% - 32px);margin:0 auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#faf7f2f7;border-bottom:1px solid #cec5be;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:20px;min-height:70px;display:flex}.brand{letter-spacing:-.2px;align-items:center;gap:10px;font-weight:850;display:flex}.brand-mark{color:#fff;background:var(--purple);border-bottom:4px solid var(--orange);letter-spacing:.5px;border-radius:6px;place-items:center;width:42px;height:42px;font-size:14px;display:inline-grid}nav{color:#554d57;gap:18px;font-size:14px;display:flex}nav a:hover{color:var(--purple)}.hero{background:var(--purple-deep);color:#fff;border-top:6px solid var(--orange);border-bottom:1px solid #3d2850;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;border:74px solid #522d809e;border-radius:50%;width:440px;height:440px;position:absolute;bottom:-165px;right:-120px}.hero-grid{z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:64px;min-height:570px;padding:72px 0;display:grid;position:relative}.hero .eyebrow{color:#ff8c42}.eyebrow{color:var(--orange-dark);letter-spacing:1.7px;font-size:12px;font-weight:850}h1{letter-spacing:-3px;max-width:780px;margin:16px 0 22px;font-size:clamp(42px,6vw,72px);line-height:.98}.hero h1{letter-spacing:-2.5px;max-width:720px;margin-top:18px;font-family:Georgia,Times New Roman,serif;font-weight:700;line-height:.96}.hero-copy{color:var(--muted);max-width:700px;font-size:20px;line-height:1.55}.hero-meta{color:#cfc4d7;max-width:650px}.hero-meta strong{color:#fff}.button-row{flex-wrap:wrap;gap:12px;margin:30px 0 16px;display:flex}.button{border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:12px 18px;font-weight:780;display:inline-flex}.button:disabled{opacity:.55;cursor:not-allowed}.button-primary{color:#fff;background:var(--orange)}.button-primary:hover{background:var(--orange-dark)}.button-secondary{color:var(--purple);background:#fffdf9;border:1px solid #cfc4d8}.hero .button-secondary{color:#352044;background:#fffdf9;border-color:#fffdf9}.button-danger{color:#fff;background:#b42318}.button-ghost{color:var(--ink);border:1px solid var(--line);background:0 0}.hero .button-ghost{color:#fff;background:#ffffff14;border:2px solid #ffffffe0}.hero .button-ghost:hover{color:var(--purple-deep);background:#fff;border-color:#fff}.button-small{border-radius:6px;min-height:36px;padding:7px 10px;font-size:13px}.microcopy{color:var(--muted);font-size:13px;line-height:1.5}.hero-card,.card,.info-card{background:var(--panel);border:1px solid #d6cdc6;border-radius:12px;box-shadow:0 8px 24px #1b121f14}.hero-card{color:var(--ink);border-top:5px solid var(--orange);padding:26px;box-shadow:0 18px 44px #0003}.ministry-note{border-bottom:1px solid var(--line);grid-template-columns:44px 1fr;align-items:start;gap:15px;margin-bottom:2px;padding:2px 0 20px;display:grid}.ministry-note strong{color:var(--purple);text-transform:uppercase;letter-spacing:.8px;font-size:14px}.ministry-note p{color:var(--muted);margin:5px 0 0;line-height:1.45}.cross-mark{color:#fff;background:var(--purple);border-radius:4px;place-items:center;width:40px;height:40px;font-size:21px;line-height:1;display:grid}.step{border-bottom:1px solid var(--line);grid-template-columns:44px 1fr;gap:16px;padding:18px 0;display:grid}.step:last-child{border-bottom:0;padding-bottom:2px}.step>span{width:40px;height:40px;color:var(--purple);border-left:4px solid var(--orange);background:#eee7f4;border-radius:4px;place-items:center;font-weight:900;display:grid}.step p{color:var(--muted);margin:5px 0 0;line-height:1.45}.section{padding:56px 0}.home-section{padding-top:38px}.three-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.info-card{box-shadow:none;border-top:4px solid var(--purple);border-radius:8px;padding:22px}.info-card:nth-child(2){border-top-color:var(--orange)}.info-card:nth-child(3){border-top-color:var(--purple)}.info-card h3{color:#34213f;margin:0 0 8px}.info-card p{color:var(--muted);margin:0;line-height:1.5}.page{padding:42px 0 70px}.page-head{margin-bottom:24px}.page-head h1{letter-spacing:-2px;margin:0 0 10px;font-size:clamp(34px,5vw,52px);line-height:1.03}.page-head p{color:var(--muted);max-width:720px;line-height:1.55}.card{padding:24px;box-shadow:0 8px 24px #261a2d0f}.form-card{max-width:720px}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.field{flex-direction:column;gap:7px;display:flex}.field-full{grid-column:1/-1}label{font-size:14px;font-weight:750}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cfc6c0;border-radius:7px;outline:none;padding:12px 13px}input:focus,select:focus,textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px #522d801a}textarea{resize:vertical;min-height:110px}.help{color:var(--muted);font-size:12px}.notice{color:#422267;background:#eee7f4;border:1px solid #d3c5df;border-radius:7px;margin-bottom:16px;padding:12px 14px;font-size:14px;line-height:1.5}.notice-error{color:var(--danger);background:#fff1f1;border-color:#f2c3c3}.notice-success{color:var(--success);background:#eefaf2;border-color:#c8ead3}.pill{background:#eee;border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.pill-confirmed,.pill-approved{color:var(--success);background:#e8f7ed}.pill-pending,.pill-submitted{color:var(--warning);background:#fff4db}.pill-waitlisted{color:var(--purple);background:#f0e9f6}.pill-cancelled,.pill-rejected,.pill-removed,.pill-expired,.pill-declined{color:var(--danger);background:#fdeaea}.status-box{max-width:760px}.status-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:18px;display:flex}.details{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.detail{background:#f2ede8;border-radius:7px;padding:14px}.detail span{color:var(--muted);margin-bottom:4px;font-size:12px;display:block}.detail strong{overflow-wrap:anywhere}.dashboard-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}.stat{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:16px}.stat span{color:var(--muted);font-size:12px}.stat strong{margin-top:3px;font-size:28px;display:block}.section-title{justify-content:space-between;align-items:center;gap:12px;margin:28px 0 12px;display:flex}.section-title h2{margin:0}.table-wrap{background:var(--panel);border:1px solid var(--line);border-radius:8px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:900px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px 13px;font-size:13px}th{color:var(--muted);text-transform:uppercase;letter-spacing:.7px;background:#f3efeb;font-size:11px}tr:last-child td{border-bottom:0}.actions{flex-wrap:wrap;gap:6px;display:flex}.stack{flex-direction:column;gap:14px;display:flex}.driver-assignment{background:#fffafd;border:2px solid #cdb8df}.driver-assignment.pending{background:#fffcf4;border-color:#e9b964}.split{grid-template-columns:1fr 1fr;gap:18px;display:grid}.inline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.inline input,.inline select{width:auto;min-width:82px}.empty{color:var(--muted);text-align:center;padding:22px}.footer{border-top:4px solid var(--purple);color:#625966;background:#f8f4ef;padding:26px 0 38px;font-size:13px}@media (max-width:850px){.hero-grid{grid-template-columns:1fr;gap:28px;min-height:0;padding:54px 0}.three-grid,.dashboard-grid{grid-template-columns:1fr 1fr}h1{letter-spacing:-2px}nav a:nth-child(3){display:none}.split{grid-template-columns:1fr}.hero:after{width:340px;height:340px;bottom:-180px;right:-180px}}@media (max-width:560px){.shell{width:min(100% - 24px,1120px)}.header-inner{min-height:62px}nav{gap:10px;font-size:12px}.brand span:last-child{display:none}.hero-grid{padding:44px 0}h1{font-size:43px}.hero h1{letter-spacing:-1.5px;font-size:46px}.hero-copy{font-size:17px}.three-grid,.dashboard-grid,.form-grid,.details{grid-template-columns:1fr}.field-full{grid-column:auto}.button-row .button{width:100%}.card{padding:18px}.hero-card{padding:20px}}
body{min-height:100dvh;padding-bottom:env(safe-area-inset-bottom);-webkit-tap-highlight-color:transparent}button,a,input,select,textarea{touch-action:manipulation}.mobile-nav,.mobile-account{display:none}.install-tip{z-index:80;left:50%;bottom:calc(18px + env(safe-area-inset-bottom));border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;border-radius:20px;grid-template-columns:52px 1fr;align-items:start;gap:12px;width:min(560px,100% - 24px);padding:16px 46px 16px 16px;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 20px 60px #17131d33}.install-tip p{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.45}.install-tip-icon{color:#fff;background:linear-gradient(145deg, var(--purple), #2d1748);letter-spacing:.5px;border-radius:14px;place-items:center;width:52px;height:52px;font-weight:900;display:grid;box-shadow:inset 0 0 0 2px #ffffff26}.install-tip-close{background:var(--soft);width:32px;height:32px;color:var(--muted);border:0;border-radius:999px;font-size:22px;position:absolute;top:10px;right:12px}.phone-priority-card{background:linear-gradient(145deg,#fff,#faf6fd);border-color:#d9cce5;margin-bottom:18px}.push-card{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.push-card p{margin:5px 0 0}.push-notice{flex-direction:column;gap:5px;margin:0;display:flex}.text-danger{color:var(--danger)}@media (max-width:700px){body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.site-header{top:env(safe-area-inset-top)}.site-header nav{display:none}.header-inner{min-height:58px}.brand-mark{border-radius:11px;width:38px;height:38px}.mobile-account{margin-left:auto;display:block;position:relative}.mobile-account-button{border:1px solid var(--line);min-height:40px;color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:5px 10px 5px 6px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 4px 14px #17131d0f}.mobile-account-avatar{width:28px;height:28px;color:var(--purple);background:#f3edf8;border-radius:999px;place-items:center;font-size:17px;line-height:1;display:grid}.mobile-account-menu{z-index:95;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffc;border-radius:16px;width:min(280px,100vw - 24px);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 18px 45px #17131d2e}.mobile-account-summary{border-bottom:1px solid var(--line);flex-direction:column;gap:3px;padding:14px;display:flex}.mobile-account-summary span{color:var(--muted);overflow-wrap:anywhere;font-size:11px}.mobile-account-summary .mobile-account-role{width:fit-content;color:var(--purple);background:#f3edf8;border-radius:999px;margin-top:5px;padding:3px 7px;font-weight:800}.mobile-account-menu-item{border:0;border-bottom:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);text-align:left;background:#fff;border-radius:0;align-items:center;padding:10px 14px;font-size:13px;font-weight:750;display:flex}.mobile-account-menu-item:last-child{border-bottom:0}.mobile-account-logout{color:var(--danger)}.mobile-nav{z-index:70;padding:7px 12px calc(7px + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff5;grid-template-columns:repeat(3,1fr);gap:4px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 30px #17131d14}.mobile-nav.mobile-nav-4{grid-template-columns:repeat(4,1fr)}.mobile-nav .mobile-nav-item{min-height:52px;color:var(--muted);border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:11px;font-weight:750;display:flex}.mobile-nav .mobile-nav-item.active{color:var(--purple);background:#f3edf8}.mobile-nav-icon{font-size:21px;line-height:1}.page{padding-top:26px;padding-bottom:34px}.page-head h1,.app-page-head h1{letter-spacing:-1.8px;font-size:38px}.card,.hero-card,.info-card{border-radius:18px}input,select,textarea{min-height:50px;font-size:16px}textarea{min-height:118px}.button{border-radius:13px;min-height:50px;padding-left:16px;padding-right:16px}.button-small{min-height:42px}.assignment-actions{grid-template-columns:1fr;display:grid}.assignment-actions .button{width:100%}.driver-top-grid{margin-top:18px}.status-title{align-items:flex-start}.detail{min-height:72px}.footer{padding-bottom:18px}.install-tip{bottom:calc(84px + env(safe-area-inset-bottom))}}@media (display-mode:standalone){.site-header{padding-top:env(safe-area-inset-top)}.install-tip{display:none}}
.driver-profile-card{margin-bottom:18px}.driver-profile-card .section-title{margin-top:0}.driver-profile-card .section-title p{max-width:650px;margin:6px 0 0}.driver-profile-editor{grid-template-columns:190px 1fr;align-items:start;gap:28px;display:grid}.driver-photo-editor{flex-direction:column;align-items:center;gap:10px;display:flex}.driver-avatar{color:var(--purple);object-fit:cover;object-position:center;background:#f3edf8;border:3px solid #fff;border-radius:999px;place-items:center;display:grid;overflow:hidden;box-shadow:0 7px 24px #2f194024}.driver-avatar-editor{width:132px;height:132px;font-size:48px;font-weight:900}.driver-avatar-large{flex:none;width:112px;height:112px;font-size:42px;font-weight:900}.driver-avatar-fallback{background:linear-gradient(145deg,#f3edf8,#e8daf3)}.profile-photo-button{position:relative;overflow:hidden}.profile-photo-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.profile-file-name{text-align:center;overflow-wrap:anywhere;max-width:175px}.driver-profile-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.driver-profile-fields .field:last-of-type{grid-column:1/-1}.profile-save-button{width:fit-content}.confirmed-driver-card{background:linear-gradient(145deg,#fff,#faf6fd);border:1px solid #d9cce5;border-radius:18px;align-items:center;gap:22px;margin:20px 0;padding:20px;display:flex}.confirmed-driver-card h2{margin:3px 0 6px;font-size:27px}.confirmed-driver-card p{color:var(--muted);margin:0;line-height:1.45}.admin-driver-link{color:var(--purple);text-underline-offset:3px;font-weight:800;-webkit-text-decoration:underline #522d8047;text-decoration:underline #522d8047}.admin-driver-link:hover{color:var(--orange-dark);text-decoration-color:currentColor}.admin-driver-profile-card{margin-bottom:22px}.admin-driver-profile-hero{align-items:center;gap:26px;display:flex}.admin-driver-profile-summary{min-width:0}.admin-driver-profile-summary h2{margin:0;font-size:30px}.admin-driver-profile-summary p{color:var(--muted);overflow-wrap:anywhere;margin:7px 0 0}.admin-driver-contact-actions{margin-top:16px;margin-bottom:0}.admin-driver-stats{margin-top:0}@media (max-width:700px){.driver-profile-editor{grid-template-columns:1fr;gap:22px}.driver-photo-editor{align-items:flex-start}.driver-avatar-editor{width:116px;height:116px}.driver-profile-fields{grid-template-columns:1fr}.driver-profile-fields .field:last-of-type{grid-column:auto}.profile-save-button{width:100%}.confirmed-driver-card{align-items:center;gap:16px;padding:16px}.driver-avatar-large{width:88px;height:88px;font-size:34px}.confirmed-driver-card h2{font-size:23px}.admin-driver-profile-hero{flex-direction:column;align-items:flex-start;gap:18px}.admin-driver-profile-summary h2{font-size:25px}.admin-driver-contact-actions .button{width:100%}}
.install-tip{z-index:120;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));pointer-events:none;display:block;position:fixed}.install-tip-card{box-sizing:border-box;text-align:left;pointer-events:auto;-webkit-overflow-scrolling:touch;background:#fffffffa;border:1px solid #522d8024;border-radius:18px;width:100%;max-width:320px;max-height:calc(100vh - 150px);margin:0 auto;padding:14px;position:relative;overflow-y:auto;box-shadow:0 14px 36px #17131d2e}.install-tip-card .install-tip-close{background:var(--soft);width:32px;height:32px;color:var(--muted);cursor:pointer;border:0;border-radius:999px;place-items:center;font-size:20px;line-height:1;display:grid;position:absolute;top:8px;right:8px}.install-tip-heading{grid-template-columns:40px minmax(0,1fr);align-items:center;gap:9px;padding-right:30px;display:grid}.install-tip-card .install-tip-icon{color:#fff;background:linear-gradient(145deg, var(--purple), #2d1748);letter-spacing:.5px;border-radius:12px;place-items:center;width:40px;height:40px;font-size:11px;font-weight:900;display:grid;box-shadow:inset 0 0 0 1px #ffffff26,0 6px 14px #522d8029}.install-tip-eyebrow{color:var(--orange-dark);letter-spacing:1.25px;margin-bottom:2px;font-size:8px;font-weight:900}.install-tip-card h2{color:var(--ink);letter-spacing:-.25px;margin:0;font-size:17px;line-height:1.15}.install-tip-card .install-tip-lead{color:var(--muted);margin:9px 0;font-size:12px;line-height:1.4}.install-tip-steps{border:1px solid var(--line);background:var(--soft);color:var(--ink);border-radius:12px;gap:5px;margin:0 0 9px;padding:9px 10px;font-size:11.5px;line-height:1.35;display:grid}.install-tip-message-note{color:var(--muted);background:#f5822014;border-radius:10px;margin:0 0 9px;padding:8px 9px;font-size:10.5px;line-height:1.35}.install-tip-got-it{width:100%;min-height:40px;font-size:13px}@media (max-width:360px){.install-tip{left:10px;right:10px}.install-tip-card{border-radius:17px;max-width:300px;padding:13px}}@media (display-mode:standalone){.install-tip{display:none}}
.freshman-reminder-card{gap:14px;margin-top:18px;display:grid}.freshman-reminder-card h2{margin:4px 0 6px}.remember-info-option{border:1px solid var(--line);background:var(--soft);cursor:pointer;border-radius:14px;align-items:flex-start;gap:12px;margin:18px 0 4px;padding:14px;display:flex}.remember-info-option input[type=checkbox]{flex:none;width:20px;height:20px;min-height:20px;margin:2px 0 0}.queue-notice{background:linear-gradient(145deg,#fff,#faf6fd);border-color:#d9cce5}.weekly-cutoff-notice{margin-top:10px}@media (max-width:700px){.freshman-reminder-card{margin-top:14px}.remember-info-option{padding:13px}}
