/* TaskDeck's native tokens, adapted to a public reading surface. */
:root{--ink:#292735;--muted:#6e6b7d;--violet:#7051c7;--purple-dark:#5937b0;--paper:#f8f7fb;--card-radius:28px;--space:8px;--ease:cubic-bezier(.22,.8,.25,1);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:radial-gradient(ellipse 55% 26% at 75% 8%,#eae4f980,transparent),radial-gradient(ellipse 50% 30% at 15% 22%,#dfedf680,transparent),var(--paper);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}a:focus-visible,button:focus-visible,summary:focus-visible,article:focus-visible{outline:2px solid var(--violet);outline-offset:5px}::selection{background:#dbcef6}.wrap{width:min(1120px,calc(100% - 64px));margin-inline:auto}.symbol-library,.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.skip-link{position:absolute;top:-80px;left:24px;padding:14px;background:white;z-index:10}.skip-link:focus{top:10px}.site-header{height:112px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:9px;font-family:ui-rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:21px;font-weight:720;letter-spacing:-.6px}.brand img{object-fit:contain}.site-header nav,.site-footer nav{display:flex;align-items:center;gap:32px;font-size:14px}.nav-text{color:var(--muted);transition:color .12s}.nav-text:hover{color:var(--purple-dark)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:16px 25px;border:1px solid #ffffff25;border-radius:999px;background:linear-gradient(125deg,#7451c8,#5938a8);color:#fff;font-weight:620;font-size:15px;box-shadow:0 8px 25px #704bc12b;transition:transform .12s var(--ease),box-shadow .12s var(--ease)}.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #704bc13d}.button:active{transform:translateY(1px)}.button-small{min-height:44px;padding:11px 19px;font-size:13px;gap:14px}.button-small svg{width:17px;height:17px}.hero{text-align:center;padding-top:66px}.eyebrow{font-size:11px;letter-spacing:1.8px;text-transform:uppercase;font-weight:650;color:var(--violet);line-height:1.6;margin:0 0 24px}.hero .eyebrow{display:flex;align-items:center;justify-content:center;gap:10px}.status-dot{width:6px;height:6px;border-radius:50%;background:#8e70d6;box-shadow:0 0 0 5px #8e70d60d}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:ui-rounded,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}h1{font-size:clamp(54px,6.6vw,88px);line-height:1.055;letter-spacing:-4px;font-weight:680;margin-bottom:26px}h1 span{color:var(--violet)}.hero-description{color:var(--muted);font-size:19px;line-height:1.55;margin-bottom:28px}.download-note{font-size:11px;line-height:1.8;color:var(--muted);margin:16px 0 0}.download-note span,.release-line span{margin:0 8px}.demo-section{margin-top:85px}.demo-stage{position:relative;display:grid;place-items:center;padding:20px 0 0;isolation:isolate}.ambient-light{position:absolute;inset:0 -5% -50px;z-index:-2;background:radial-gradient(ellipse at 30% 45%,#c0dcea65,transparent 60%),radial-gradient(ellipse at 70% 65%,#d2c2f24d,transparent 65%);filter:blur(28px);pointer-events:none}.demo-stack{width:min(620px,100%);height:390px;position:relative}.back-card{position:absolute;inset:0;pointer-events:none;border-radius:var(--card-radius)}.back-card-one{background:#dfe5f0;transform:translate(14px,-12px) rotate(3deg);opacity:.75}.back-card-two{background:#e8dcf0;transform:translate(-12px,-21px) rotate(-4deg);opacity:.6}.task-card{position:relative;height:100%;border-radius:var(--card-radius);padding:28px;display:flex;flex-direction:column;background:linear-gradient(135deg,#edf4f5ed,#e3edf1f7);box-shadow:0 24px 54px -20px #45426744;touch-action:pan-y;user-select:none;transition:background .34s;cursor:grab}.task-card:active{cursor:grabbing}.card-topline{display:flex;justify-content:space-between;align-items:center}.kind-badge{font-size:10px;text-transform:uppercase;letter-spacing:1.1px;font-weight:750;color:#3477a7;background:#317fab15;border-radius:100px;padding:7px 11px}.card-position{font-size:11px;color:#707e88;font-variant-numeric:tabular-nums}.card-owner{display:flex;align-items:center;gap:12px;margin-top:14px}.avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;font-size:12px;color:#3477a7;background:#317fab18;font-weight:650}.card-owner strong{display:block;font-size:14px}.task-id{display:block;font-size:10px;color:#77828c;margin-top:3px}.card-copy{margin:30px 0 20px}.card-copy h3{font-size:30px;font-weight:670;letter-spacing:-1px;line-height:1.18;margin:0 0 14px}.card-copy p{font-size:15px;color:#63727d;line-height:1.6;margin:0}.card-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto}.evidence-label{display:flex;align-items:center;gap:8px;color:#648695;font-size:11px}.evidence-label svg{width:14px;height:14px}.task-complete{display:inline-flex;gap:8px;align-items:center;border-radius:24px;border:1px solid #3896532b;background:#dcf0e280;color:#237344;font-size:12px;min-height:42px;padding:10px 17px;transition:background .12s,transform .12s}.task-complete:hover{background:#ccebd9}.task-complete:active{transform:scale(.97)}.task-complete svg{width:16px;height:16px}.side-note{position:absolute;top:48%;font-size:11px;color:#888199;display:flex;align-items:center;gap:14px}.note-left{left:0}.note-right{right:-5px}.note-line{width:30px;height:1px;background:#aca3bd6b}.demo-controls{display:flex;align-items:center;justify-content:center;gap:16px;min-height:56px;margin-top:35px}.demo-controls p{font-size:12px;color:var(--muted);margin:0;min-width:270px;text-align:center}.icon-button{border:1px solid #837e9620;width:40px;height:40px;background:#ffffff60;border-radius:50%;display:grid;place-items:center;color:#7b718e;transition:background .12s}.icon-button:hover{background:white}.icon-button svg{width:16px;height:16px}.reverse{transform:rotate(180deg)}.demo-disclaimer{text-align:center;color:#827b90;font-size:10px;line-height:1.5;margin:6px 0 0}.idea-section{padding-top:150px;padding-bottom:110px}.section-intro{text-align:center}.section-intro h2,h2{font-size:clamp(32px,4vw,46px);line-height:1.13;letter-spacing:-1.65px;font-weight:650;margin:0 0 24px}.section-intro>p:last-child{font-size:16px;line-height:1.7;color:var(--muted);margin-bottom:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:64px}.step-number{font-family:ui-monospace,monospace;font-size:12px;color:#8b72b5;display:block;margin-bottom:24px}.steps h3{font-size:19px;font-weight:630;letter-spacing:-.4px;margin:0 0 12px}.steps p{color:var(--muted);font-size:14px;line-height:1.85;margin:0}.companion-section{display:grid;grid-template-columns:1.08fr 1fr;gap:80px;align-items:center;padding:70px 0;border-top:1px solid #817a941a;border-bottom:1px solid #817a941a}.companion-visual{min-height:350px;background:linear-gradient(150deg,#efebf6,#e9e3f2);border-radius:var(--card-radius);padding:36px;display:flex;flex-direction:column;justify-content:center}.companion-label{display:flex;align-items:center;gap:10px;letter-spacing:1.6px;font-size:9px;font-weight:650;color:#79609d}.companion-label svg{width:16px;height:16px}.prompt-example{font-family:ui-rounded,-apple-system,BlinkMacSystemFont,sans-serif;font-size:27px;line-height:1.35;letter-spacing:-.7px;color:#685482;margin:28px 0}.candidate-example{display:flex;align-items:center;gap:12px;background:#ffffff70;padding:18px;border-radius:18px;box-shadow:0 9px 18px #8675960a}.candidate-avatar{width:35px;height:35px;background:#9c80c417;color:#80649f;display:grid;place-items:center;border-radius:50%;flex-shrink:0}.candidate-avatar svg{width:18px;height:18px}.candidate-example strong{font-size:12px;font-weight:600;display:block}.candidate-example span:not(.candidate-avatar){display:block;font-size:10px;color:#7c7188;margin-top:5px}.candidate-check{width:16px;color:#8a709e;margin-left:auto}.illustration-label{font-size:9px;color:#83738e;margin:18px 0 0}.companion-copy .eyebrow{margin-bottom:20px}.companion-copy h2{font-size:39px}.companion-copy>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.8;margin-bottom:18px}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;color:var(--violet);padding:10px 0;min-height:44px}.text-link svg{width:16px;height:16px}.text-link:hover{color:var(--purple-dark);text-decoration:underline;text-underline-offset:5px}.ownership-section{display:flex;gap:64px;max-width:780px;align-items:center;padding:110px 0}.ownership-section h2{font-size:37px}.ownership-section .eyebrow{margin-bottom:16px}.ownership-section p:not(.eyebrow){max-width:540px;color:var(--muted);font-size:15px;line-height:1.8;margin-bottom:8px}.file-mark{flex-shrink:0;width:116px;height:140px;display:grid;place-items:center;background:linear-gradient(155deg,#e9eef8,#ebe5f6);border-radius:14px 32px 14px 14px;transform:rotate(-6deg);box-shadow:8px 12px 25px #8a80ac17}.file-mark span{font-family:ui-monospace,monospace;font-size:22px;color:#85729c}.download-section{padding-bottom:105px}.download-panel{position:relative;overflow:hidden;isolation:isolate;background:#312540;border-radius:36px;padding:56px 24px 48px;text-align:center;color:#f5f1fa}.download-panel:before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(ellipse 70% 90% at 25% 0%,#71509366,transparent),radial-gradient(ellipse 70% 90% at 90% 100%,#4b447447,transparent)}.download-panel>img{margin-bottom:24px;filter:drop-shadow(0 8px 15px #17092660)}.download-panel .eyebrow{color:#c2abd8;font-size:10px;margin-bottom:18px}.download-panel h2{font-size:44px;letter-spacing:-1.5px;margin-bottom:16px}.download-panel>p:not(.eyebrow):not(.requirements):not(.release-line){font-size:15px;color:#c0b4cf;margin-bottom:28px}.download-final{background:linear-gradient(120deg,#a47adf,#8552c5);box-shadow:0 8px 35px #9b6bca26}.button-size{font-size:11px;font-weight:400;opacity:.8;padding-left:12px;border-left:1px solid #fff4;margin-left:4px}.release-line{font-size:10px;color:#c8bbd6;margin:18px 0 24px}.requirements{font-size:11px;line-height:1.9;color:#c0b4cf;margin-bottom:18px}.download-links{display:flex;justify-content:center;gap:28px;font-size:11px;color:#e0d0ed}.download-links a{min-height:44px;display:flex;align-items:center;text-decoration:underline;text-underline-offset:4px}.faq-section{display:grid;grid-template-columns:1fr 1.5fr;gap:72px;padding-bottom:105px}.faq-section h2{font-size:30px}.faq-list details{border-bottom:1px solid #817a9424}.faq-list details:first-child{border-top:1px solid #817a9424}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:23px 0;font-size:14px;font-weight:550;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:#9079ab;font-size:20px;font-weight:350}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{font-size:13px;line-height:1.85;color:var(--muted);padding-right:30px;margin-bottom:24px}.site-footer{border-top:1px solid #817a9424;padding:30px 0 42px;display:flex;align-items:center;gap:24px}.site-footer .brand{font-size:16px}.site-footer p{font-size:11px;color:#888092;margin:0}.site-footer nav{margin-left:auto;gap:24px;font-size:11px;color:var(--muted)}.site-footer nav a{padding:12px 0}.legal-main{max-width:720px;padding:64px 0 96px}.legal-main h1{font-size:48px;letter-spacing:-2px}.legal-main h2{font-size:24px;letter-spacing:-.5px;margin-top:44px;margin-bottom:16px}.legal-main p,.legal-main li{font-size:16px;line-height:1.8;color:var(--muted)}.legal-main a:not(.button){color:var(--purple-dark);text-decoration:underline;text-underline-offset:4px}.legal-main li{margin-bottom:12px}.legal-main code{overflow-wrap:anywhere;font-size:13px}.legal-date{font-size:12px!important}.legal-notice{padding:20px 24px;background:#eee8f5;border-radius:18px}.legal-main ol{padding-left:24px}
.card-copy p{white-space:pre-line}
/* Keep small supporting copy readable on the pale glass backgrounds. */
.side-note,.demo-disclaimer,.step-number,.illustration-label,.site-footer p{color:#73667f}.card-position,.task-id,.card-copy p{color:#596975}.evidence-label{color:#4f707f}.candidate-example span:not(.candidate-avatar){color:#71627d}.download-final{background:linear-gradient(120deg,#8052b8,#7040ad)}.button-size{opacity:1}
@media(min-width:1600px){.hero{padding-top:100px}.demo-section{margin-top:100px}}
@media(max-width:1100px){.side-note{display:none}.steps{gap:32px}.companion-section{gap:40px}.candidate-example{padding:14px}.companion-visual{padding:28px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-header{height:88px}.site-header nav{gap:16px}.nav-text{display:none}.brand{font-size:19px}.brand img{width:36px;height:36px}.button-small{padding:10px 15px;min-height:44px}.hero{padding-top:48px}h1{letter-spacing:-2.8px;font-size:62px}.hero-description{font-size:17px}.hero .eyebrow{font-size:10px}.demo-section{margin-top:62px}.demo-stack{height:365px;max-width:540px}.back-card-one{transform:translate(4px,-9px) rotate(2deg)}.back-card-two{transform:translate(-3px,-16px) rotate(-3deg)}.task-card{padding:24px}.card-copy h3{font-size:28px}.card-copy p{font-size:14px}.demo-controls{gap:8px;margin-top:26px}.demo-controls p{font-size:11px;min-width:0;flex:1;max-width:290px}.icon-button{flex-shrink:0}.idea-section{padding-top:100px;padding-bottom:64px}.section-intro h2{font-size:36px}.steps{grid-template-columns:1fr;gap:32px;max-width:460px;margin:42px auto 0}.steps article{padding-left:42px;position:relative}.step-number{position:absolute;left:0;top:4px}.steps h3{font-size:18px}.steps p{font-size:14px}.companion-section{grid-template-columns:1fr;gap:36px;padding:48px 0}.companion-visual{min-height:320px;max-width:500px;width:100%;margin:auto}.companion-copy{max-width:500px;margin:auto}.companion-copy h2{font-size:36px}.ownership-section{gap:24px;padding:68px 0}.file-mark{width:68px;height:90px;border-radius:12px 24px 12px 12px}.file-mark span{font-size:16px}.ownership-section h2{font-size:29px}.ownership-section .eyebrow{font-size:9px;letter-spacing:1.3px}.ownership-section p:not(.eyebrow){font-size:14px}.download-section{padding-bottom:64px}.download-panel{border-radius:28px;padding:44px 20px 32px}.download-panel h2{font-size:34px}.button-size{display:none}.release-line span{margin:0 4px}.download-panel .requirements br{display:none}.faq-section{grid-template-columns:1fr;gap:8px;padding-bottom:56px}.faq-section h2{font-size:28px}.site-footer{gap:16px;flex-wrap:wrap;padding-bottom:28px}.site-footer nav{gap:20px}.site-footer p{display:none}.legal-main{padding-top:40px}.legal-main h1{font-size:40px}}
@media(max-width:390px){h1{font-size:54px}.download-note{font-size:10px}.download-note span{margin:0 3px}.task-card{padding:20px}.card-copy h3{font-size:25px}.evidence-label{max-width:110px;font-size:10px}.demo-stack{height:380px}.site-header .button svg{display:none}.site-footer nav{margin-left:0;width:100%}.ownership-section{gap:20px}.ownership-section h2{font-size:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
