:root{color:#1a1a2e;font-synthesis:none;text-rendering:optimizelegibility;--purple:#57068c;--purple-dark:#3d0066;--purple-light:#f3eef8;--purple-wash:#faf7fc;--text:#1a1a2e;--muted:#5a5a72;--border:#e0d9f0;--white:#fff;--success:#157347;--success-bg:#edf9f2;--warning:#9a5b00;--warning-bg:#fff7e8;--shadow:0 12px 34px #32144814;background:#f7f5fa;font-family:DM Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 10% 0,#57068c12,#0000 26rem),#f7f5fa;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button:focus-visible,a:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #57068c40}.prototype-shell{min-height:100vh}.prototype-header{justify-content:space-between;align-items:center;gap:1rem;width:min(1120px,100% - 2rem);margin:0 auto;padding:1.5rem 0 1.1rem;display:flex}.prototype-brand{color:var(--text);font-size:clamp(1.1rem,2.2vw,1.45rem);font-weight:700;text-decoration:none}.prototype-brand span{color:var(--purple)}.tool-frame{border:1px solid var(--border);width:min(1120px,100% - 2rem);box-shadow:var(--shadow);background:#fffffff5;border-radius:14px;margin:0 auto;padding:clamp(1.25rem,3vw,2.25rem)}.status-bar{border-bottom:3px solid var(--purple);color:var(--muted);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:.8rem;font-size:.82rem;display:flex}.status-bar__meta,.status-bar__student{align-items:center;gap:.5rem;display:flex}.status-bar__student strong{color:var(--text)}.status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 6px #22c55e}.preference-notice{border-left:4px solid var(--purple);background:var(--purple-light);color:var(--muted);border-radius:8px;margin-bottom:1.5rem;padding:.9rem 1rem;font-size:.92rem}.step-tracker{grid-template-columns:repeat(3,1fr);gap:0;max-width:720px;margin:0 auto 2.2rem;padding:0;list-style:none;display:grid}.step-tracker__item{color:#8b8396;text-align:center;flex-direction:column;align-items:center;gap:.45rem;font-size:.76rem;font-weight:600;display:flex;position:relative}.step-tracker__item:not(:last-child):after{content:"";z-index:0;background:var(--border);width:calc(100% - 36px);height:2px;position:absolute;top:15px;left:calc(50% + 18px)}.step-tracker__item--complete:not(:last-child):after{background:var(--purple)}.step-tracker__number{z-index:1;border:2px solid var(--border);background:var(--white);border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:relative}.step-tracker__item--current,.step-tracker__item--complete{color:var(--purple)}.step-tracker__item--current .step-tracker__number,.step-tracker__item--complete .step-tracker__number{border-color:var(--purple);background:var(--purple);color:#fff}.tool-section,.confirmation{animation:.22s ease-out enter}@keyframes enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.section-heading{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.4rem;display:flex}.eyebrow{color:var(--purple);letter-spacing:.09em;text-transform:uppercase;margin:0 0 .35rem;font-size:.72rem;font-weight:700}h1,h2,p{margin-top:0}h1{letter-spacing:-.025em;margin-bottom:.55rem;font-size:clamp(1.65rem,3vw,2.2rem);line-height:1.15}.section-intro{max-width:690px;color:var(--muted);margin-bottom:0;font-size:.96rem}.selection-count{border:1px solid var(--border);background:var(--purple-wash);min-width:96px;color:var(--muted);text-align:center;border-radius:8px;flex:none;padding:.75rem .9rem;font-size:.78rem}.selection-count strong{color:var(--purple);font-size:1.35rem;display:block}.ranking-summary{background:var(--purple-light);border-radius:10px;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.2rem;padding:.9rem;display:grid}.ranking-summary__item{background:#fff;border:1px solid #57068c29;border-radius:8px;align-items:center;gap:.65rem;min-width:0;padding:.65rem;display:flex}.ranking-summary__item--empty{color:#857b91;background:#ffffff80;border-style:dashed;font-size:.76rem}.ranking-summary__number{background:var(--purple);color:#fff;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:.78rem;font-weight:700;display:grid}.ranking-summary__item--empty .ranking-summary__number{background:#d9cfe4}.ranking-summary small,.ranking-summary strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.ranking-summary small{color:var(--muted);text-transform:uppercase;font-size:.66rem}.ranking-summary strong{font-size:.82rem}.specialty-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.specialty-card{border:1px solid var(--border);background:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;gap:1.1rem;min-height:180px;padding:1.1rem;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.specialty-card:not(.specialty-card--full):hover{border-color:var(--purple);transform:translateY(-1px);box-shadow:0 10px 22px #32144814}.specialty-card--selected{border:2px solid var(--purple);background:var(--purple-wash)}.specialty-card--full{color:#8b8790;background:#f8f7f9}.specialty-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.specialty-card h2,.location-card h2{margin-bottom:.35rem;font-size:1.06rem}.specialty-card p{color:var(--muted);margin-bottom:0;font-size:.83rem}.rank-badge{background:var(--purple);color:#fff;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:.82rem;font-weight:700;display:grid}.specialty-card__footer{border-top:1px solid #eee9f4;justify-content:space-between;align-items:flex-end;gap:.75rem;padding-top:.8rem;display:flex}.availability{color:var(--success);font-size:.76rem;font-weight:700}.availability--full,.unavailable-label{color:#8b8790}.rank-actions{color:var(--purple);justify-content:flex-end;align-items:center;gap:.65rem;font-size:.75rem;font-weight:700;display:flex}.primary-button,.outline-button{cursor:pointer;border-radius:6px;padding:.72rem 1.15rem;font-weight:700;transition:background .15s,box-shadow .15s,transform .15s}.primary-button{border:1px solid var(--purple);background:var(--purple);color:#fff}.primary-button:not(:disabled):hover{border-color:var(--purple-dark);background:var(--purple-dark);transform:translateY(-1px);box-shadow:0 8px 18px #57068c2e}.primary-button:disabled,.outline-button:disabled{cursor:not-allowed;opacity:.5}.primary-button--small,.outline-button--small{padding:.5rem .8rem;font-size:.78rem}.outline-button{border:2px solid var(--purple);color:var(--purple);background:#fff}.outline-button:not(:disabled):hover{background:var(--purple-light)}.text-button,.back-button{color:var(--purple);cursor:pointer;background:0 0;border:0;font-weight:700}.text-button{padding:.35rem 0}.back-button{margin-bottom:1.2rem;padding:0}.sticky-action{z-index:5;border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;padding:.9rem 1rem;display:flex;position:sticky;bottom:1rem;box-shadow:0 10px 30px #32144821}.sticky-action strong,.sticky-action span{display:block}.sticky-action strong{font-size:.88rem}.sticky-action span{color:var(--muted);margin-top:.1rem;font-size:.75rem}.specialty-pill,.recorded-badge,.full-badge{white-space:nowrap;border-radius:999px;align-items:center;font-size:.74rem;font-weight:700;display:inline-flex}.specialty-pill{background:var(--purple-light);color:var(--purple);padding:.45rem .75rem}.matching-note{border:1px solid var(--border);background:var(--purple-wash);border-radius:10px;gap:.8rem;margin-bottom:1rem;padding:.9rem 1rem;display:flex}.matching-note__icon{color:var(--purple);font-size:1.25rem}.matching-note p{color:var(--muted);margin:.15rem 0 0;font-size:.82rem}.location-list{gap:.8rem;display:grid}.location-card{border:1px solid var(--border);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.1rem;transition:border-color .15s,box-shadow .15s;display:flex}.location-card:not(.location-card--full):hover{border-color:var(--purple);box-shadow:0 9px 20px #32144814}.location-card--full{color:#8b8790;background:#f8f7f9}.location-card__specialty{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:.68rem;font-weight:700}.location-card__main h2{margin-top:.15rem}.location-card__site{color:var(--muted);align-items:flex-start;gap:.35rem;font-size:.85rem;display:flex}.location-card__site>span:first-child{color:var(--purple)}.location-card__action{flex:none;align-items:center;gap:1rem;display:flex}.spots-label{color:var(--muted);text-align:right;font-size:.78rem}.spots-label strong{color:var(--success);font-size:1rem}.spots-label--urgent,.spots-label--urgent strong{color:var(--warning)}.full-badge{color:#77717b;background:#ece9ee;padding:.35rem .65rem}.confirmation{text-align:center;max-width:720px;margin:0 auto}.confirmation__icon{background:var(--success-bg);width:58px;height:58px;color:var(--success);border-radius:50%;place-items:center;margin:0 auto .9rem;font-size:1.65rem;font-weight:700;display:grid}.confirmation__intro{max-width:550px;color:var(--muted);margin:0 auto 1.35rem}.summary-card{border:1px solid var(--border);text-align:left;background:#fff;border-radius:10px;margin-bottom:1rem;overflow:hidden}.summary-card__header{border-bottom:1px solid var(--border);background:var(--purple-wash);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.1rem 1.2rem;display:flex}.summary-card__header span:first-child{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:700}.summary-card__header h2{margin:.2rem 0 0;font-size:1.25rem}.recorded-badge{background:var(--success-bg);color:var(--success);padding:.4rem .7rem}.summary-card dl{margin:0;padding:0 1.2rem}.summary-card dl>div{border-bottom:1px solid #eee9f4;grid-template-columns:150px 1fr;gap:1rem;padding:.85rem 0;display:grid}.summary-card dl>div:last-child{border-bottom:0}.summary-card dt{color:var(--muted);font-size:.78rem}.summary-card dd{margin:0;font-size:.86rem;font-weight:700}.confirmation__notice{border-left:4px solid var(--purple);background:var(--purple-light);color:var(--muted);text-align:left;border-radius:8px;gap:.15rem;margin-bottom:1.2rem;padding:.9rem 1rem;font-size:.82rem;display:grid}.confirmation__notice strong{color:var(--text)}@media (width<=760px){.prototype-header,.tool-frame{width:min(100% - 1rem,1120px)}.tool-frame{border-radius:10px;padding:1rem}.status-bar,.section-heading,.specialty-card__footer,.location-card,.location-card__action,.sticky-action{flex-direction:column;align-items:stretch}.status-bar__student{justify-content:space-between}.step-tracker__item{font-size:.66rem}.section-heading{gap:.8rem}.selection-count{justify-content:center;align-items:center;gap:.45rem;display:flex}.selection-count strong{display:inline}.ranking-summary,.specialty-grid{grid-template-columns:1fr}.ranking-summary__item--empty{display:none}.specialty-card{min-height:0}.rank-actions,.location-card__action{justify-content:space-between}.sticky-action{bottom:.5rem}.sticky-action .primary-button,.location-card__action .primary-button{width:100%}.spots-label{text-align:left}}@media (width<=480px){.prototype-header{align-items:flex-start}.prototype-header>.text-button{font-size:.76rem}.status-bar__student{flex-wrap:wrap}.summary-card dl>div{grid-template-columns:1fr;gap:.25rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
