:root{--tc-teal:#247078;--tc-dark-teal:#114248;--tc-dusky-pink:#d9bdc0;--tc-fern-green:#437c63;--tc-sun-yellow:#fec961;--tc-black:#222222;--tc-ice-white:#e3efec;--tc-pale-blue:#c2dbd5;--tc-off-white:#eeecdf;--tc-light-grey:#f3f5f6;--white:#ffffff;--font-heading:sofia-pro,"Segoe UI",sans-serif;--font-body:Overpass,"Segoe UI",sans-serif;--radius:8px;--radius-lg:14px;--shadow-card:0 1px 2px rgba(17,66,72,0.06),0 8px 24px rgba(17,66,72,0.06);--maxw:1080px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-body);font-size:16px;font-weight:400;line-height:26px;letter-spacing:-.2px;color:var(--tc-black);background:var(--tc-off-white);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;color:var(--tc-teal);margin:0 0 .5em}h1{font-size:40px;line-height:50px}h2{font-size:32px;line-height:42px}h3{font-size:24px;line-height:36px}h4{font-size:20px;line-height:28px}h5{font-size:18px;line-height:24px}h6{font-size:16px;line-height:20px}p{margin:0 0 1rem}ul{font-weight:300;line-height:28px}a{color:var(--tc-teal);font-weight:600;text-decoration:none}a:hover{text-decoration:underline}strong{font-weight:600}label{font-size:14px;line-height:1.4}.tc-container{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.tc-header{background:var(--tc-dark-teal);color:var(--white)}.tc-header__inner{max-width:var(--maxw);margin:0 auto;padding:.9rem 1.5rem;justify-content:space-between;gap:1rem}.tc-brand,.tc-header__inner{display:flex;align-items:center}.tc-brand{gap:.6rem;font-family:var(--font-heading);font-weight:600;font-size:18px;color:var(--white)}.tc-brand,.tc-brand:hover{text-decoration:none}.tc-brand__mark{width:28px;height:28px;border-radius:6px;background:var(--tc-sun-yellow);display:grid;place-items:center;color:var(--tc-dark-teal);font-weight:600;font-size:15px}.tc-nav{display:flex;align-items:center;gap:1.25rem}.tc-nav a{font-family:var(--font-heading);font-weight:500;font-size:15px;color:var(--tc-ice-white)}.tc-nav a:hover{color:var(--white);text-decoration:none}.tc-user{display:flex;gap:.75rem;font-size:14px;color:var(--tc-ice-white)}.tc-btn,.tc-user{align-items:center}.tc-btn{font-family:var(--font-heading);font-weight:600;font-size:16px;line-height:28px;border:none;border-radius:var(--radius);padding:.5rem 1.25rem;cursor:pointer;display:inline-flex;gap:.5rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.tc-btn,.tc-btn:hover{text-decoration:none}.tc-btn--primary{background:var(--tc-teal);color:var(--white)}.tc-btn--primary:hover{background:var(--tc-dark-teal);color:var(--white)}.tc-btn--secondary{background:transparent;color:var(--tc-teal);border:1.5px solid var(--tc-teal)}.tc-btn--secondary:hover{background:var(--tc-ice-white)}.tc-btn--ghost{background:transparent;color:var(--tc-ice-white);border:1px solid rgba(227,239,236,.4);font-size:14px;padding:.35rem .9rem}.tc-btn--ghost:hover{background:rgba(227,239,236,.12);color:var(--white)}.tc-card{background:var(--white);border:1px solid var(--tc-pale-blue);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.5rem}.tc-signin{min-height:100dvh;display:grid;place-items:center;padding:2rem 1.5rem;background:radial-gradient(1200px 600px at 50% -10%,var(--tc-ice-white),transparent),var(--tc-off-white)}.tc-signin__card{width:100%;max-width:420px;text-align:center}.tc-signin__mark{width:56px;height:56px;border-radius:12px;margin:0 auto 1.25rem;background:var(--tc-teal);display:grid;place-items:center;color:var(--white);font-family:var(--font-heading);font-weight:600;font-size:24px}.tc-muted{color:#5a6b6c;font-size:15px}.tc-stack>*+*{margin-top:1rem}.tc-page{padding:2.5rem 0 4rem}.tc-badge{display:inline-block;font-family:var(--font-heading);font-weight:600;font-size:12px;letter-spacing:.3px;padding:.15rem .55rem;border-radius:999px;background:var(--tc-ice-white);color:var(--tc-dark-teal)}