*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--accent:#2563eb;--accent-hover:#1d4ed8;--accent-pale:#eff6ff;--accent-text:#1e40af;--ink-1:#0f172a;--ink-2:#374151;--ink-3:#6b7280;--ink-4:#9ca3af;--stone-bg:#f7f7f5;--stone-1:#fff;--stone-2:#f3f4f6;--stone-3:#e5e7eb;--stone-4:#d1d5db;--green:#16a34a;--green-pale:#f0fdf4;--green-text:#15803d;--amber:#d97706;--amber-pale:#fffbeb;--amber-text:#92400e;--red:#dc2626;--red-pale:#fef2f2;--red-text:#991b1b;--blue:#2563eb;--blue-dark:#1d4ed8;--blue-light:#eff6ff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--text:#0f172a;--bg:#f7f7f5;--white:#fff;--radius-sm:6px;--radius:10px;--radius-lg:14px;--radius-xl:18px;--shadow-xs:0 1px 2px #0000000d;--shadow:0 1px 3px #0000000f, 0 4px 14px #0000000f;--shadow-md:0 2px 8px #00000012, 0 8px 24px #00000012;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace}html{font-size:16px}body{font-family:var(--font);color:var(--ink-1);background:var(--stone-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--font-mono);background:var(--stone-2);border-radius:4px;padding:.125em .375em;font-size:.875em}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1}.container{max-width:700px;margin:0 auto;padding:0 1.5rem}.container--wide{max-width:1120px}.header{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--stone-3);z-index:100;background:#ffffffe0;padding:.9375rem 0;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:0 1.5rem;display:flex}.header__logo{color:var(--ink-1);letter-spacing:-.01em;align-items:center;gap:.625rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:flex}.header__logo-mark{background:var(--ink-1);border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.header__logo-mark svg{display:block}.header__logo-text{color:var(--ink-1)}.header__nav{align-items:center;gap:.125rem;display:flex}.header__nav a,.header__nav button{color:var(--ink-3);cursor:pointer;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;font-family:var(--font);background:0 0;border:none;padding:.375rem .625rem;text-decoration:none;transition:background .12s,color .12s}.header__nav a:hover,.header__nav button:hover{color:var(--ink-1);background:var(--stone-2);text-decoration:none}.footer{border-top:1px solid var(--stone-3);text-align:center;color:var(--ink-4);background:var(--stone-1);padding:1.5rem 0;font-size:.8125rem}.footer a{color:var(--ink-4)}.footer a:hover{color:var(--ink-3);text-decoration:underline}.stepper{justify-content:center;align-items:center;gap:0;padding:1.5rem 0 .25rem;display:flex}.stepper__step{align-items:center;display:flex}.stepper__dot{border:1.5px solid var(--stone-4);width:26px;height:26px;color:var(--ink-4);background:var(--stone-1);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:.6875rem;font-weight:600;transition:all .15s;display:flex;position:relative}.stepper__dot--active{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 0 0 3px var(--accent-pale)}.stepper__dot--complete{border-color:var(--green);background:var(--green);color:#fff}.stepper__line{background:var(--stone-3);width:36px;height:1.5px;margin:0 2px}.stepper__line--complete{background:var(--green)}.stepper--dots{display:flex}.stepper--bar{flex-direction:column;padding:.75rem 0 .25rem;display:none}.stepper__bar-track{background:var(--stone-3);border-radius:999px;width:100%;height:4px;margin-bottom:.5rem;overflow:hidden}.stepper__bar-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .3s}.stepper__bar-label{color:var(--ink-4);justify-content:space-between;align-items:center;font-size:.8125rem;display:flex}.stepper__bar-step-name{color:var(--ink-2);font-weight:600}.stepper__bar-count{font-variant-numeric:tabular-nums}.card{background:var(--stone-1);border:1px solid var(--stone-3);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);padding:1.5rem}.card--accent,.card--blue{background:var(--accent-pale);border-color:#bfdbfe}.card+.card{margin-top:1rem}.page{padding:2.5rem 0 5rem}.page__title{color:var(--ink-1);letter-spacing:-.025em;margin-bottom:.375rem;font-size:1.625rem;font-weight:700;line-height:1.2}.page__subtitle{color:var(--ink-3);margin-bottom:2rem;font-size:.9375rem;font-weight:400;line-height:1.5}.section__title{color:var(--ink-1);border-bottom:1px solid var(--stone-3);letter-spacing:-.01em;margin-bottom:1rem;padding-bottom:.625rem;font-size:1rem;font-weight:600}.section+.section{margin-top:2rem}.btn{border-radius:var(--radius);cursor:pointer;font-size:.9375rem;font-weight:500;font-family:var(--font);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.375rem;padding:.5625rem 1.125rem;line-height:1.25;text-decoration:none;transition:background .12s,color .12s,box-shadow .12s,border-color .12s;display:inline-flex}.btn:hover{text-decoration:none}.btn:disabled{opacity:.45;cursor:not-allowed}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 1px 2px #2563eb40}.btn--primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.btn--secondary{background:var(--stone-1);color:var(--ink-2);border-color:var(--stone-3)}.btn--secondary:hover:not(:disabled){background:var(--stone-2);border-color:var(--stone-4)}.btn--ghost{color:var(--accent);background:0 0;border-color:#0000}.btn--ghost:hover:not(:disabled){background:var(--accent-pale)}.btn--danger{background:var(--red);color:#fff;border-color:var(--red)}.btn--danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.btn--dark{background:var(--ink-1);color:#fff;border-color:var(--ink-1)}.btn--dark:hover:not(:disabled){background:var(--ink-2);border-color:var(--ink-2)}.btn--white{color:var(--accent);background:#fff;border-color:#fff}.btn--white:hover:not(:disabled){background:#f0f4ff}.btn--outline-white{color:#fff;background:0 0;border-color:#ffffff80}.btn--outline-white:hover:not(:disabled){background:#ffffff1f;border-color:#fff}.btn--sm{border-radius:var(--radius-sm);padding:.3125rem .75rem;font-size:.8125rem}.btn--lg{padding:.75rem 1.75rem;font-size:1rem}.btn-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.btn-row--right{justify-content:flex-end}.btn-row--spread{justify-content:space-between}.btn-row--center{justify-content:center}.form-group{margin-bottom:1.5rem}.form-label{color:var(--ink-1);margin-bottom:.4375rem;font-size:.9375rem;font-weight:500;line-height:1.4;display:block}.placeholder-badge{background:var(--amber-pale);color:var(--amber-text);vertical-align:middle;text-transform:uppercase;letter-spacing:.05em;border:1px solid #fde68a;border-radius:4px;margin-right:.3rem;padding:1px 5px;font-size:.625rem;font-weight:700;display:inline-block}.form-input,.form-select,.form-textarea{border:1.5px solid var(--stone-4);border-radius:var(--radius);width:100%;font-size:.9375rem;font-family:var(--font);color:var(--ink-1);background:var(--stone-1);appearance:none;padding:.5625rem .875rem;transition:border-color .12s,box-shadow .12s}.form-input::placeholder,.form-textarea::placeholder{color:var(--ink-4)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1f}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-hint{color:var(--ink-4);margin-top:.3rem;font-size:.8125rem}.choice-group{flex-direction:column;gap:.375rem;display:flex}.choice-item{cursor:pointer;border:1.5px solid var(--stone-3);border-radius:var(--radius);background:var(--stone-1);align-items:flex-start;gap:.625rem;padding:.625rem .875rem;transition:border-color .12s,background .12s;display:flex}.choice-item:hover,.choice-item--selected{border-color:var(--accent);background:var(--accent-pale)}.choice-item input[type=radio],.choice-item input[type=checkbox]{accent-color:var(--accent);flex-shrink:0;margin-top:.2rem}.choice-item__label{color:var(--ink-2);font-size:.9375rem;line-height:1.45}.scale-options{flex-wrap:wrap;gap:.3125rem;display:flex}.scale-option{text-align:center;border:1.5px solid var(--stone-3);border-radius:var(--radius);cursor:pointer;min-width:52px;color:var(--ink-3);background:var(--stone-1);flex:1;padding:.5625rem .25rem;font-size:.8125rem;transition:all .12s}.scale-option:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-pale)}.scale-option--selected{border-color:var(--accent);background:var(--accent);color:#fff;font-weight:600}.scale-option__value{font-size:1rem;font-weight:700;display:block}.scale-option__label{opacity:.9;margin-top:.125rem;font-size:.6rem;line-height:1.2;display:block}.alert{border-radius:var(--radius);border:1px solid #0000;margin-bottom:1.25rem;padding:.875rem 1rem;font-size:.9rem;line-height:1.55}.alert--info{background:var(--accent-pale);color:var(--accent-text);border-color:#bfdbfe}.alert--warning{background:var(--amber-pale);color:var(--amber-text);border-color:#fde68a}.alert--success{background:var(--green-pale);color:var(--green-text);border-color:#bbf7d0}.alert--error{background:var(--red-pale);color:var(--red-text);border-color:#fecaca}.badge{letter-spacing:.01em;border-radius:999px;align-items:center;gap:.25rem;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;display:inline-flex}.badge--blue{background:var(--accent-pale);color:var(--accent)}.badge--green{background:var(--green-pale);color:var(--green)}.badge--amber{background:var(--amber-pale);color:var(--amber)}.badge--gray{background:var(--stone-2);color:var(--ink-3)}.hero{color:#fff;text-align:center;background:linear-gradient(150deg,#1a4a7a 0%,#0e7c7b 60%,#f4a236 100%);padding:5rem 1.5rem 4.5rem}.hero__logo-img{filter:drop-shadow(0 2px 8px #00000040);width:auto;height:80px;margin-bottom:1.25rem}.hero__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#fff9;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.hero__title{letter-spacing:-.035em;margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.1}.hero__title span{color:#fcd34d}.hero__subtitle{color:#fffc;max-width:520px;margin:0 auto 2.5rem;font-size:1.0625rem;line-height:1.65}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.feature-card{background:var(--stone-1);border:1px solid var(--stone-3);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);padding:1.5rem}.feature-card__icon{background:var(--accent-pale);border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:1rem;display:flex}.feature-card__title{color:var(--ink-1);letter-spacing:-.01em;margin-bottom:.375rem;font-size:.9375rem;font-weight:600}.feature-card__desc{color:var(--ink-3);font-size:.875rem;line-height:1.55}.calendar-wrap{-webkit-overflow-scrolling:touch;padding-bottom:.5rem;overflow-x:auto}.calendar-grid{border:1px solid var(--stone-3);border-radius:var(--radius-lg);-webkit-user-select:none;user-select:none;min-width:520px;overflow:hidden}.calendar-inner{display:grid}.calendar-inner--interactive{touch-action:none;overscroll-behavior:contain}.calendar-time-label{background:var(--stone-2);border-right:1px solid var(--stone-3);border-bottom:1px solid var(--stone-3);color:var(--ink-4);text-align:right;justify-content:flex-end;align-items:center;height:28px;padding:0 .375rem;font-size:.625rem;display:flex}.calendar-day-header{background:var(--stone-2);border-bottom:1px solid var(--stone-3);border-right:1px solid var(--stone-3);text-align:center;color:var(--ink-2);z-index:2;padding:.5rem .25rem;font-size:.75rem;font-weight:600;position:sticky;top:0}.calendar-day-header--today{color:var(--accent);background:var(--accent-pale)}.calendar-day-header__date{color:var(--ink-4);font-size:.625rem;font-weight:400;display:block}.calendar-day-header--today .calendar-day-header__date{color:var(--accent)}.calendar-cell{border-right:1px solid var(--stone-3);border-bottom:1px solid var(--stone-3);cursor:crosshair;height:28px;transition:opacity .1s;position:relative}.calendar-cell:hover:after{content:"";pointer-events:none;background:#0000000f;position:absolute;inset:0}.calendar-cell--empty{background:var(--stone-1)}.legend{flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:1rem;display:flex}.legend-label{color:var(--ink-4);text-transform:uppercase;letter-spacing:.04em;margin-right:.25rem;font-size:.75rem;font-weight:600}.legend-item{cursor:pointer;border:1.5px solid #0000;border-radius:999px;align-items:center;gap:.375rem;padding:.3125rem .75rem;font-size:.8125rem;font-weight:500;transition:all .12s;display:flex}.legend-item--selected{box-shadow:0 0 0 2px var(--ink-1)}.legend-item--eraser{color:var(--ink-3);border-color:var(--stone-3)!important;background:var(--stone-1)!important}.legend-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.data-table{border-collapse:collapse;width:100%;font-size:.875rem}.data-table th{text-align:left;background:var(--stone-2);border-bottom:1px solid var(--stone-3);color:var(--ink-3);text-transform:uppercase;letter-spacing:.05em;padding:.625rem .875rem;font-size:.75rem;font-weight:600}.data-table td{border-bottom:1px solid var(--stone-2);color:var(--ink-2);padding:.625rem .875rem}.data-table tr:hover td{background:var(--stone-2)}.provider-card{background:var(--stone-1);border:1.5px solid var(--stone-3);border-radius:var(--radius);margin-bottom:.625rem;padding:1rem}.provider-card__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.provider-color-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px;display:inline-block}.divider{border:none;border-top:1px solid var(--stone-3);margin:1.75rem 0}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:var(--ink-3)}.text-center{text-align:center}.font-bold{font-weight:700}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.instrument-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-4);align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.6875rem;font-weight:600;display:inline-flex}.instrument-badge__dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.link-box{background:var(--stone-2);border:1px solid var(--stone-3);border-radius:var(--radius-sm);font-family:var(--font-mono);color:var(--ink-2);word-break:break-all;padding:.5rem .875rem;font-size:.75rem;line-height:1.5}.no-pid{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:40vh;padding:2rem 1.5rem;display:flex}.no-pid__title{color:var(--ink-1);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.no-pid__body{color:var(--ink-3);max-width:420px;font-size:.9375rem;line-height:1.65}@media (width<=640px){.hero__title{font-size:2rem}.hero__subtitle{font-size:.9375rem}.page__title{font-size:1.375rem}.container{padding:0 1rem}.page{padding:2rem 0 4rem}.form-input,.form-select,.form-textarea,input[type=text],input[type=number],input[type=email],input[type=date],input[type=password],select,textarea{font-size:1rem}.form-input,.form-select{min-height:48px;padding:.6875rem .875rem}.choice-item{align-items:center;min-height:48px;padding:.625rem .875rem}.stepper--dots{display:none}.stepper--bar{display:flex}.scale-options{gap:.25rem}.scale-option{min-width:44px;min-height:56px;padding:.5rem .125rem}.scale-option__value{font-size:.9375rem}.scale-option__label{font-size:.55rem}.btn{min-height:48px}.btn--lg{padding:.875rem 1.5rem;font-size:.9375rem}.btn--sm{min-height:40px}.btn-row{flex-direction:column-reverse;gap:.5rem}.btn-row .btn{justify-content:center;width:100%}.btn-row--spread{flex-direction:column-reverse}.btn-row--right{flex-direction:column}.card{padding:1.25rem}.hero{padding:3.5rem 1rem 3rem}.hero__actions{flex-direction:column;align-items:stretch}.calendar-grid{min-width:0}.calendar-day-header{padding:.4375rem .125rem;font-size:.6875rem}.calendar-day-header__date{font-size:.5625rem}.calendar-cell,.calendar-time-label{height:32px}.provider-card{padding:.875rem}}@media (width<=380px){.hero__title{font-size:1.625rem}.scale-option{min-width:36px}}
