/* RobinPrompt shared brand rules. Home is the reference: lavender, mint,
   forest actions, clean typography and generously rounded surfaces. */
:root{
  --rp-action:#416950;--rp-action-hover:#34593f;--rp-lavender:#eeedfc;
  --rp-purple:#7460d4;--rp-mint:#e9f6f1;--rp-border:#e3e0f7;
  --rp-text:#252637;--rp-muted:#686d7d;--rp-radius:22px;
}
.button,.copy-button{border-radius:14px!important;font-family:inherit}
.button.button-primary,.search-box .search-submit{background:var(--rp-action)!important;border:1px solid var(--rp-action)!important;color:#fff!important;box-shadow:none!important}
.button.button-primary:hover,.search-box .search-submit:hover{background:var(--rp-action-hover)!important}
.button-primary:focus-visible{outline:3px solid var(--rp-purple);outline-offset:3px}
.wordmark-dot{color:var(--rp-purple)!important}
.detail-dialog{background:var(--paper)}
.detail-dialog .dialog-toolbar{background:var(--paper);border-color:var(--line);color:var(--rp-muted)}
.detail-dialog .detail-body{max-width:850px;padding-top:36px}
.detail-heading{justify-content:center;text-align:left}
.detail-heading .topic-icon{border-radius:14px;background:var(--rp-lavender)!important;color:var(--rp-purple)!important}
.detail-title{font-size:clamp(30px,4vw,44px);color:var(--rp-text);font-weight:750;line-height:1.13}
.detail-benefit{font-size:15px;line-height:1.7;color:var(--rp-muted)}
.detail-meta{justify-content:center}
.prompt-text-box{background:#fff!important;border:1px solid var(--rp-border)!important;border-radius:var(--rp-radius)!important;overflow:hidden}
.prompt-text-heading{background:var(--rp-lavender)!important;color:#77658d!important;justify-content:center;border-color:var(--rp-border);font-family:inherit}
.prompt-text{font-family:inherit!important;font-size:15px!important;line-height:1.8!important;background:transparent!important;color:#494359!important;max-height:none!important;overflow:visible!important;padding:22px 24px!important;margin:0}
.prompt-text.prompt-collapsed{max-height:10em!important;overflow:hidden!important;mask-image:linear-gradient(black 65%,transparent)}
.prompt-expand{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:0;border-top:1px solid var(--rp-border);background:var(--rp-lavender)!important;padding:14px;color:#77658d!important;font-family:inherit;font-size:13px;font-weight:600;line-height:1.4;cursor:pointer;min-height:46px}
.prompt-expand[hidden]{display:none}.prompt-expand svg{width:17px;height:17px}.prompt-expand[aria-expanded=true] svg{transform:rotate(180deg)}
.chatgpt-handoff{display:flex;flex-direction:column;align-items:center!important;text-align:center;padding:24px 0 38px;gap:12px}
.chatgpt-handoff>.button-primary{min-width:min(100%,330px);justify-content:center;min-height:52px;font-size:15px;padding:13px 22px}
.copy-secondary{display:flex;align-items:center;justify-content:center;gap:8px;background:#fff!important;border:1px solid var(--rp-border)!important;box-shadow:none;color:#655b7a!important;font-size:13px;min-height:44px;padding:12px 24px!important;min-width:220px;font-weight:600;text-decoration:none!important}
.copy-secondary:hover{background:var(--rp-lavender)!important}
.chatgpt-handoff p{margin:0;max-width:370px;font-size:12px;color:var(--rp-muted)}
.chatgpt-handoff>a{font-size:11px;color:var(--rp-muted)}
.aha-copy-actions{flex-direction:column;align-items:center!important}.aha-copy-actions .button{max-width:420px;min-height:50px}
.feedback-panel{position:relative;background:var(--rp-lavender);border:1px solid var(--rp-border);border-radius:var(--rp-radius);padding:40px 32px 26px;text-align:center;margin:4px 0 10px}
.feedback-intro{max-width:570px;margin:auto}.feedback-bubble{display:grid;place-items:center;background:#fff9;color:var(--rp-purple);width:64px;height:64px;border-radius:22px;margin:0 auto 20px;transform:rotate(-8deg)}
.feedback-bubble svg{width:32px;height:32px;transform:rotate(8deg)}
.feedback-intro .eyebrow{font-family:inherit;font-size:9px;font-weight:600;line-height:1.5;letter-spacing:1.3px;color:#777090}
.feedback-intro h3{font-size:clamp(34px,5vw,50px);font-weight:760;letter-spacing:-1.8px;line-height:1.03;margin:18px 0}
.feedback-intro h3 em{font:inherit;color:var(--rp-purple)}
.feedback-intro p{font-size:14px;line-height:1.65;color:#66647f;max-width:390px;margin:auto}
.feedback-choices{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0 20px}
.feedback-choice{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:150px;padding:20px 12px;cursor:pointer;text-align:center;border-radius:20px;font-family:inherit;transition:transform .15s,border-color .15s;box-shadow:none}
.feedback-choice:hover{transform:translateY(-3px)}.feedback-choice>svg{width:34px;height:34px;flex-shrink:0}
.feedback-choice span{font-size:22px;font-weight:700;letter-spacing:-.6px;line-height:1.2}
.feedback-choice small{display:block;font-size:11px;font-weight:400;letter-spacing:0;line-height:1.5;margin-top:8px}
.feedback-positive{background:var(--rp-action);color:#fff;border:2px solid var(--rp-action)}
.feedback-negative{background:#ffffffb8;color:#655b7a;border:2px solid #dcd5ee}
.feedback-choice.chosen{outline:3px solid var(--rp-purple);outline-offset:4px;box-shadow:none}
.feedback-count{font-size:12px;font-weight:600;color:#66647f;line-height:1.6}
.feedback-rules{margin:14px auto 0;max-width:480px;font-size:11px;color:#777090}.feedback-rules summary{cursor:pointer;width:fit-content;margin:auto;padding:7px}
.feedback-rules p{margin-top:8px;font-size:12px;line-height:1.7}
.detail-report-row{display:flex;justify-content:flex-end;margin-bottom:24px}.detail-report{font-size:11px}
.social-share{padding:26px;background:var(--rp-mint);border:1px solid #d6e8e1;border-radius:var(--rp-radius)}
.social-share-heading{display:flex;gap:14px;align-items:flex-start}.social-share-heading h3{font-size:25px;line-height:1.2;letter-spacing:-.7px;margin:7px 0 10px}.social-share-icon{display:grid;place-items:center;flex-shrink:0;width:42px;height:42px;border-radius:15px;background:#fff9;color:#56816f}.social-share-icon svg{width:21px;height:21px}
.social-share-heading p{font-size:13px;color:#688178}.social-share-heading .eyebrow{font-family:inherit;font-size:9px;color:#668679}
.social-share-buttons{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0 14px}.social-share-buttons .button{min-height:44px;font-size:13px;padding:11px 14px;background:#fff;border:1px solid #d6e8e1;color:#537b6b}
.social-share-buttons .whatsapp-share{order:-1;font-weight:650}.social-share-buttons button:disabled{opacity:.6;cursor:not-allowed}
.visible-prompt-url label{display:block;font-size:11px;color:#688178;margin:14px 0 7px}.visible-prompt-url>div{display:flex;align-items:center;gap:5px;border:1px solid #d6e8e1;background:#ffffffb8;border-radius:12px;padding:3px 5px 3px 10px}.visible-prompt-url input{font-family:inherit;font-size:12px;line-height:1.5;color:#688178;width:100%;min-width:0;background:transparent;border:0;padding:8px 0}.visible-prompt-url .icon-button{flex-shrink:0}.social-share-note{font-size:11px;line-height:1.6;color:#688178;margin-top:12px}.share-link-fallback{display:block;margin-top:12px}.share-link-fallback[hidden]{display:none}
.comments-section{margin-top:40px;padding-top:32px;border-top:1px solid var(--line);background:transparent;min-height:0}
.comments-heading .eyebrow{font-family:inherit;font-size:9px;color:#777090}.comments-heading h3{font-size:30px;font-weight:730;letter-spacing:-1px}.comments-heading p{font-size:14px;color:var(--rp-muted);max-width:530px}
.comment-form{display:flex;flex-direction:column;background:#fff;border:1px solid var(--rp-border);border-radius:var(--rp-radius);padding:22px;margin:22px 0}
.comment-form>label{font-size:12px;color:#655b7a}.comment-form textarea{order:0;background:#f8f8fc;border:1px solid var(--rp-border);border-radius:14px;font-size:14px;line-height:1.65;padding:16px;min-height:115px}
.comment-avatar-settings{order:1;margin-top:14px;color:var(--rp-muted);font-size:11px}.comment-avatar-settings>summary{cursor:pointer;width:fit-content;padding:6px 0}.comment-avatar-picker{border:0;margin:10px 0 0;padding:0;min-width:0}.comment-avatar-options{display:flex;gap:10px}
.comment-form .comment-avatar-option{position:relative;display:grid;place-items:center;cursor:pointer;width:44px;height:44px;margin:0;border-radius:50%;background:var(--rp-lavender);border:2px solid transparent}.comment-avatar-option input{position:absolute;opacity:0;width:1px;height:1px}.comment-avatar-option:has(input:checked){border-color:var(--rp-purple);background:var(--rp-lavender)}.comment-avatar-option:has(input:focus-visible){outline:3px solid var(--rp-purple);outline-offset:3px}.comment-avatar-face{font-size:25px}
.comment-submit{order:2;align-items:center;gap:14px;margin-top:16px}.comment-submit>span{font-size:10px;color:var(--rp-muted);max-width:220px}.comment-submit .button{min-height:44px;font-size:12px}.comment-message{order:3;color:var(--rp-action);font-size:12px}.comment-avatar{background:var(--rp-lavender)!important}.comments-empty{padding:16px 0;color:var(--rp-muted);font-size:12px;text-align:center}.reply-context{background:var(--rp-lavender);border-radius:12px}.comment{border-color:var(--line)}
@media(max-width:620px){
 .detail-dialog .detail-body{padding:24px 20px 70px}.detail-title{font-size:30px}.detail-benefit{font-size:14px}
 .chatgpt-handoff>.button-primary{width:100%;font-size:14px;padding:13px 12px}.chatgpt-handoff .copy-secondary{width:auto;max-width:100%}
 .prompt-text{font-size:14px!important;padding:19px!important}.feedback-panel{padding:30px 16px 20px}.feedback-intro h3{font-size:36px;letter-spacing:-1.3px}.feedback-intro p{font-size:13px}.feedback-choices{gap:10px}.feedback-choice{min-height:145px;padding:18px 8px}.feedback-choice span{font-size:18px}.feedback-choice small{font-size:10px}.feedback-choice>svg{width:29px;height:29px}
 .social-share{padding:20px}.social-share-heading h3{font-size:22px}.social-share-buttons .button{flex:1 1 auto}.comments-heading h3{font-size:28px}.comment-form{padding:16px}.comment-submit{flex-direction:column;align-items:stretch}.comment-submit>span{max-width:none}.comment-submit .button{justify-content:center}
}
@media(prefers-reduced-motion:reduce){.feedback-choice{transition:none}.feedback-choice:hover{transform:none}}
/* U13: homepage lime is the shared action color. */
:root{--rp-action:#c3ff5c;--rp-action-hover:#b1f146;--rp-action-text:#243015}
.button.button-primary,.search-box .search-submit{color:var(--rp-action-text)!important}
.search-box .search-submit{height:36px;padding:0 14px;font-size:12px}.search-box{height:56px}
.feedback-positive{color:var(--rp-action-text)}
.feedback-choice .reaction-face{display:block;width:68px;height:68px;flex:none;transition:transform .8s cubic-bezier(.2,.8,.2,1)}
.reaction-face svg{width:100%;height:100%;stroke-width:2.3}.face-disc{fill:#ffffff80;stroke:currentColor}.face-eyes circle{fill:currentColor;stroke:none}.face-neutral{transition:opacity .7s}.face-expression{opacity:0;transition:opacity 1s;fill:none}.happy .face-expression{fill:currentColor}
.feedback-choice{min-height:180px;transition:background .35s,transform .35s,box-shadow .35s}
@media(hover:hover){.feedback-choice:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 14px 30px #7460d422}.feedback-positive:hover{background:#b1f146}.feedback-negative:hover{background:#e2d7fb}.feedback-choice:hover .reaction-face.happy{transform:translateY(-8px) rotate(-8deg) scale(1.1)}.feedback-choice:hover .reaction-face.sad{transform:translateY(6px) rotate(8deg)}}
.feedback-choice:is(:hover,:focus-visible,[aria-pressed=true]) .face-neutral{opacity:0}.feedback-choice:is(:hover,:focus-visible,[aria-pressed=true]) .face-expression{opacity:1}
.feedback-choice[aria-pressed=true] .reaction-face{transform:scale(1.1)}
.social-share-heading,.comments-heading,.comment-form,.detail-bottom-note{text-align:center}.social-share-heading{align-items:center;flex-direction:column;gap:5px}.social-share-heading p,.comments-heading p{margin-inline:auto}.social-share-buttons{justify-content:center}.visible-prompt-url{text-align:center}.comment-form textarea{text-align:center}.comment-avatar-settings>summary{margin:auto}.comment-avatar-options{justify-content:center}.comment-submit{flex-direction:column}.comment-submit>span{max-width:none}.comment-submit .button{min-width:210px;justify-content:center}.feedback-rules{text-align:center}
.release-badge{display:inline-flex;font:600 8px/1.2 inherit;font-family:inherit;font-size:8px;line-height:1.2;font-weight:600;letter-spacing:.3px;white-space:nowrap;padding:5px 7px;background:var(--rp-lavender);color:#7460d4;border-radius:20px}.wordmark{flex-wrap:wrap}.wordmark .release-badge{margin-left:44px;margin-top:0}.mobile-brand{flex-wrap:wrap;gap:5px}.mobile-brand .release-badge{font-size:7px;padding:4px}
.header-actions{display:grid;grid-template-columns:auto auto;align-items:center;gap:5px 12px}.header-how{grid-column:1;grid-row:1/3}.button-share{grid-column:2;grid-row:1}.points-hint{grid-column:2;grid-row:2;text-align:center;justify-self:center}.points-hint>div{text-align:left}.points-hint summary{margin:0 auto}
.detail-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:18px;margin-top:36px;padding-top:25px;border-top:1px solid var(--line);font-size:12px;color:var(--rp-muted)}.site-footer,.footer-family,.footer-mission{text-align:center}.site-footer{justify-content:center}.made-with{justify-content:center}
.pilot-lesson{text-align:center;margin:22px 0;background:var(--rp-lavender);border:1px solid var(--rp-border);border-radius:22px;padding:30px}.pilot-lesson h2{font-size:32px;letter-spacing:-1px;margin:15px 0}.pilot-lesson p{max-width:570px;margin:12px auto;font-size:14px;color:var(--rp-muted)}.pilot-animation{display:flex;justify-content:center;align-items:center;gap:12px;margin:25px 0}.pilot-animation span{padding:16px;background:white;border-radius:14px;font-size:13px;animation:pilot-step 1.8s ease both}.pilot-animation span:nth-of-type(2){animation-delay:.7s}.pilot-animation span:nth-of-type(3){animation-delay:1.4s}.pilot-animation b{color:var(--rp-purple)}@keyframes pilot-step{from{opacity:.25;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:620px){.reaction-face{width:58px;height:58px}.feedback-choice{min-height:175px}.pilot-lesson{padding:24px 18px}.pilot-lesson h2{font-size:28px}.pilot-animation{flex-direction:column;gap:8px}.pilot-animation b{transform:rotate(90deg)}.pilot-animation span{width:100%}.topbar{height:90px}.header-actions{gap:3px}.mobile-brand{max-width:165px}.button-share{font-size:12px;padding:10px}.detail-footer{flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){.pilot-animation span{animation:none}.feedback-choice,.reaction-face,.face-neutral,.face-expression{transition:none!important}.feedback-choice:hover{transform:none!important}}

/* A shared, quiet finish for the library and each prompt. */
.site-footer,.detail-footer{display:flex;flex-direction:column;align-items:stretch;gap:25px;text-align:center;padding-top:35px}
.footer-mission p{margin:7px 0 0}.footer-projects{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:100%}.footer-projects a{display:flex;flex-direction:column;justify-content:center;gap:6px;min-height:78px;padding:12px 8px;border-radius:14px;background:#f7f6fc;transition:background .18s,transform .18s}.footer-projects a:hover{background:#eeebfa;transform:translateY(-2px)}.footer-projects strong{font-size:14px;font-weight:650;color:#49435e}.footer-projects strong span{font-size:12px;color:#8b7aaa}.footer-projects a>span{font-size:11px;line-height:1.45;color:#747184}.footer-utility{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 24px;font-size:12px}.footer-utility a,.footer-utility button{min-height:40px;display:inline-flex;align-items:center}.footer-signoff{display:flex;flex-direction:column;align-items:center;gap:9px;padding:23px 0 8px;border-top:1px solid #eeedf5;font-size:11px;line-height:1.7;color:#777386}.footer-signoff a{text-decoration:underline;text-underline-offset:3px}.footer-signoff small{font-size:10px;letter-spacing:.5px;color:#817c91}.footer-heart{color:#8770b7;font-size:16px;vertical-align:-1px}.footer-projects a:focus-visible,.footer-utility a:focus-visible,.footer-signoff a:focus-visible{outline:2px solid #8770b7;outline-offset:4px}
@media(max-width:600px){.footer-projects{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer,.detail-footer{gap:20px}.footer-utility{gap:2px 15px}.footer-signoff{padding-top:20px}}
.share-banner h2{color:#3b354f!important}.share-banner p,.share-banner .eyebrow,.share-banner .banner-icon{color:#716583!important}
/* Final feedback: compact prompts, a visible transformation, a welcoming first swim. */
.hero-demo{flex-basis:190px}.hero-demo-prompt{font-size:11px;line-height:1.55;animation:prompt-arrive .7s both}.demo-code,.result-label{display:block!important;font-size:7px!important;letter-spacing:1px;margin:0 0 6px!important;color:#807193!important}.hero-demo-result{background:#dfffad;color:#3d5627;padding:12px;box-shadow:0 7px 22px #77619415}.hero-demo-result .result-insight{animation:insight-arrive .5s 2.4s both}.hero-demo-result .result-insight:nth-child(3){animation-delay:2.7s}.hero-demo-result .result-insight:nth-child(4){animation-delay:3s}.hero-demo-flow>span{animation:prompt-pop .65s 1.5s both}.demo-replay{display:block;margin:10px auto 0;border:0;background:transparent;color:#75618c;font:inherit;font-size:10px;padding:6px 10px;cursor:pointer}.demo-replay:focus-visible{outline:2px solid #8770b7;border-radius:6px}.seahorse-entry img,.seepferdchen-heading .seahorse{animation:first-swim 4s ease-in-out 1}.seahorse-entry:hover img{animation:first-swim 3s ease-in-out 1}.seahorse-entry:after{content:'◦  ○  ·';position:absolute;right:22px;top:18px;color:#7ebea7;font-size:25px;letter-spacing:10px;animation:sea-bubbles 3.5s 1 both;pointer-events:none}.seahorse-entry .mini-label{font-size:7px;letter-spacing:.8px}.seahorse-entry h2{white-space:normal}.seahorse-entry h2>span{max-width:190px}.everyday-starts{margin:0 0 18px}.everyday-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.everyday-links a{min-height:58px;padding:8px 10px;border-radius:13px;gap:8px}.everyday-links .helper-icon{flex:0 0 28px;width:28px;height:30px;font-size:22px;background:transparent;box-shadow:none}.everyday-links a strong{font-size:11px;line-height:1.35}.everyday-links a strong small{display:block;font-size:9px;font-weight:400;color:#827990;margin-top:3px}.everyday-starts-header{margin-bottom:9px}.everyday-starts-header h2{font-size:15px}.prompt-card{padding:18px 20px 0!important}.prompt-card .card-top{margin-bottom:12px!important;gap:7px!important}.prompt-card .topic-icon{width:30px!important;height:30px!important;margin:0!important}.prompt-card .card-title{font-size:22px;line-height:1.25;margin:0 0 12px!important}.prompt-card .card-benefit-label{font-size:9px;margin-bottom:6px}.prompt-card .card-description{min-height:0!important;margin-bottom:14px!important;line-height:1.55!important;font-size:14px!important}.prompt-card .card-tags{margin-top:auto!important;margin-bottom:12px!important;padding-top:0!important}.prompt-card .card-footer{padding-top:11px!important;padding-bottom:11px!important}.footer-projects{grid-template-columns:repeat(2,minmax(0,1fr));max-width:620px;margin:auto}
@keyframes first-swim{0%,100%{transform:translateY(0) rotate(8deg)}25%{transform:translateY(-8px) rotate(-5deg)}65%{transform:translateY(3px) rotate(5deg)}}@keyframes sea-bubbles{0%{opacity:0;transform:translateY(50px)}35%{opacity:.8}100%{opacity:0;transform:translateY(-20px)}}@keyframes prompt-arrive{from{opacity:0;transform:translateY(8px) rotate(-7deg)}to{opacity:1;transform:translateY(0) rotate(-3deg)}}@keyframes insight-arrive{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}
@media(max-width:760px){.everyday-links{grid-template-columns:repeat(2,minmax(0,1fr))}.everyday-links a{min-height:54px;padding:7px 9px}.prompt-card{padding:17px 17px 0!important}.prompt-card .card-title{font-size:21px!important}.prompt-card .card-description{font-size:14px!important}.prompt-card .card-top{flex-direction:row!important;justify-content:center!important}.prompt-card .card-category{font-size:10px}.card-benefit-label{margin-top:0!important}.hero-demo{margin-top:14px;position:relative;padding-bottom:24px}.demo-replay{position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);margin:0}.hero-demo-prompt{font-size:10px}.hero-demo-result .result-insight{font-size:9px}.hero-demo-result{padding:9px}.seahorse-entry img{width:85px;height:110px}.seahorse-entry{padding:17px 20px}.seahorse-entry h2{margin:8px 0 14px}.everyday-starts-header small{font-size:8px}}
@media(prefers-reduced-motion:reduce){.hero-demo-prompt,.hero-demo-result .result-insight,.hero-demo-flow>span,.seahorse-entry img,.seepferdchen-heading .seahorse,.seahorse-entry:hover img,.seahorse-entry:after{animation:none}.seahorse-entry:after{display:none}}
[data-intro][hidden],.discovery-intro[hidden]{display:none!important}.discovery-intro.one-intro{grid-template-columns:1fr}.seahorse-wrap{position:relative;min-width:0}.seahorse-wrap .seahorse-entry{height:100%;box-sizing:border-box}.intro-dismiss{position:absolute;top:8px;right:8px;width:30px;height:30px;border:0;border-radius:50%;background:#ffffff70;color:#7b7591;font:400 22px/1 sans-serif;cursor:pointer;z-index:3;display:grid;place-items:center}.intro-dismiss:hover{background:#fff;color:#3d3554}.intro-dismiss:focus-visible{outline:2px solid #8770b7;outline-offset:2px}.library-heading{padding:19px 23px;gap:12px}.library-heading>div:first-of-type{flex:1;min-width:0}.library-heading h1{font-size:31px;margin:10px 0}.library-heading p{font-size:12px;line-height:1.5}.hero-demo{flex-basis:163px;padding:7px 0}.hero-demo-caption{font-size:6px;margin-bottom:7px}.hero-demo-prompt,.hero-demo-result{padding:9px}.hero-demo-flow{height:24px}.hero-demo-result .result-insight{font-size:9px;line-height:1.65}.seahorse-entry{padding:18px 20px}.seahorse-entry h2{margin:9px 0 14px}.seahorse-entry img{width:85px;height:115px}.everyday-links a{min-height:46px;padding:6px 9px}.everyday-links .helper-icon{font-size:20px;height:25px;flex-basis:25px}.everyday-starts-header{margin-bottom:7px}.everyday-starts-header h2{font-size:13px}.everyday-starts{margin-bottom:14px}
@media(max-width:620px){.library-heading{padding:19px 20px}.library-heading h1{font-size:30px}.hero-demo{padding-bottom:0;margin-top:12px}.hero-demo-caption{display:none}.hero-demo-prompt .demo-code{display:block!important}.hero-demo-result .result-insight{font-size:8px}.seahorse-entry{padding:15px 20px}.seahorse-entry img{height:91px;width:71px}.seahorse-entry h2{font-size:20px}.intro-dismiss{width:32px;height:32px}.everyday-links a{min-height:46px}.everyday-links a strong{font-size:10px}.everyday-links a strong small{font-size:8px}.discovery-intro{gap:11px;margin-bottom:16px}}
.hero-demo{isolation:isolate}.hero-demo:before{content:'';position:absolute;inset:30% -6px 5%;z-index:-1;background:radial-gradient(ellipse,#c3ff5c75,transparent 70%);opacity:0;animation:idea-burst 1.2s 2s both}.hero-demo-result{animation:idea-land .7s 2.1s both}.hero-demo-flow{position:relative}.hero-demo-flow:before{content:'';height:2px;width:60%;position:absolute;top:50%;background:linear-gradient(90deg,transparent,#997be0,#c3ff5c,transparent);transform:scaleX(0);animation:idea-signal 1.2s .8s both}.hero-demo-flow>span{z-index:1;text-shadow:0 0 18px #b6a0ef}.hero-demo-result .result-insight{background:#ffffff38;border-radius:5px;padding:1px 4px;margin-top:2px}@keyframes idea-signal{0%{transform:scaleX(0);opacity:0}50%{transform:scaleX(1);opacity:1}100%{transform:scaleX(.2);opacity:0}}@keyframes idea-land{0%{opacity:0;transform:translateY(12px) scale(.84) rotate(-5deg)}70%{opacity:1;transform:translateY(-3px) scale(1.04) rotate(4deg)}100%{opacity:1;transform:translateY(0) scale(1) rotate(2deg)}}@keyframes idea-burst{0%{opacity:0;transform:scale(.5)}45%{opacity:1;transform:scale(1.2)}100%{opacity:.25;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.hero-demo:before,.hero-demo-flow:before{display:none}.hero-demo-result{animation:none}}
/* U16: feedback is the primary action, with a short mobile path. */
.feedback-choice.feedback-positive,.feedback-choice.feedback-positive.chosen{background:#c3ff5c!important;border-color:#acec42!important;color:#243015!important;box-shadow:0 7px 20px #a6df3c2b!important}.feedback-choice.feedback-positive:hover{background:#b5f34e!important}.feedback-positive .feedback-face{color:#243015!important}.social-share-buttons .whatsapp-share{background:#dbf7df!important;border-color:#b4e8bd!important;color:#22663b!important}.social-share-buttons .whatsapp-share:hover{background:#c6f2ce!important}.chatgpt-handoff{margin:16px 0 20px!important;gap:9px!important;padding:0!important}.chatgpt-handoff p{margin:2px 0 0!important;font-size:11px!important}.feedback-panel{padding:24px 20px 18px;margin:0 0 10px!important}.feedback-bubble{display:none}.feedback-intro h3{font-size:32px;margin:9px 0 10px}.feedback-intro p{font-size:12px;line-height:1.5}.feedback-choices{margin:18px 0 12px;gap:10px}.feedback-choice{min-height:112px;padding:14px 10px;gap:8px}.feedback-choice span{font-size:19px}.feedback-choice small{margin-top:5px}.feedback-rules{margin-top:4px}.detail-report-row{margin-bottom:12px}.social-share{padding:19px}.social-share-buttons{margin:12px 0 4px}.comments-section{margin-top:22px;padding-top:20px}.comments-heading p{font-size:13px}.comment-form{margin:14px 0;padding:17px}.comment-form textarea{text-align:left}.detail-dialog .detail-bottom-note{font-size:11px;line-height:1.5;margin:12px 0}.detail-meta{margin-bottom:13px!important}.detail-benefit{margin-bottom:13px!important}
@media(max-width:760px){.detail-dialog .detail-body{padding:17px 17px 55px}.detail-title{font-size:27px;line-height:1.13;margin:12px 0!important}.detail-heading{margin-bottom:10px!important}.detail-benefit{font-size:13px;line-height:1.5!important}.prompt-text.prompt-collapsed{max-height:5.8em!important}.prompt-text{padding:12px 14px!important;font-size:12px!important}.prompt-text-heading{padding:10px 14px!important}.prompt-expand{padding:8px;min-height:36px;font-size:11px}.chatgpt-handoff>.button-primary{min-height:46px;font-size:14px}.copy-secondary{min-height:36px;padding:8px 16px!important;font-size:11px!important}.feedback-panel{padding:18px 13px 13px}.feedback-intro h3{font-size:28px!important;margin:7px 0 9px}.feedback-intro .eyebrow{font-size:8px}.feedback-choices{margin:14px 0 10px}.feedback-choice{min-height:106px;gap:7px;padding:12px 7px}.feedback-choice span{font-size:17px}.feedback-choice small{font-size:10px}.feedback-face{width:38px!important;height:38px!important}.visible-prompt-url{display:none}.social-share-heading h3{font-size:21px}.comments-heading h3{font-size:25px}.comment-form{padding:14px}.comment-form textarea{min-height:88px}.social-share-note{font-size:10px;margin-top:8px}}
/* U17: three clear paths, compact guidance and a complete library. */
.library-heading h1{font-size:clamp(28px,3.1vw,46px);line-height:1.08}
.library-heading .hero-intro-more{font-size:13px;line-height:1.55;margin-top:8px}
.hero-note{display:block;margin-top:10px;max-width:440px;color:#59616d;font-size:11px;line-height:1.5}
.library-heading .find-prompt{margin-top:12px;min-height:42px}
.collection-links{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.collection-links a{display:grid!important;grid-template-columns:32px 1fr;gap:8px!important;padding:14px!important;align-items:center}
.collection-links a p{grid-column:1/-1;font-size:12px;line-height:1.5;margin:2px 0 0;color:#59616d}
.collection-links strong{text-align:left!important;font-size:14px!important}
.discovery-links{display:flex;justify-content:flex-end;gap:18px;font-size:12px;margin:8px 0 16px}
.library-pages{display:flex;justify-content:center;align-items:center;gap:15px;margin:24px 0;font-size:13px}
.prompt-explainer,.prompt-instructions{border:1px solid #e4e6ee;border-radius:16px;padding:16px;margin:18px 0;font-size:14px;line-height:1.65;background:#fafaff}
.prompt-explainer summary,.prompt-instructions summary{cursor:pointer;font-weight:700;color:#252b35}
.prompt-instructions h3{font-size:15px;margin:16px 0 4px}.example-label{font-size:11px;color:#59616d}
@media(max-width:600px){.collection-links{grid-template-columns:1fr!important;gap:7px!important}.collection-links a{padding:11px 13px!important;grid-template-columns:30px 1fr}.collection-links a p{grid-column:2;font-size:11px;margin:0}.library-heading .hero-intro-more{font-size:12px}.hero-note{font-size:10px}.library-heading h1{font-size:30px}.library-pages{gap:8px;font-size:11px}}
/* U18: explain the human's role; the refreshed introduction has its own dismissal version. */
.prompt-explained{gap:22px;padding:25px!important;align-items:center}
.prompt-explained .prompt-explained-copy{flex:1;min-width:0}
.prompt-explained h1{font-size:clamp(29px,2.8vw,41px);letter-spacing:-1.7px}
.prompt-explained p{max-width:470px;font-size:12px;line-height:1.65;margin:10px 0;color:#514e68}
.prompt-explained p strong{color:#29283c}.prompt-explained .hero-intro-more{font-size:12px;line-height:1.65}
.direction-analogies{display:flex;flex-wrap:wrap;gap:5px;margin:13px 0}
.direction-analogies span{padding:5px 7px;background:#ffffff85;border:1px solid #ded8f4;border-radius:7px;font-size:9px;color:#51436f;white-space:nowrap}
.prompt-flight{flex:0 0 195px;min-width:0;position:relative;isolation:isolate}
.flight-caption{display:block;font-size:8px;letter-spacing:1.1px;font-weight:700;color:#625180;margin-bottom:13px}
.flight-input{position:relative;padding:13px;border-radius:13px;background:#ffffffd6;border:1px solid #ddd5f0;transform:rotate(-3deg);box-shadow:0 8px 24px #5d428b10;animation:flight-input-in .6s both}
.flight-input>span,.flight-outcome>span{font-size:8px;letter-spacing:1px;font-weight:700;color:#5b4973}
.prompt-flight .flight-input p{font-size:12px;margin:7px 0;line-height:1.6;color:#38304c}
.flight-cursor{position:absolute;width:5px;height:12px;background:#8c64d8;right:15px;bottom:13px;animation:flight-cursor-blink .5s 4;opacity:0}
.flight-route{position:relative;height:62px;margin:3px 0}.flight-route svg{width:100%;height:100%;overflow:visible}
.flight-trail{stroke:#c1b4dd;stroke-width:1.5;stroke-dasharray:3 5}
.flight-signal{stroke:#9270ce;stroke-width:2.5;stroke-dasharray:260;stroke-dashoffset:260;animation:flight-route-draw 1.3s .8s ease-out forwards}
.flight-route circle{fill:#91bb58;opacity:0;animation:flight-result-in .4s 2s forwards}
.flight-plane{position:absolute;left:5%;top:5px;color:#6b49a6;font-size:24px;opacity:0;animation:flight-travel 1.6s .75s ease-in-out forwards}
.flight-spark{position:absolute;right:0;bottom:3px;color:#638f31;font-size:23px;animation:flight-spark-in .8s 2s both}
.flight-outcome{background:#dbffad;border:1px solid #b7e487;border-radius:13px;padding:13px;box-shadow:0 9px 24px #9abe491a;animation:flight-result-in .6s 2.1s both}
.flight-outcome>span{color:#375226}.prompt-flight .flight-outcome p{background:#ffffff55;border-radius:6px;padding:5px;margin:6px 0 0;font-size:11px;line-height:1.45;color:#304623;animation:flight-result-in .45s 2.4s both}
.prompt-flight .flight-outcome p:nth-of-type(2){animation-delay:2.65s}.prompt-flight .flight-outcome p:nth-of-type(3){animation-delay:2.9s}
.prompt-flight>small{display:block;font-size:9px;line-height:1.5;color:#655774;margin-top:12px;text-align:center}
.discovery-links button{border:0;background:none;color:inherit;font:inherit;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.discovery-links button:focus-visible{outline:2px solid #7460d4;outline-offset:4px;border-radius:2px}
@keyframes flight-input-in{from{opacity:0;translate:0 8px}to{opacity:1;translate:0 0}}
@keyframes flight-cursor-blink{0%,49%{opacity:1}50%,100%{opacity:0}}
@keyframes flight-route-draw{to{stroke-dashoffset:0}}
@keyframes flight-travel{0%{opacity:0;left:5%;top:5px;transform:rotate(15deg)}15%{opacity:1}55%{left:48%;top:13px;transform:rotate(-15deg)}100%{opacity:1;left:84%;top:23px;transform:rotate(20deg)}}
@keyframes flight-spark-in{0%{opacity:0;transform:scale(.1) rotate(-90deg)}65%{opacity:1;transform:scale(1.3)}100%{opacity:1;transform:scale(1)}}
@keyframes flight-result-in{from{opacity:0;translate:0 8px}to{opacity:1;translate:0 0}}
@media(min-width:901px) and (max-width:1250px){.prompt-explained{gap:12px;padding:20px!important}.prompt-flight{flex-basis:140px}.prompt-flight .flight-input p{font-size:10px}.prompt-flight .flight-outcome p{font-size:9px}.flight-caption{font-size:7px}.direction-analogies span{font-size:8px}.prompt-explained h1{font-size:29px}.prompt-explained .prompt-explained-copy p{font-size:11px}}
@media(max-width:620px){.prompt-explained{padding:20px!important;gap:12px}.prompt-explained h1{font-size:30px}.prompt-explained p,.prompt-explained .hero-intro-more{font-size:12px;line-height:1.55}.direction-analogies{gap:4px}.direction-analogies span{font-size:8px;padding:4px 5px}.prompt-flight{display:grid;grid-template-columns:1fr 22px 1fr;gap:6px;align-items:center;margin-top:17px}.flight-caption,.prompt-flight>small{display:none}.flight-input,.flight-outcome{padding:9px}.prompt-flight .flight-input p{font-size:10px;line-height:1.5;margin:6px 0}.flight-input>span,.flight-outcome>span{font-size:6px;letter-spacing:.6px}.prompt-flight .flight-outcome p{font-size:8px;padding:3px;margin-top:4px}.flight-route svg,.flight-plane{display:none}.flight-spark{right:0;bottom:19px;font-size:22px}.hero-note{font-size:10px}.discovery-links{gap:12px;flex-wrap:wrap;font-size:11px}}
@media(prefers-reduced-motion:reduce){.prompt-flight *{animation:none!important}.flight-signal{stroke-dashoffset:0}.flight-plane,.flight-route circle{opacity:1}.flight-plane{left:84%;top:23px}.flight-cursor{display:none}}

/* U19: compact discovery, quiet beta, and copy-first AI handoff. */
.wordmark .release-badge,.mobile-brand .release-badge{position:static!important;display:inline!important;padding:0!important;margin:0 0 0 4px!important;border:0!important;background:none!important;color:#92939f!important;font-size:10px!important;font-weight:500!important;letter-spacing:0!important;box-shadow:none!important;text-transform:lowercase!important;line-height:1!important;align-self:center;white-space:nowrap}
.wordmark{flex-wrap:nowrap!important;gap:5px!important}.wordmark>img{width:29px;height:29px}.wordmark>span{font-size:22px}.mobile-brand{gap:5px!important;flex-wrap:nowrap!important}
.language-switch{display:flex;align-items:center;gap:2px;padding:3px;background:#edecf5;border-radius:20px;flex-shrink:0}
.language-switch button{border:0;background:none;color:#858392;font:600 11px/1.2 inherit;padding:7px 8px;border-radius:16px;cursor:pointer}
.language-switch button[aria-pressed=true]{color:#333243;background:#fff;box-shadow:0 1px 5px #30284a0b}
.hero-definition{display:flex;align-items:flex-start;gap:10px;margin:14px 0;padding:12px 14px;background:#ffffffa3;border-radius:16px}
.hero-definition p{margin:0!important}.hero-definition .hero-step{color:#8270ba;font-size:23px;line-height:1.3}
.prompt-explained-copy .hero-intro-more{font-size:12px;color:#777383}.prompt-explained .hero-note{line-height:1.65}
.filter-toolbar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 10px;z-index:5}
.filter-quick{display:flex;align-items:center;gap:3px;padding:3px;background:#edeef5;border-radius:24px}
.filter-quick button{border:0;background:none;padding:10px 16px;border-radius:20px;color:#7b788d;font:inherit;font-size:12px;cursor:pointer;white-space:nowrap}
.filter-quick button[aria-pressed=true]{background:#fff;color:#353345;box-shadow:0 2px 5px #28213b08}
.filter-panel>summary{list-style:none;display:flex;align-items:center;gap:7px;cursor:pointer;padding:12px 15px;border:1px solid #dedce9;border-radius:22px;color:#676174;font-size:12px;background:#fff}
.filter-panel>summary::-webkit-details-marker{display:none}.filter-panel>summary svg{width:15px;height:15px}.filter-panel>summary #extra-filter-count:empty{display:none}.filter-panel[open]>summary{border-color:#a694d1;background:#f1edf9}
.filter-popover{position:absolute;right:0;top:calc(100% + 8px);width:min(440px,100%);padding:20px;background:#fff;border:1px solid #e3dfea;border-radius:22px;box-shadow:0 15px 50px #28213b20}
.filter-popover-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:17px;font-size:14px}.filter-popover-heading .text-button{font-size:11px;color:#85808f}
.filter-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px 12px}.filter-fields label{display:flex;flex-direction:column;gap:6px;min-width:0;font-size:11px;color:#86818d}
.filter-fields select{width:100%;min-width:0;min-height:42px;padding:10px 26px 10px 11px;border:1px solid #e4e0ec;border-radius:11px;background:#f9f8fc;color:#353345;font:inherit;font-size:12px;text-overflow:ellipsis}
.filter-apply{width:100%;margin-top:18px!important;min-height:42px!important;font-size:12px!important}
.filter-selection{font-size:11px;color:#857e94;line-height:1.5;margin:0 3px 14px;overflow-wrap:anywhere}.filter-selection[hidden]{display:none}.filter-toolbar+.filter-selection+.results-heading{margin-top:23px}
.ai-handoff-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;width:100%}.ai-handoff-buttons .button{font-size:12px;min-height:44px}.claude-handoff{background:#efedf6!important;border:1px solid #dfd8eb!important;color:#5b526c!important}
.chatgpt-handoff>p{max-width:420px!important}.detail-footer>.detail-bottom-note{margin:0 0 20px!important;text-align:left}
@media(max-width:700px){.header-actions{gap:7px!important}.header-actions .button-share{padding:10px 12px!important;min-height:38px!important;font-size:11px!important}.header-actions .button-share svg{display:none}.language-switch button{padding:7px 6px;font-size:10px}.mobile-brand{font-size:17px!important}.mobile-brand img{width:25px;height:25px}.mobile-brand .release-badge{font-size:9px!important;margin-left:1px!important}.filter-toolbar{margin:10px 0 8px}.filter-quick button{padding:10px 13px}.filter-panel>summary{padding:11px 13px}.filter-popover{width:100%;padding:17px}.filter-fields{gap:12px 10px}.filter-fields select{font-size:12px}.ai-handoff-buttons{flex-direction:column}.ai-handoff-buttons .button{width:100%;white-space:normal}.hero-definition{margin:10px 0;padding:10px 12px}.prompt-explained .hero-note br{display:none}.prompt-explained-copy .hero-intro-more{margin-bottom:11px}.discovery-links{margin:10px 0!important;font-size:11px!important}}
.header-actions{display:flex;align-items:center;gap:10px}.header-actions .points-hint{display:none}.language-switch button{font-family:inherit;font-weight:600;font-size:11px}
@media(max-width:700px){.mobile-brand{max-width:none!important}.topbar{padding-left:16px!important;padding-right:16px!important}.header-actions .language-switch button{font-size:10px}}
.prompt-card .vote-button{background:#c3ff5c!important;border-color:#c3ff5c!important;color:#303729!important}.prompt-card .vote-button:hover{background:#b1f146!important}.prompt-card .vote-button.voted{box-shadow:0 0 0 2px #68813d44}
.manual-ai-links{display:flex;gap:15px;justify-content:center;font-size:12px;color:#756099;flex-wrap:wrap}.manual-ai-links[hidden]{display:none}.manual-ai-links a{text-decoration:underline;text-underline-offset:3px}

/* Aha entry points: compact reading time and format, separate from real votes. */
.experience-badge,.experience-time{font-size:12px;line-height:1.35;color:#666579}
.experience-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:100px;background:#f0ecff;color:#61508f}
.experience-time{white-space:nowrap}
.prompt-card .card-tags:has(.experience-badge),.prompt-card .card-tags:has(.experience-time){gap:8px;align-items:center}
.prompt-why{margin:0 0 18px;padding:12px 15px;border-radius:16px;background:#f3f0fb;color:#363547}
.prompt-why>strong{display:block;font-size:12px;color:#6a578f}
.prompt-why>p{margin:5px 0 9px;font-size:14px;line-height:1.5}
.experience-details{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
@media(max-width:600px){.prompt-why{padding:10px 12px;margin-bottom:12px}.prompt-why>p{font-size:13px;line-height:1.45}}
