:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,SF Pro Display,sans-serif;background:#f5f1e8;color:#1f2937}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:radial-gradient(circle at 1px 1px,rgba(218,196,152,.35) 1px,transparent 0),#f5f1e8;background-size:22px 22px;color:#243043}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;padding:24px 16px 20px;display:flex;flex-direction:column;gap:24px;border-right:1px solid rgba(36,48,67,.08);background:#ffffffb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-block{display:flex;align-items:center;gap:12px}.brand-block--login{justify-content:center}.brand-stack{position:relative;width:52px;height:52px;flex-shrink:0}.brand-card{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;border:2px solid #fff;box-shadow:0 12px 24px #1f293724}.brand-card--back-pink{background:#f8bbd9;transform:rotate(4deg) translate(5px,3px)}.brand-card--back-yellow{background:#fff59d;transform:rotate(-4deg) translate(2px,7px)}.brand-card--front{background:#c8e6c9;transform:rotate(-7deg);display:grid;place-items:center;font-size:30px;font-weight:900;color:#243043}.brand-copy__title{display:flex;gap:1px;font-size:17px;font-weight:800}.brand-copy__title span:last-child{color:#ee2e72}.brand-copy__sub{margin-top:4px;font-size:12px;color:#99a2b1}.sidebar-section{display:flex;flex-direction:column;gap:10px}.sidebar-section--grow{flex:1;min-height:0}.sidebar-section__label{font-size:12px;font-weight:700;color:#a1a7b3}.sidebar-learning-note{padding:14px;border-radius:16px;background:#ffffffc2;border:1px solid rgba(36,48,67,.08);color:#6d7685;font-size:13px;line-height:1.7}.sidebar-section__label--row{display:flex;align-items:center;justify-content:space-between}.sidebar-section__label--row button{border:0;background:transparent;color:#a1a7b3}.sidebar-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sidebar-action-button{min-height:42px;border-radius:14px;border:1px solid rgba(36,48,67,.1);background:#ffffffd1;color:#5f6b7d}.account-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border-radius:16px;border:1px solid rgba(36,48,67,.1);background:#ffffffd6}.account-card__avatar{width:42px;height:42px;border-radius:14px;background:#3459f21f;color:#3459f2;display:grid;place-items:center;overflow:hidden;font-weight:800}.account-card__avatar img{width:100%;height:100%;object-fit:cover}.account-card__copy{min-width:0}.account-card__name{font-size:13px;font-weight:800;color:#243043}.account-card__email,.account-card__status{font-size:11px;color:#7b8595;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-card__logout{border:0;background:transparent;color:#8a94a5;font-size:12px}.account-card--guest .account-card__avatar{background:#dbf0dee6;color:#22854c}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(460px,100%);padding:28px;border-radius:28px;border:1px solid rgba(36,48,67,.08);background:#ffffffd6;box-shadow:0 24px 60px #5643261f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-card__head{margin-top:24px}.login-card__head h1{margin:0;font-size:28px;line-height:1.1}.login-card__head p{margin:10px 0 0;color:#7d8595;line-height:1.6}.login-card__continue{width:100%;margin-top:22px}.login-form{display:grid;gap:14px;margin-top:18px}.login-form label{display:grid;gap:8px}.login-form span{font-size:13px;font-weight:700;color:#657085}.login-form input{min-height:48px;padding:0 14px;border-radius:14px;border:1px solid rgba(36,48,67,.1);background:#fff}.sidebar-nav,.project-list{display:flex;flex-direction:column;gap:6px}.sidebar-nav__item,.project-list__item{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:10px 12px;border-radius:14px;border:1px solid transparent;background:transparent;color:#7f8695;text-align:left}.sidebar-nav__item.is-active{background:linear-gradient(90deg,#ddefe0,#ecf7ee);color:#22854c;font-weight:700}.sidebar-nav__item strong{min-width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#22854c1f;font-size:12px}.project-list__item{justify-content:flex-start}.project-list__item.is-selected{background:#ffffffc2;border-color:#24304314}.project-list__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-dot{width:9px;height:9px;border-radius:999px;flex-shrink:0}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 408px;gap:0;min-width:0}.workspace-main{padding:28px 26px 32px;min-width:0}.workspace-main__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.workspace-main__title{font-size:30px;line-height:1.1;font-weight:800;color:#243043}.workspace-main__sub{margin-top:8px;font-size:14px;color:#7d8595}.workspace-main__header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.primary-button,.secondary-button,.ghost-button,.text-button{min-height:42px;padding:0 16px;border-radius:12px;border:1px solid transparent}.primary-button{background:#3459f2;color:#fff;box-shadow:0 12px 22px #3459f23d}.primary-button--small{min-height:34px;padding:0 12px}.primary-button--wide{width:100%;margin-top:14px}.secondary-button{background:#ffffffd1;border-color:#2430431a;color:#4b5565}.secondary-button.is-active{background:#ebf1ffeb;border-color:#3459f233;color:#3459f2}.secondary-button:disabled{opacity:.48;cursor:not-allowed}.danger-button{border-color:#cf45652e;color:#cf4565}.ghost-button{background:#ffffffe0;border-color:#2430431a;color:#4b5565;min-height:34px;padding:0 12px}.text-button{min-height:auto;border:0;background:transparent;color:#647084;padding:0}.search-panel,.filter-bar,.project-filter-row{border:1px solid rgba(36,48,67,.08);background:#ffffffc7;border-radius:22px;box-shadow:0 14px 36px #5643260d}.search-panel{padding:16px}.search-input{display:flex;align-items:center;gap:10px;min-height:54px;padding:0 16px;background:#fff;border:1px solid rgba(36,48,67,.1);border-radius:16px}.search-input__icon{color:#b1b6c0;font-size:15px}.search-input input{width:100%;border:0;outline:0;background:transparent;color:#243043;font-size:14px}.search-panel__hint{margin:10px 4px 0;font-size:12px;color:#9da3af}.project-filter-row,.filter-bar{margin-top:14px;padding:14px;display:flex;flex-wrap:wrap;gap:10px}.project-filter,.filter-chip,.filter-pill,.meta-chip,.tag-chip,.platform-tab{border-radius:999px;white-space:nowrap}.project-filter{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(36,48,67,.08);background:#fff;color:#6d7685}.project-filter.is-active{border-color:#22854c29;background:#dbf0dec2;color:#22854c}.filter-bar{display:flex;flex-direction:column}.learning-filter-bar .filter-group+.filter-group{margin-top:2px}.control-bar,.advanced-panel,.batch-bar{margin-top:14px;padding:14px 16px;border:1px solid rgba(36,48,67,.08);background:#ffffffc7;border-radius:20px;box-shadow:0 14px 36px #5643260d}.control-bar,.batch-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.control-bar__group,.batch-bar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.control-bar__group--actions{justify-content:flex-end}.control-select,.advanced-panel label,.batch-select{display:grid;gap:6px}.control-select span,.advanced-panel label span,.batch-bar__summary{font-size:12px;font-weight:700;color:#6d7685}.control-select select,.advanced-panel select,.advanced-panel input,.batch-select select{min-height:40px;padding:0 12px;border-radius:12px;border:1px solid rgba(36,48,67,.1);background:#fff;color:#243043}.advanced-panel__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.advanced-checkbox{display:flex!important;align-items:center;gap:8px;min-height:40px}.advanced-checkbox input{width:16px;height:16px}.advanced-panel__actions{display:flex;justify-content:flex-end;margin-top:12px}.filter-group{display:flex;flex-wrap:wrap;gap:8px}.filter-chip,.filter-pill{min-height:38px;padding:0 14px;border:1px solid rgba(36,48,67,.08);background:#fff;color:#70798a}.filter-chip{display:inline-flex;align-items:center;gap:8px;font-weight:700}.filter-chip span{font-size:12px;opacity:.7}.filter-chip.is-active{background:linear-gradient(180deg,#fff2ba,#ffe88d);border-color:#ecbf2466;color:#8e6310}.filter-pill.is-active{background:#d1ebd7d1;border-color:#22854c2e;color:#22854c}.prompt-grid,.workflow-grid,.project-grid,.empty-grid{margin-top:18px}.prompt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:16px}.workflow-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.empty-grid{padding:72px 24px;text-align:center;border-radius:22px;border:1px dashed rgba(36,48,67,.12);background:#ffffffa8}.empty-grid__title{font-size:18px;font-weight:700;color:#374151}.empty-grid__body{margin-top:8px;color:#8b93a0;font-size:14px}.prompt-card{display:flex;flex-direction:column;min-height:272px;padding:16px;border-radius:16px;border:1px solid rgba(36,48,67,.08);box-shadow:0 10px 18px #503e230d;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.workflow-card{display:flex;flex-direction:column;min-height:252px;padding:18px;border-radius:18px;border:1px solid rgba(36,48,67,.08);background:linear-gradient(180deg,#edf4ff,#f8fbff);box-shadow:0 10px 18px #503e230d;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.project-card{display:flex;flex-direction:column;min-height:224px;padding:18px;border-radius:18px;border:1px solid rgba(36,48,67,.08);background:linear-gradient(180deg,#fff,#fbfaf5);box-shadow:0 10px 18px #503e230d;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.project-card:hover{transform:translateY(-2px);box-shadow:0 16px 24px #503e2314}.project-card.is-selected{border-color:#3459f275;box-shadow:0 0 0 3px #3459f21f,0 16px 24px #503e2314}.project-card__head,.project-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-card__dot{width:14px;height:14px;border-radius:999px;box-shadow:0 0 0 4px #fffc}.project-card__dot--large{width:18px;height:18px}.project-card__title{margin:18px 0 8px;font-size:20px;line-height:1.25;font-weight:800;color:#233146}.project-card__description{margin:0;color:#5c6a7d;font-size:14px;line-height:1.6}.project-card__stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.mixed-section+.mixed-section{margin-top:18px}.mixed-section__title{margin-top:18px;font-size:14px;font-weight:800;color:#5f6b7d}.workflow-card:hover{transform:translateY(-2px);box-shadow:0 16px 24px #503e2314}.workflow-card.is-selected{border-color:#3459f275;box-shadow:0 0 0 3px #3459f21f,0 16px 24px #503e2314}.workflow-card__head,.workflow-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.workflow-card__meta,.workflow-card__platforms,.workflow-card__tags{display:flex;flex-wrap:wrap;gap:8px}.workflow-card__title{margin:16px 0 10px;font-size:20px;line-height:1.25;font-weight:800;color:#233146}.workflow-card__description,.workflow-runner__description{margin:0;color:#5c6a7d;font-size:14px;line-height:1.6}.workflow-card__platforms{margin-top:14px}.workflow-card__tags{margin-top:10px}.workflow-card__footer{margin-top:auto;padding-top:16px}.prompt-card:hover{transform:translateY(-2px);box-shadow:0 16px 24px #503e2314}.prompt-card.is-selected{border-color:#3459f275;box-shadow:0 0 0 3px #3459f21f,0 16px 24px #503e2314}.prompt-card--mint{background:linear-gradient(180deg,#dcf2df,#eff8f0)}.prompt-card--pink{background:linear-gradient(180deg,#f9d5e5,#fce9f1)}.prompt-card--yellow{background:linear-gradient(180deg,#fff0ae,#fff7d9)}.prompt-card--blue{background:linear-gradient(180deg,#dcecff,#eef6ff)}.prompt-card__head,.prompt-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.prompt-card__meta,.prompt-card__tags,.prompt-card__actions,.inspector__platforms,.action-row{display:flex;flex-wrap:wrap;gap:8px}.prompt-card__checkbox{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;background:#ffffffb3;border:1px solid rgba(36,48,67,.08)}.prompt-card__checkbox input{width:14px;height:14px}.meta-chip,.tag-chip,.platform-tab{min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;font-size:12px}.meta-chip{background:#ffffffb8;border:1px solid rgba(36,48,67,.08);color:#495567}.meta-chip--mint{background:#d0efdb;color:#1d7a48}.meta-chip--pink{background:#f8d2e5;color:#9a2d66}.meta-chip--yellow{background:#fbe892;color:#8a650c}.meta-chip--blue{background:#d4e7ff;color:#285ca6}.meta-chip--platform,.tag-chip{background:#ffffffb8;color:#6b7280}.tag-chip--muted{opacity:.76}.icon-toggle{border:0;background:transparent;color:#2430433d;font-size:18px;padding:0}.icon-toggle.is-active,.icon-toggle--solid.is-active{color:#f59e0b}.icon-toggle--solid{font-size:20px}.prompt-card__title{margin:14px 0 8px;font-size:18px;line-height:1.28;font-weight:800;color:#233146}.prompt-card__preview{margin:0;color:#526173;font-size:14px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.prompt-card__tags{margin-top:14px}.prompt-card__footer{margin-top:auto;padding-top:16px}.prompt-card__usage{color:#8b93a0;font-size:12px}.home-page{display:grid;gap:20px;margin-top:18px}.home-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:18px;padding:24px;border-radius:24px;border:1px solid rgba(36,48,67,.08);background:linear-gradient(180deg,#ffffffd6,#fbfaf5d1);box-shadow:0 18px 36px #5643260f}.home-hero__kicker{display:inline-flex;min-height:28px;align-items:center;padding:0 12px;border-radius:999px;background:#3459f214;color:#3459f2;font-size:12px;font-weight:700}.home-hero__copy h1{margin:14px 0 0;font-size:42px;line-height:1.08;text-wrap:balance}.home-hero__copy p{max-width:56ch;margin:14px 0 0;color:#617084;font-size:16px;line-height:1.75}.home-hero__stats{display:grid;gap:12px}.home-stat{padding:18px;border-radius:20px;border:1px solid rgba(36,48,67,.08);background:#fffc}.home-stat strong{display:block;font-size:28px;font-weight:800;color:#243043}.home-stat span{display:block;margin-top:8px;font-size:13px;color:#7b8595}.home-section{padding:20px;border-radius:24px;border:1px solid rgba(36,48,67,.08);background:#ffffffc7;box-shadow:0 14px 36px #5643260d}.home-section__head h2{margin:0;font-size:24px;line-height:1.2}.home-section__head p{margin:10px 0 0;color:#7b8595;font-size:14px;line-height:1.65}.home-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:16px}.home-strip__card{min-height:168px;padding:16px;border-radius:18px;border:1px solid rgba(36,48,67,.08);background:linear-gradient(180deg,#fff,#fbfaf5);text-align:left;transition:transform .16s ease,box-shadow .16s ease}.home-strip__card:hover{transform:translateY(-2px);box-shadow:0 16px 24px #503e2314}.home-strip__eyebrow{display:inline-flex;min-height:24px;align-items:center;padding:0 10px;border-radius:999px;background:#dbf0decc;color:#22854c;font-size:12px;font-weight:700}.home-strip__card strong{display:block;margin-top:12px;color:#233146;font-size:18px;line-height:1.35}.home-strip__card span:last-child{display:block;margin-top:10px;color:#617084;font-size:13px;line-height:1.6}.learning-dashboard{display:grid;gap:18px;margin-top:18px}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:18px;min-height:310px;padding:28px;border-radius:24px;border:1px solid rgba(36,48,67,.08);background:linear-gradient(135deg,#ffffffeb,#f4f8ffdb),radial-gradient(circle at 80% 10%,rgba(52,89,242,.16),transparent 32%);box-shadow:0 18px 36px #5643260f;overflow:hidden}.dashboard-hero__copy{align-self:center}.dashboard-hero__copy span,.continue-panel span{display:inline-flex;min-height:28px;align-items:center;padding:0 12px;border-radius:999px;background:#3459f214;color:#3459f2;font-size:12px;font-weight:800}.dashboard-hero__copy h1{max-width:680px;margin:14px 0 0;font-size:44px;line-height:1.08;text-wrap:balance}.dashboard-hero__copy p{max-width:58ch;margin:16px 0 0;color:#556377;font-size:16px;line-height:1.75}.dashboard-visual{position:relative;min-height:250px}.dashboard-visual__frame{position:absolute;display:grid;align-content:end;gap:8px;padding:18px;border-radius:18px;border:1px solid rgba(36,48,67,.08);background:#fff;color:#243043;box-shadow:0 14px 28px #56432614}.dashboard-visual__frame--main{top:12px;right:28px;bottom:28px;left:0;background:linear-gradient(180deg,#cae6ffb8,#ffffffeb),linear-gradient(135deg,rgba(52,89,242,.18),transparent)}.dashboard-visual__frame--pink{top:0;right:0;width:42%;height:36%;background:#f7c2dc}.dashboard-visual__frame--green{right:34px;bottom:0;width:46%;height:34%;background:#c8e6c9}.dashboard-visual__frame strong{font-size:22px}.dashboard-visual__frame span{color:#617084;font-size:13px}.dashboard-marquee{overflow:hidden;border-radius:999px;border:1px solid rgba(36,48,67,.08);background:#fffc}.dashboard-marquee__track{display:flex;width:max-content;gap:10px;padding:10px;animation:dashboard-marquee 34s linear infinite}.dashboard-marquee__track span{display:inline-flex;min-height:32px;align-items:center;padding:0 14px;border-radius:999px;background:#f5f1e8db;color:#526176;font-size:13px;font-weight:700;white-space:nowrap}@keyframes dashboard-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.continue-panel,.dashboard-section,.legacy-prompt-shelf{padding:20px;border-radius:22px;border:1px solid rgba(36,48,67,.08);background:#ffffffd1;box-shadow:0 14px 30px #5643260d}.continue-panel{display:flex;align-items:center;justify-content:space-between;gap:18px}.continue-panel h2,.dashboard-section__head h2,.legacy-prompt-shelf h2{margin:8px 0 0;color:#243043;font-size:22px;line-height:1.25}.continue-panel p,.dashboard-section__head p,.legacy-prompt-shelf p{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.65}.continue-panel button,.legacy-prompt-card button{min-height:42px;border:0;border-radius:14px;background:#3459f2;color:#fff;font-weight:800;padding:0 16px}.dashboard-section__head{display:flex;justify-content:space-between;gap:18px}.dashboard-card-grid,.tool-compare-grid,.legacy-prompt-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:16px}.dashboard-card,.tool-compare-card,.legacy-prompt-card{min-height:176px;padding:16px;border-radius:16px;border:1px solid rgba(36,48,67,.08);background:linear-gradient(180deg,#fff,#fbfaf5);text-align:left}.dashboard-card{transition:transform .16s ease,box-shadow .16s ease}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 12px 18px #503e2314}.dashboard-card span,.legacy-prompt-card__top span,.tool-compare-card__head span{display:inline-flex;min-height:24px;align-items:center;padding:0 10px;border-radius:999px;background:#dbf0ded1;color:#22854c;font-size:12px;font-weight:800}.dashboard-card strong,.tool-compare-card__head strong,.legacy-prompt-card h3{display:block;margin-top:12px;color:#243043;font-size:17px;line-height:1.35}.dashboard-card p,.tool-compare-card p,.legacy-prompt-card p{margin:10px 0 0;color:#617084;font-size:13px;line-height:1.6}.dashboard-card em{display:block;margin-top:14px;color:#3459f2;font-size:12px;font-style:normal;font-weight:800}.tool-compare-card__head,.legacy-prompt-card__top,.legacy-prompt-card__meta,.tool-compare-card__tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.tool-compare-card__head{justify-content:space-between}.tool-compare-card__head strong{margin:0;display:inline-flex;align-items:center;gap:8px}.tool-compare-card__head strong i{font-style:normal}.tool-compare-card__head span{background:#3459f214;color:#3459f2}.tool-compare-card__tags{margin-top:14px}.tool-compare-card__link{display:inline-flex;min-height:32px;align-items:center;margin-top:14px;color:#3459f2;font-size:13px;font-weight:800;text-decoration:none}.tool-compare-card__tags span,.legacy-prompt-card__meta span{display:inline-flex;min-height:24px;align-items:center;padding:0 9px;border-radius:999px;background:#2430430f;color:#526176;font-size:12px;font-weight:700}.legacy-prompt-card{display:flex;flex-direction:column}.legacy-prompt-card__top{justify-content:space-between}.legacy-prompt-card__top strong{color:#f59e0b;font-size:12px}.legacy-prompt-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.legacy-prompt-card__meta{margin-top:auto;padding-top:14px}.legacy-prompt-card button{margin-top:14px;width:100%}.legacy-prompt-shelf--empty{display:flex;align-items:center;justify-content:space-between;gap:18px}.legacy-prompt-shelf--empty span{color:#8a94a5;font-size:13px}.detail-page{margin-top:18px}.detail-back{margin-bottom:12px}.detail-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:24px;border-radius:24px;border:1px solid rgba(36,48,67,.08);background:linear-gradient(180deg,#ffffffd6,#fbfaf5d1);box-shadow:0 18px 36px #5643260f}.detail-hero__meta{display:flex;flex-wrap:wrap;gap:8px}.detail-hero__copy h1{margin:14px 0 0;font-size:34px;line-height:1.14;text-wrap:balance}.detail-hero__copy p{max-width:68ch;margin:14px 0 0;color:#617084;line-height:1.75}.detail-hero__actions{display:flex;flex-direction:column;gap:10px;justify-content:flex-start}.detail-section{margin-top:18px;padding:20px;border-radius:22px;border:1px solid rgba(36,48,67,.08);background:#ffffffc7;box-shadow:0 14px 36px #5643260d}.detail-section h3{margin:0;font-size:20px;line-height:1.2;color:#233146}.detail-callout{margin-top:14px;padding:16px;border-radius:18px;background:#3459f20f;border:1px solid rgba(52,89,242,.08);color:#44526a;line-height:1.7}.detail-list{display:grid;gap:12px;margin-top:14px}.detail-list--tight{gap:10px}.detail-list__item{padding:14px;border-radius:16px;border:1px solid rgba(36,48,67,.08);background:#ffffffe0}.detail-list__item strong{display:block;color:#233146;font-size:15px}.detail-list__item p{margin:8px 0 0;color:#617084;font-size:14px;line-height:1.7}.prompt-content--large{max-height:none}.assembler-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;margin-top:18px}.assembler-panel{padding:18px;border-radius:22px;border:1px solid rgba(36,48,67,.08);background:#ffffffc7;box-shadow:0 14px 36px #5643260d}.assembler-panel--fragments{min-width:0}.assembler-panel__title{font-size:15px;font-weight:800;color:#243043;margin-bottom:12px}.assembler-categories{display:grid;gap:10px}.assembler-category{min-height:42px;padding:0 14px;border-radius:14px;border:1px solid rgba(36,48,67,.08);background:#fff;color:#607083;text-align:left}.assembler-category.is-active{background:#dbf0dec2;border-color:#22854c2e;color:#22854c;font-weight:700}.assembler-fragment-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.assembler-fragment{min-height:138px;padding:14px;border-radius:16px;border:1px solid rgba(36,48,67,.08);background:linear-gradient(180deg,#fbfaf5,#fff);color:#243043;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.assembler-fragment:hover{transform:translateY(-2px);box-shadow:0 16px 24px #503e2314}.assembler-fragment strong{display:block;font-size:15px;font-weight:800;color:#233146}.assembler-fragment span{display:block;margin-top:10px;font-size:13px;line-height:1.6;color:#5b697c}.assembler-result{min-width:0}.assembler-chosen{display:grid;gap:10px;padding:12px;border-radius:16px;border:1px solid rgba(36,48,67,.08);background:#ffffffe0}.assembler-chosen__copy{display:grid;gap:4px}.assembler-chosen__copy strong{color:#233146}.assembler-chosen__copy small{color:#7b8595;line-height:1.55}.assembler-chosen__actions{display:flex;flex-wrap:wrap;gap:10px}.inspector,.inspector-empty{position:sticky;top:0;align-self:start;min-height:100vh}.inspector{padding:24px 22px;border-left:1px solid rgba(36,48,67,.08);background:#ffffffb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.inspector__section{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid rgba(36,48,67,.08)}.inspector__section--actions{border-bottom:0;margin-bottom:0}.inspector__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.inspector__eyebrow,.section-title{font-size:12px;font-weight:700;color:#93a0b2}.inspector__meta-row{display:flex;flex-wrap:wrap;gap:8px}.inspector__header h2{margin:6px 0 0;font-size:24px;line-height:1.2;font-weight:800}.platform-tab{border:1px solid rgba(36,48,67,.08);background:#fff;color:#667183}.platform-tab.is-active{background:#243043;color:#fff}.inspector__notice,.inspector__placeholder{margin-top:12px;padding:12px 14px;border-radius:14px;background:#3459f212;color:#5f6f86;font-size:13px;line-height:1.5}.inspector__helper{margin-top:8px;font-size:12px;color:#8a94a5}.workflow-step-list{display:grid;gap:8px;margin-top:12px}.workflow-step-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start;width:100%;padding:12px;border-radius:16px;border:1px solid rgba(36,48,67,.08);background:#ffffffdb;text-align:left}.workflow-step-item.is-active{border-color:#3459f238;background:#ebf1ffeb}.workflow-step-item__index{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#3459f21a;color:#3459f2;font-weight:800}.workflow-step-item__copy{display:grid;gap:4px;min-width:0}.workflow-step-item__copy strong{color:#233146}.workflow-step-item__copy small{color:#7b8595;line-height:1.5}.project-inspector__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.project-inspector__stat{padding:14px;border-radius:16px;background:#f5f1e8b8;border:1px solid rgba(36,48,67,.08)}.project-inspector__stat strong{display:block;font-size:22px;font-weight:800;color:#243043}.project-inspector__stat span{display:block;margin-top:6px;color:#7b8595;font-size:12px}.workflow-step-preview__title{margin-top:12px;font-size:15px;font-weight:800;color:#243043}.prompt-content{margin:12px 0 0;padding:16px;border-radius:16px;background:#f5f1e8b8;border:1px solid rgba(36,48,67,.08);white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.65;color:#2d3a50;max-height:min(40vh,420px);overflow:auto}.variable-form{margin-top:12px;display:grid;gap:12px}.variable-field{display:grid;gap:6px}.variable-field span{font-size:13px;color:#667183}.variable-field input{min-height:42px;padding:0 12px;border-radius:12px;border:1px solid rgba(36,48,67,.1);background:#fff}.action-row{margin-top:12px}.action-row:first-child{margin-top:0}.action-row>*{flex:1}.action-row--minor>*{flex:initial}.text-button:disabled{opacity:.48;cursor:not-allowed}.inspector-empty{display:grid;place-items:center;padding:32px;border-left:1px solid rgba(36,48,67,.08);background:#ffffffb8;text-align:center}.inspector-empty__icon{width:64px;height:64px;display:grid;place-items:center;border-radius:20px;background:#3459f214;color:#3459f2;font-size:24px;margin:0 auto 18px}.inspector-empty__title{font-size:19px;font-weight:800}.inspector-empty__body{margin-top:10px;color:#7c8696;font-size:14px;line-height:1.6;max-width:280px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#0f172a73;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50}.editor-modal--compact{width:min(720px,calc(100vw - 32px))}.color-picker{display:flex;flex-wrap:wrap;gap:10px}.color-swatch{width:32px;height:32px;border-radius:999px;border:2px solid rgba(255,255,255,.9);box-shadow:0 0 0 1px #2430431f}.color-swatch.is-active{box-shadow:0 0 0 3px #3459f229}.editor-modal{width:min(760px,100%);max-height:min(90vh,860px);overflow:auto;border-radius:24px;background:#fffdf7;box-shadow:0 28px 60px #0f172a2e}.editor-modal__head{display:flex;justify-content:space-between;gap:12px;padding:22px 24px 16px;border-bottom:1px solid rgba(36,48,67,.08)}.editor-modal__head h3{margin:0;font-size:22px}.editor-modal__head p{margin:8px 0 0;color:#7b8595;font-size:13px}.editor-modal__head button{border:0;background:transparent;color:#7b8595;font-size:22px}.editor-form{display:grid;gap:14px;padding:20px 24px 24px}.editor-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.editor-form label{display:grid;gap:7px}.editor-form span{font-size:13px;font-weight:700;color:#657085}.field-error{font-size:12px;color:#cf4565}.editor-checkbox{display:flex!important;align-items:center;gap:10px}.editor-checkbox input{width:16px;height:16px}.editor-section{display:grid;gap:12px;padding-top:6px}.editor-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.editor-section__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.editor-section__head h4{margin:0;font-size:16px}.editor-section__head p,.editor-helper{margin:6px 0 0;font-size:12px;color:#7b8595;line-height:1.5}.editor-list{display:grid;gap:12px}.platform-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.platform-picker__item{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border-radius:14px;border:1px solid rgba(36,48,67,.08);background:#ffffffd1;color:#617084}.platform-picker__item.is-active{background:#dbf0dec2;border-color:#22854c2e;color:#22854c}.editor-list__card{display:grid;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(36,48,67,.08);background:#ffffffd1}.editor-list__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.editor-form__row--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-form__row--wide{grid-template-columns:minmax(0,1fr) auto;align-items:end}.editor-list__actions{display:flex;align-items:end;justify-content:flex-end}.editor-remove{color:#cf4565}.editor-delete{color:#cf4565;margin-right:auto}.editor-form input,.editor-form select,.editor-form textarea{width:100%;border-radius:14px;border:1px solid rgba(36,48,67,.1);background:#fff;color:#243043;padding:12px 14px}.editor-form textarea{resize:vertical}.editor-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%);min-height:44px;display:grid;place-items:center;padding:0 18px;border-radius:999px;background:#243043;color:#fff;box-shadow:0 12px 26px #0f172a3d;z-index:70}@media (max-width: 1220px){.workspace{grid-template-columns:minmax(0,1fr)}.inspector,.inspector-empty{position:static;min-height:auto;border-left:0;border-top:1px solid rgba(36,48,67,.08)}.inspector{padding:20px 18px 28px}.assembler-result{margin-top:16px}}@media (max-width: 920px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid rgba(36,48,67,.08)}.editor-form__row,.editor-form__row--triple,.editor-form__row--wide{grid-template-columns:1fr}.editor-section__head{flex-direction:column}.editor-section__actions{justify-content:flex-start}.platform-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.advanced-panel__grid,.assembler-layout{grid-template-columns:1fr}.control-bar,.batch-bar{align-items:stretch;flex-direction:column}.workspace-main__header-actions{justify-content:flex-start}.home-hero,.detail-hero,.dashboard-hero{grid-template-columns:1fr}.dashboard-visual{min-height:220px}.continue-panel,.legacy-prompt-shelf--empty{align-items:stretch;flex-direction:column}}@media (max-width: 640px){.workspace-main{padding:20px 14px 26px}.workspace-main__header{flex-direction:column;align-items:stretch}.prompt-grid,.workflow-grid,.project-grid{grid-template-columns:1fr}.editor-actions{flex-direction:column}.platform-picker{grid-template-columns:1fr}.sidebar-actions{grid-template-columns:1fr 1fr}.assembler-fragment-list,.advanced-panel__grid{grid-template-columns:1fr}.home-hero__copy h1{font-size:34px}.dashboard-hero{padding:20px}.dashboard-hero__copy h1{font-size:34px}.dashboard-visual{min-height:190px}.dashboard-visual__frame--main{top:14px;right:16px;bottom:22px;left:0}.dashboard-visual__frame--pink{width:46%}.detail-hero__copy h1{font-size:28px}}@media (prefers-reduced-motion: reduce){.dashboard-marquee__track{animation:none}}.v7-studio-button{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border:0;border-radius:999px;background:var(--v7-ink);color:#fff;font-size:11px;font-weight:900;white-space:nowrap;transition:background .18s ease,transform .18s ease}.v7-studio-button:hover{background:#ee2e72;transform:translateY(-1px)}.v7-studio-button:focus-visible,.studio-back-link:focus-visible,.studio-header button:focus-visible{outline:3px solid rgba(52,89,242,.28);outline-offset:2px}.studio-route,.studio-route__main{min-height:100vh}.prompt-studio-site{background:radial-gradient(circle at 1px 1px,rgba(126,104,65,.12) 1px,transparent 0),#f6f3ec;background-size:22px 22px}.prompt-studio-site .sidebar{gap:18px;background:#fffffff0;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-back-link{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 9px;border:0;border-radius:8px;background:transparent;color:#657085;font-size:12px;font-weight:750;text-align:left}.studio-back-link:hover{background:#f2f4f7;color:#243043}.studio-workspace{min-height:100vh}.studio-workspace .workspace-main{padding-top:24px}.studio-header{min-height:86px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:24px}.studio-header>div:first-child>span{color:#3459f2;font-size:10px;font-weight:850;letter-spacing:.08em}.studio-header h1{margin:5px 0 4px;color:#243043;font-size:28px;line-height:1.15;text-wrap:balance}.studio-header p{margin:0;color:#657085;font-size:13px;line-height:1.6}.studio-header__actions{display:flex;align-items:center;gap:12px}.studio-create-button{min-width:130px;box-shadow:none}.studio-sync{display:inline-flex;align-items:center;gap:7px;color:#4f7558;font-size:11px;font-weight:750;white-space:nowrap}.studio-sync i{width:7px;height:7px;border-radius:50%;background:#68a875}.studio-sync--loading i{background:#d7a932;animation:pulse 1s ease-in-out infinite}.studio-sync--error{color:#a84d45}.studio-sync--error i{background:#d45a50}.studio-project-filter{min-height:38px;margin:12px 0;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(52,89,242,.16);border-radius:8px;background:#eef2ffc2;color:#40506c;font-size:12px;font-weight:700}.studio-project-filter button{border:0;background:transparent;color:#3459f2;font-size:11px;font-weight:800}.studio-secondary-assets{margin-top:28px;padding-top:22px;border-top:1px solid rgba(36,48,67,.09)}.studio-secondary-assets>.section-title{margin-bottom:14px}@media (max-width: 1180px){.v7-studio-button{padding-inline:11px}}@media (max-width: 920px){.prompt-studio-site .sidebar{position:relative;padding:14px;gap:12px}.prompt-studio-site .brand-block,.prompt-studio-site .sidebar-section--grow,.prompt-studio-site .account-card{display:none}.prompt-studio-site .sidebar-nav{flex-direction:row;overflow-x:auto;padding-bottom:3px}.prompt-studio-site .sidebar-nav__item{flex:0 0 auto}.studio-back-link{width:fit-content}}@media (max-width: 640px){.v7-studio-button{min-width:40px;padding:0 11px}.v7-studio-button span{display:none}.studio-header,.studio-header__actions{align-items:stretch;flex-direction:column}.studio-header{gap:14px}.studio-header__actions{gap:9px}.studio-create-button{width:100%}}.login-card{position:relative}.login-card__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;border-radius:50%;background:#f2eee7;color:var(--v7-body);font-size:22px;line-height:1}.modular-home{padding-top:18px}.modular-home-hero{min-height:min(540px,calc(100vh - 180px));position:relative;overflow:hidden;display:flex;align-items:flex-end;border-radius:16px;background:#171a20;color:#fff}.modular-home-hero__media,.modular-home-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0}.modular-home-hero__media{background-image:url(/v7-assets/v7-01-81c4acd0cc.webp);background-position:center;background-size:cover;transform:scale(1.02)}.modular-home-hero__shade{background:linear-gradient(90deg,#0e1116eb,#0e11169e 48%,#0e111614)}.modular-home-hero__content{position:relative;z-index:1;width:min(700px,100%);padding:64px}.modular-home-hero__content>span{color:#f5a2c1;font-size:11px;font-weight:900}.modular-home-hero h1{max-width:680px;margin:14px 0 18px;font-size:62px;line-height:1.08;letter-spacing:-.03em;text-wrap:balance}.modular-home-hero h1 em{color:#ff4f8f;font-style:normal}.modular-home-hero p{max-width:54ch;margin:0;color:#ffffffd6;font-size:15px;line-height:1.8;text-wrap:pretty}.modular-home-hero__content>div{margin-top:28px;display:flex;gap:10px}.modular-home-hero__content button,.modular-home-cta button{min-height:44px;padding:0 20px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:transparent;color:#fff;font-size:12px;font-weight:900}.modular-home-hero__content button:first-child{border-color:var(--v7-pink);background:var(--v7-pink)}.modular-home-intro{margin:76px 0;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:64px;align-items:end}.modular-home-intro h2{max-width:24ch;margin:0;color:var(--v7-ink);font-size:34px;line-height:1.3;letter-spacing:-.02em;text-wrap:balance}.modular-home-intro p{margin:0;color:var(--v7-body);font-size:14px;line-height:1.8}.modular-home-section{margin-bottom:82px}.modular-home-section>header,.modular-list-page__head,.modular-related>div:first-child{margin-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.modular-home-section>header h2,.modular-related h2{margin:0;color:var(--v7-ink);font-size:26px;letter-spacing:-.02em}.modular-home-section>header p,.modular-related p{margin:7px 0 0;color:var(--v7-body);font-size:13px}.modular-home-section>header button{border:0;background:transparent;color:var(--v7-pink-dark);font-size:12px;font-weight:900}.modular-path-strip>button{width:100%;min-height:240px;padding:0;overflow:hidden;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr) auto;align-items:center;gap:34px;border:0;border-radius:12px;background:#253345;color:#fff;text-align:left}.modular-path-strip img{width:100%;height:240px;object-fit:cover}.modular-path-strip span{padding:24px 0}.modular-path-strip small{color:#aad7b1;font-size:11px;font-weight:900}.modular-path-strip strong{margin:8px 0;display:block;font-size:24px}.modular-path-strip p{max-width:58ch;margin:0;color:#ffffffb8;font-size:13px;line-height:1.7}.modular-path-strip b{padding-right:32px;color:#fff;font-size:12px;white-space:nowrap}.modular-content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.modular-content-card{min-width:0;overflow:hidden;border:1px solid #ddd4c5;border-radius:10px;background:#ffffffd6;transition:border-color .18s ease,transform .18s ease}.modular-content-card:hover{border-color:#bcae97;transform:translateY(-2px)}.modular-content-card__cover{width:100%;height:150px;padding:0;overflow:hidden;border:0;background:#e7e1d7}.modular-content-card__cover img{width:100%;height:100%;object-fit:cover;transition:transform .22s cubic-bezier(.22,1,.36,1)}.modular-content-card:hover .modular-content-card__cover img{transform:scale(1.025)}.modular-content-card__body{padding:18px}.modular-content-card__meta,.modular-content-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.modular-content-card__meta>span{color:var(--v7-pink-dark);font-size:10px;font-weight:900}.modular-content-card__meta button{width:30px;height:30px;border:0;border-radius:50%;background:#f2eee7;color:#8a7a63;font-size:18px}.modular-content-card__meta button.is-favorite{background:#fff0b7;color:#a66d00}.modular-content-card__title{width:100%;margin-top:10px;padding:0;border:0;background:transparent;color:var(--v7-ink);font-size:17px;font-weight:900;line-height:1.4;text-align:left;text-wrap:balance}.modular-content-card__body>p{min-height:66px;margin:8px 0 14px;display:-webkit-box;overflow:hidden;color:var(--v7-body);font-size:12px;line-height:1.75;-webkit-box-orient:vertical;-webkit-line-clamp:3}.modular-content-card__tags{min-height:25px;display:flex;gap:6px;overflow:hidden}.modular-content-card__tags span{padding:4px 7px;border-radius:5px;background:#f1ede5;color:#655b4e;font-size:9px;font-weight:800;white-space:nowrap}.modular-content-card footer{margin-top:14px;padding-top:12px;border-top:1px solid #e8e1d6;color:#756b5d;font-size:10px}.modular-home-cta{margin:30px 0 20px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-radius:12px;background:#253345;color:#fff}.modular-home-cta h2{margin:0;font-size:24px}.modular-home-cta p{margin:8px 0 0;color:#ffffffb3;font-size:13px}.modular-home-cta button{flex:0 0 auto;border-color:var(--v7-pink);background:var(--v7-pink)}.modular-list-page{padding:44px 0 80px}.modular-list-page__head h1{margin:0;color:var(--v7-ink);font-size:34px;letter-spacing:-.02em}.modular-list-page__head p{margin:8px 0 0;color:var(--v7-body);font-size:14px}.modular-list-page__head>span{color:var(--v7-muted);font-size:12px}.modular-search{min-height:50px;padding:0 7px 0 16px;display:flex;align-items:center;gap:10px;border:1px solid #d9cfbe;border-radius:10px;background:#fff}.modular-search>span{color:var(--v7-muted);font-size:18px}.modular-search input{min-width:0;flex:1;border:0;outline:0;color:var(--v7-ink)}.modular-search button{min-height:36px;padding:0 16px;border:0;border-radius:7px;background:var(--v7-ink);color:#fff;font-size:11px;font-weight:900}.modular-filters{margin:14px 0 24px;display:flex;flex-wrap:wrap;gap:10px}.modular-filters label{min-width:150px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #ddd4c5;border-radius:8px;background:#ffffffb8}.modular-filters label>span{color:var(--v7-muted);font-size:10px;font-weight:800}.modular-filters select{min-height:38px;min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--v7-body);font-size:11px}.modular-empty-state,.modular-auth-loading,.modular-not-found{min-height:360px;padding:48px 24px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;border:1px dashed #cfc3b0;border-radius:12px;background:#ffffff94;text-align:center}.modular-empty-state strong,.modular-not-found h1{margin:0;color:var(--v7-ink);font-size:22px}.modular-empty-state p,.modular-auth-loading p,.modular-not-found p{margin:0 0 8px;color:var(--v7-body);font-size:13px}.modular-empty-state button,.modular-auth-loading button,.modular-not-found button{min-height:40px;padding:0 17px;border:0;border-radius:999px;background:var(--v7-ink);color:#fff;font-size:11px;font-weight:900}.modular-not-found{margin-top:44px}.modular-not-found>strong{color:var(--v7-pink);font-size:52px}.modular-detail{padding:34px 0 80px}.modular-detail__back{margin-bottom:18px;padding:0;border:0;background:transparent;color:var(--v7-body);font-size:12px;font-weight:800}.modular-detail__hero{position:relative;padding:42px;border-radius:12px;background:#253345;color:#fff}.modular-detail__crumbs,.modular-detail__facts{display:flex;flex-wrap:wrap;gap:7px}.modular-detail__crumbs span,.modular-detail__facts span{padding:5px 8px;border-radius:5px;background:#ffffff1a;color:#ffffffc7;font-size:10px;font-weight:800}.modular-detail__hero h1{max-width:22ch;margin:16px 0 10px;font-size:40px;line-height:1.2;letter-spacing:-.03em;text-wrap:balance}.modular-detail__hero>p{max-width:68ch;margin:0;color:#ffffffc2;font-size:14px;line-height:1.75}.modular-detail__facts{margin-top:20px}.modular-favorite-button{position:absolute;top:34px;right:34px;min-height:38px;padding:0 14px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:transparent;color:#fff;font-size:11px;font-weight:900}.modular-favorite-button.is-favorite{border-color:#ffe28a;background:#ffe28a;color:#654600}.modular-detail__layout{margin-top:26px;display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:34px;align-items:start}.modular-detail__layout>main{min-width:0;padding:34px 40px;border:1px solid #ddd4c5;border-radius:10px;background:#ffffffe0}.modular-detail__rail{position:sticky;top:100px;padding:18px;border:1px solid #ddd4c5;border-radius:9px;background:#ffffffb8}.modular-detail__rail>strong{display:block;color:var(--v7-ink);font-size:12px}.modular-detail__rail dl{margin:12px 0 0}.modular-detail__rail dl div{padding:9px 0;display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e8e1d6;font-size:11px}.modular-detail__rail dt{color:var(--v7-muted)}.modular-detail__rail dd{margin:0;color:var(--v7-ink);font-weight:800}.modular-detail__rail-tags{margin-top:14px;display:flex;flex-wrap:wrap;gap:6px}.modular-detail__rail-tags span{color:var(--v7-pink-dark);font-size:10px}.content-renderer{color:#3d3933;font-size:15px;line-height:1.85}.content-renderer>:first-child{margin-top:0}.content-renderer h1,.content-renderer h2,.content-renderer h3{color:var(--v7-ink);line-height:1.35;letter-spacing:-.015em;text-wrap:balance}.content-renderer h1{margin:42px 0 18px;font-size:28px}.content-renderer h2{margin:38px 0 14px;font-size:23px}.content-renderer h3{margin:28px 0 12px;font-size:18px}.content-renderer p{max-width:72ch;margin:12px 0;text-wrap:pretty}.content-renderer ul,.content-renderer ol{margin:14px 0;padding-left:24px}.content-renderer ul{list-style:disc}.content-renderer ol{list-style:decimal}.content-renderer li{margin:6px 0}.content-renderer a{color:#b71450;font-weight:800;text-decoration:underline;text-underline-offset:3px}.content-renderer hr{margin:32px 0;border:0;border-top:1px solid #ddd4c5}.content-renderer img{width:auto;max-width:100%;height:auto;margin:22px auto;display:block;border-radius:8px}.content-image-fallback,.content-renderer__empty{min-height:140px;padding:20px;display:grid;place-items:center;border:1px dashed #cfc3b0;border-radius:8px;background:#f4f0e9;color:var(--v7-muted);font-size:12px}.content-callout{margin:22px 0;padding:17px 19px;border:1px solid #d9c679;border-radius:8px;background:#fff8d6;color:#4f4426}.content-callout p{margin:0}.content-code-block,.content-prompt-block pre{max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.content-code-block{margin:20px 0;padding:17px;border-radius:8px;background:#202833;color:#f4f6f8;font-size:12px;line-height:1.7}.content-renderer :not(pre)>code{padding:2px 5px;border-radius:4px;background:#efeae1;color:#9e1648;font-size:.92em}.content-prompt-block{margin:24px 0;overflow:hidden;border:1px solid #cabd9f;border-radius:9px;background:#fffdf7}.content-prompt-block header{min-height:44px;padding:0 10px 0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5dccb;background:#f4efe4}.content-prompt-block header strong{color:var(--v7-ink);font-size:11px}.content-prompt-block header button{min-height:32px;padding:0 12px;border:0;border-radius:6px;background:var(--v7-ink);color:#fff;font-size:10px;font-weight:900}.content-prompt-block header button.is-copied{background:#397947}.content-prompt-block pre{margin:0;padding:18px;background:transparent;color:#34322d;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.75}.content-table-wrap{max-width:100%;margin:22px 0;overflow-x:auto}.content-table-wrap table{width:100%;min-width:520px;border-collapse:collapse;font-size:12px}.content-table-wrap th,.content-table-wrap td{padding:11px 12px;border:1px solid #ddd4c5;text-align:left}.content-table-wrap th{background:#f1ece3;color:var(--v7-ink)}.learning-path-modules{display:grid;gap:14px}.learning-path-modules>section{padding:20px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;border:1px solid #e0d7c8;border-radius:8px;background:#fbf9f4}.learning-path-modules__number{width:40px;height:40px;display:grid;place-items:center;border-radius:7px;background:var(--v7-mint);color:#2a5130;font-size:12px;font-weight:900}.learning-path-modules h2{margin:0;color:var(--v7-ink);font-size:17px}.learning-path-modules p{margin:6px 0 0;color:var(--v7-body);font-size:12px;line-height:1.6}.learning-path-modules__items{margin-top:12px;display:grid;gap:6px}.learning-path-modules__items button{min-height:40px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e2d9cb;border-radius:6px;background:#fff;color:var(--v7-ink);font-size:11px;text-align:left}.learning-path-modules__items small,.learning-path-modules__pending{color:var(--v7-muted);font-size:10px}.learning-path-modules__pending{margin-top:10px;display:inline-block}.modular-related{margin-top:64px}.modular-adjacent{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.modular-adjacent button{min-height:76px;padding:14px 16px;display:flex;justify-content:center;flex-direction:column;border:1px solid #d9cfbe;border-radius:8px;background:#ffffffb8;color:var(--v7-ink);text-align:left}.modular-adjacent button:last-child{text-align:right}.modular-adjacent small{margin-bottom:4px;color:var(--v7-muted);font-size:9px}.modular-adjacent span{font-size:12px;font-weight:900}.modular-auth-loading{margin-top:44px}@media (max-width: 1080px){.v7-header-search{order:3}.v7-account{margin-left:auto}.modular-detail__layout{grid-template-columns:minmax(0,1fr) 220px;gap:20px}}@media (max-width: 820px){.modular-home-hero{min-height:540px}.modular-home-hero__content{padding:42px 32px}.modular-home-hero h1{font-size:48px}.modular-home-intro,.modular-detail__layout{grid-template-columns:1fr}.modular-home-intro{gap:18px}.modular-detail__rail{position:static;order:-1}.modular-path-strip>button{grid-template-columns:240px minmax(0,1fr)}.modular-path-strip b{display:none}}@media (max-width: 560px){.modular-home{padding-top:10px}.modular-home-hero{min-height:500px}.modular-home-hero__shade{background:linear-gradient(0deg,#0e1116eb,#0e11162e)}.modular-home-hero__content{padding:32px 20px}.modular-home-hero h1{font-size:39px}.modular-home-hero__content>div,.modular-home-section>header,.modular-list-page__head,.modular-related>div:first-child,.modular-home-cta{align-items:stretch;flex-direction:column}.modular-home-hero__content button{width:100%}.modular-home-intro{margin:54px 0}.modular-home-intro h2{font-size:27px}.modular-home-section{margin-bottom:58px}.modular-path-strip>button{grid-template-columns:1fr;gap:0}.modular-path-strip img{height:190px}.modular-path-strip span{padding:20px}.modular-content-grid{grid-template-columns:1fr}.modular-home-cta{padding:28px 22px}.modular-list-page{padding-top:30px}.modular-list-page__head h1{font-size:28px}.modular-filters{display:grid;grid-template-columns:1fr 1fr}.modular-filters label{min-width:0}.modular-detail__hero{padding:28px 20px}.modular-detail__hero h1{font-size:30px}.modular-favorite-button{position:static;margin-top:20px}.modular-detail__layout>main{padding:24px 18px}.content-renderer{font-size:14px}.content-renderer h2{font-size:20px}.learning-path-modules>section{grid-template-columns:1fr}.modular-adjacent{grid-template-columns:1fr}}.content-meta>strong{display:block;margin-bottom:14px;color:var(--v7-ink);font-size:13px}.content-meta dl{margin:0}.content-meta dl>div{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid var(--v7-line)}.content-meta dt{color:var(--v7-muted)}.content-meta dd{margin:0;color:var(--v7-ink);font-weight:700;text-align:right}.content-meta__group{margin-top:18px}.content-meta__group>span,.content-meta__change>span{display:block;margin-bottom:8px;color:var(--v7-muted);font-size:11px;font-weight:700}.content-meta__group>div{display:flex;flex-wrap:wrap;gap:6px}.content-meta__group b{padding:5px 8px;border-radius:5px;background:#edf5eb;color:#2c7042;font-size:10px}.content-meta__group ul{margin:0;padding-left:16px;color:var(--v7-body);font-size:11px;line-height:1.7}.content-meta__change{margin:18px 0 0;padding:12px;border-left:3px solid var(--v7-pink);background:#fff7fa;color:var(--v7-body);font-size:11px;line-height:1.6}.content-sources{max-width:1180px;margin:34px auto 0;padding:30px;border:1px solid var(--v7-line);border-radius:8px;background:#ffffffc7}.content-sources header>span{color:var(--v7-pink);font-size:10px;font-weight:800}.content-sources h2{margin:6px 0;color:var(--v7-ink);font-size:24px}.content-sources header p{margin:0 0 20px;color:var(--v7-muted);font-size:12px}.content-sources article{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0;border-top:1px solid var(--v7-line)}.content-sources article strong{color:var(--v7-ink);font-size:13px}.content-sources article p{margin:5px 0 0;color:var(--v7-muted);font-size:11px}.content-sources article a{flex:0 0 auto;color:var(--v7-pink);font-size:11px;font-weight:800;text-decoration:none}.content-figure{margin:28px 0}.content-figure>button:not(.content-image-lightbox){display:block;width:100%;padding:0;border:0;background:transparent}.content-figure>button>img{display:block;width:100%;max-height:640px;object-fit:contain;border-radius:6px}.content-figure figcaption{margin-top:8px;color:var(--v7-muted);font-size:11px;text-align:center}.content-image-lightbox{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;width:100%;height:100%;padding:32px;border:0;background:#131822e6}.content-image-lightbox img{max-width:min(1200px,94vw);max-height:90vh;object-fit:contain}.archived-content{max-width:760px;margin:84px auto;padding:56px;border:1px solid var(--v7-line);border-radius:8px;background:#fff;text-align:center}.archived-content>span{color:#a76f26;font-size:11px;font-weight:800}.archived-content h1{margin:12px 0;color:var(--v7-ink);font-size:38px}.archived-content p{color:var(--v7-body);line-height:1.8}.archived-content>div{display:flex;justify-content:center;gap:10px;margin-top:26px}.archived-content button,.content-studio__actions button{min-height:40px;padding:0 16px;border:1px solid var(--v7-line);border-radius:6px;background:#fff;color:var(--v7-ink);font-weight:800}.archived-content button:last-child,.content-studio__actions button:first-child{border-color:var(--v7-pink);background:var(--v7-pink);color:#fff}.content-studio{max-width:1240px;margin:0 auto;padding:40px 28px 80px}.content-studio__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.content-studio__head span{color:var(--v7-pink);font-size:10px;font-weight:800}.content-studio__head h1{margin:8px 0;color:var(--v7-ink);font-size:38px}.content-studio__head p{margin:0;color:var(--v7-muted)}.content-studio__head>strong{color:var(--v7-muted);font-size:12px}.content-studio__guide{display:grid;grid-template-columns:repeat(4,1fr);margin:30px 0 22px;border:1px solid var(--v7-line);border-radius:8px;background:#fff;overflow:hidden}.content-studio__guide>div{min-width:0;padding:20px;border-right:1px solid var(--v7-line)}.content-studio__guide>div:last-child{border-right:0}.content-studio__guide span{display:block;color:var(--v7-pink);font-size:11px;font-weight:800}.content-studio__guide strong{display:block;margin:5px 0 10px;color:var(--v7-ink)}.content-studio__guide code,.content-studio__guide p{display:block;margin:0;color:var(--v7-body);font-size:11px;overflow-wrap:anywhere}.content-studio__filters{display:grid;grid-template-columns:minmax(240px,1fr) repeat(4,minmax(130px,auto));gap:8px;margin-bottom:16px}.content-studio__filters input,.content-studio__filters select{min-width:0;height:42px;padding:0 12px;border:1px solid var(--v7-line);border-radius:6px;background:#fff;color:var(--v7-ink)}.content-studio__list{display:grid;gap:10px}.content-studio__list>article{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr) auto;gap:24px;align-items:center;padding:20px;border:1px solid var(--v7-line);border-radius:8px;background:#ffffffdb}.content-studio__badges{display:flex;flex-wrap:wrap;gap:6px}.content-studio__badges span{padding:4px 7px;border-radius:4px;background:#f0eee9;color:var(--v7-body);font-size:9px;font-weight:800}.content-studio__badges .status-published{background:#e4f3e6;color:#24733b}.content-studio__badges .status-draft,.content-studio__badges .status-warning{background:#fff2c9;color:#8b5d00}.content-studio__badges .status-archived,.content-studio__badges .status-error{background:#fee7e8;color:#a9313c}.content-studio__item-main h2{margin:10px 0 5px;color:var(--v7-ink);font-size:18px}.content-studio__item-main p{margin:0 0 10px;color:var(--v7-muted);font-size:11px}.content-studio__item-main code{color:#867d70;font-size:10px;overflow-wrap:anywhere}.content-studio__list dl{margin:0;font-size:10px}.content-studio__list dl>div{display:grid;grid-template-columns:68px minmax(0,1fr);gap:10px;margin:5px 0}.content-studio__list dt{color:var(--v7-muted)}.content-studio__list dd{margin:0;color:var(--v7-body);overflow-wrap:anywhere}.content-studio__issues{grid-column:1 / -1;margin:-8px 0 0;padding:10px 10px 10px 28px;border-radius:5px;background:#fff7e5;color:#815814;font-size:10px}.content-studio__actions{display:flex;gap:7px}.content-studio__reference{margin-top:36px}.content-studio__reference h2{color:var(--v7-ink);font-size:24px}.content-studio__reference>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.content-studio__reference article{min-width:0;padding:20px;border:1px solid var(--v7-line);border-radius:8px;background:#fff}.content-studio__reference strong{color:var(--v7-ink)}.content-studio__reference p,.content-studio__reference pre{margin:10px 0 0;color:var(--v7-body);font-size:10px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}@media (max-width: 900px){.content-studio__guide,.content-studio__reference>div{grid-template-columns:repeat(2,1fr)}.content-studio__filters{grid-template-columns:1fr 1fr}.content-studio__filters input{grid-column:1 / -1}.content-studio__list>article{grid-template-columns:1fr}.content-studio__issues{grid-column:auto}}@media (max-width: 560px){.content-sources{padding:20px}.content-sources article{align-items:flex-start;flex-direction:column;gap:10px}.archived-content{margin:40px 12px;padding:34px 22px}.archived-content h1{font-size:30px}.archived-content>div,.content-studio__actions{align-items:stretch;flex-direction:column}.content-studio{padding:28px 12px 60px}.content-studio__head{align-items:flex-start;flex-direction:column}.content-studio__guide,.content-studio__reference>div,.content-studio__filters{grid-template-columns:1fr}.content-studio__guide>div{border-right:0;border-bottom:1px solid var(--v7-line)}}:root{--v7-paper: #f5f1e8;--v7-dot: #e8e0d0;--v7-line: #e7e0d4;--v7-ink: #2d3748;--v7-body: #5b5348;--v7-muted: #8a7a63;--v7-pink: #e91e63;--v7-pink-dark: #c2185b;--v7-mint: #c8e6c9;--v7-sakura: #f8bbd9;--v7-lemon: #fff59d}html{scroll-behavior:smooth}body{min-width:320px;background-color:var(--v7-paper);background-image:radial-gradient(circle at 1px 1px,var(--v7-dot) 1px,transparent 1.1px);background-size:20px 20px;color:var(--v7-ink);font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:0}button,a,input,select{letter-spacing:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(233,30,99,.28);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.v7-site{min-height:100vh}.v7-header{position:sticky;z-index:100;top:0;border-bottom:1px solid var(--v7-line);background:#faf8f2e8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.v7-header__inner{width:min(1200px,calc(100% - 40px));min-height:74px;margin:0 auto;display:flex;align-items:center;gap:20px}.v7-brand{flex:0 0 auto;display:flex;align-items:center;gap:11px;padding:0;border:0;background:transparent;color:var(--v7-ink);text-align:left}.v7-brand-mark{position:relative;width:49px;height:49px;display:block}.v7-brand-sheet{position:absolute;top:3px;right:3px;bottom:3px;left:3px;display:grid;place-items:center;border:2px solid white;border-radius:9px;box-shadow:0 5px 10px #2d374829;color:var(--v7-ink);font-size:18px;font-weight:900}.v7-brand-sheet--pink{background:var(--v7-sakura);transform:rotate(7deg) translate(4px,2px)}.v7-brand-sheet--yellow{background:var(--v7-lemon);transform:rotate(-5deg) translate(-1px,4px)}.v7-brand-sheet--green{background:var(--v7-mint);transform:rotate(-3deg)}.v7-brand-copy{display:flex;flex-direction:column;line-height:1}.v7-brand-copy strong{font-size:19px;font-weight:900}.v7-brand-copy strong b{color:var(--v7-pink)}.v7-brand-copy small{margin-top:6px;color:var(--v7-muted);font-size:10px;font-weight:600}.v7-header-search{width:min(30vw,380px);min-width:190px;height:40px;margin-left:auto;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--v7-line);border-radius:999px;background:#ffffffb8;color:var(--v7-muted)}.v7-header-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--v7-ink);font-size:12px}.v7-header-search>button{width:22px;height:22px;padding:0;border:0;background:transparent;color:inherit;font-size:17px;line-height:1}.v7-header-search kbd{border:0;background:transparent;color:#b1a899;font-family:inherit;font-size:10px}.v7-nav{display:flex;align-items:center;gap:2px}.v7-nav button{height:38px;padding:0 10px;border:0;background:transparent;color:var(--v7-body);font-size:12px;font-weight:700;white-space:nowrap}.v7-nav button:hover,.v7-nav button.is-active{color:var(--v7-pink)}.v7-start-button{flex:0 0 auto;min-height:40px;padding:0 17px;border:0;border-radius:999px;background:var(--v7-pink);box-shadow:0 8px 18px #e91e6333;color:#fff;font-size:12px;font-weight:900}.v7-account{flex:0 0 auto;display:flex;align-items:center;gap:4px}.v7-account__trigger{min-height:40px;display:flex;align-items:center;gap:8px;padding:0 11px 0 6px;border:1px solid var(--v7-line);border-radius:999px;background:#fff;color:var(--v7-ink)}.v7-account__trigger span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:var(--v7-mint);font-size:12px;font-weight:900}.v7-account__trigger b,.v7-account__logout{font-size:11px}.v7-account__logout{border:0;background:transparent;color:var(--v7-muted)}.v7-main{width:min(1200px,calc(100% - 40px));margin:0 auto;padding-bottom:72px}.v7-hero{min-height:650px;margin-top:18px;position:relative;overflow:hidden;display:flex;align-items:flex-end;border-radius:28px;background:#1f2328;box-shadow:0 28px 70px #1f232833;color:#fff}.v7-hero__media,.v7-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0}.v7-hero__media{background-image:url(/v7-assets/v7-01-81c4acd0cc.webp);background-position:center;background-size:cover;transform:scale(1.04);animation:v7HeroDrift 18s ease-in-out infinite alternate}.v7-hero__shade{background:linear-gradient(90deg,#121418c7,#1214185c,#12141814),linear-gradient(0deg,rgba(18,20,24,.52),transparent 62%)}.v7-hero__content{position:relative;z-index:1;max-width:710px;padding:72px 68px 64px}.v7-hero__content>p,.v7-section-kicker,.v7-dashboard__welcome span,.v7-dashboard-section header span{margin:0 0 13px;color:var(--v7-pink);font-size:10px;font-weight:900;letter-spacing:.16em}.v7-hero h1{margin:0;font-size:clamp(50px,5.2vw,76px);line-height:1.07;font-weight:900}.v7-hero h1 em{color:#ff4f8e;font-style:normal}.v7-hero__content>span{max-width:570px;margin-top:22px;display:block;color:#ffffffd1;font-size:16px;line-height:1.75}.v7-hero__actions{margin-top:30px;display:flex;gap:10px}.v7-hero__actions button{min-height:46px;padding:0 19px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#ffffff1a;color:#fff;font-size:13px;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.v7-hero__actions button:first-child{border-color:var(--v7-pink);background:var(--v7-pink)}.v7-tool-ticker{margin:28px 0 82px;overflow:hidden;border-block:1px solid var(--v7-line)}.v7-tool-ticker__track{width:max-content;display:flex;align-items:center;animation:v7Ticker 28s linear infinite}.v7-tool-ticker__track span{padding:14px 18px;color:var(--v7-body);font-size:12px;font-weight:800;white-space:nowrap}.v7-tool-ticker__track i{margin-left:30px;color:var(--v7-pink);font-style:normal}.v7-tool-ticker:hover .v7-tool-ticker__track{animation-play-state:paused}.v7-editorial,.v7-section,.v7-method,.v7-gallery-section,.v7-community{margin-bottom:104px}.v7-editorial__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:80px;align-items:start}.v7-editorial h2,.v7-section h2,.v7-method h2,.v7-gallery-section h2,.v7-community h2,.v7-final-cta h2{margin:0;color:var(--v7-ink);font-size:clamp(31px,4vw,50px);line-height:1.18}.v7-editorial__grid p,.v7-gallery-section .v7-section__head>p,.v7-community p{margin:0 0 17px;color:var(--v7-body);font-size:14px;line-height:1.8}.v7-editorial__grid button,.v7-section__head>button,.v7-community button{padding:0;border:0;background:transparent;color:var(--v7-pink);font-size:13px;font-weight:900}.v7-section__head{margin-bottom:26px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.v7-section__head h2,.v7-method h2,.v7-gallery-section h2{font-size:clamp(30px,3vw,42px)}.v7-course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.v7-course-card{overflow:hidden;border:1px solid var(--v7-line);border-radius:18px;background:#ffffffd6;box-shadow:0 12px 28px #50412614;transition:transform .18s ease,box-shadow .18s ease}.v7-course-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px #50412621}.v7-course-card__image{width:100%;aspect-ratio:1.5;padding:0;position:relative;overflow:hidden;border:0;background:#ddd}.v7-course-card__image img{width:100%;height:100%;object-fit:cover}.v7-course-card__image span{position:absolute;left:16px;bottom:14px;color:#fff;font-size:31px;font-weight:900;text-shadow:0 2px 12px rgba(0,0,0,.35)}.v7-course-card__body{padding:20px}.v7-course-card__body>div{display:flex;align-items:center;justify-content:space-between;color:var(--v7-muted);font-size:11px}.v7-course-card__body>div span{padding:3px 8px;border-radius:6px;background:#f0eadd;color:var(--v7-body);font-weight:800}.v7-course-card__body>div i{font-style:normal}.v7-course-card h3{margin:14px 0 8px;font-size:19px}.v7-course-card p{min-height:66px;margin:0;color:var(--v7-body);font-size:12.5px;line-height:1.72}.v7-course-card__body>button{margin-top:18px;padding:0;border:0;background:transparent;color:var(--v7-pink);font-size:12px;font-weight:900}.v7-method{padding:52px;border-radius:24px;background:#2d3748;color:#fff}.v7-method h2{color:#fff}.v7-method__grid{margin-top:34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#ffffff21}.v7-method article{min-height:190px;padding:24px;background:#2d3748}.v7-method article span{color:#ff6ca4;font-size:12px;font-weight:900}.v7-method article h3{margin:25px 0 9px;font-size:17px}.v7-method article p{margin:0;color:#ffffffad;font-size:12.5px;line-height:1.72}.v7-gallery-section .v7-section__head>p{max-width:390px}.v7-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.v7-gallery figure{aspect-ratio:.8;margin:0;position:relative;overflow:hidden;border-radius:12px;background:#fff}.v7-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.v7-gallery figure:hover img{transform:scale(1.04)}.v7-gallery figcaption{position:absolute;left:12px;bottom:12px;padding:5px 9px;border-radius:999px;background:#ffffffdb;color:var(--v7-ink);font-size:10px;font-weight:900;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.v7-community{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:center;overflow:hidden;border:1px solid var(--v7-line);border-radius:24px;background:#fff}.v7-community img{width:100%;min-height:440px;height:100%;object-fit:cover}.v7-community>div{padding:48px}.v7-community h2{margin-bottom:18px;font-size:35px}.v7-final-cta{padding:72px 24px;position:relative;overflow:hidden;border-radius:24px;background:var(--v7-lemon);text-align:center}.v7-final-cta>span{color:var(--v7-pink);font-size:10px;font-weight:900;letter-spacing:.16em}.v7-final-cta h2{margin:15px 0 10px}.v7-final-cta p{margin:0 auto;max-width:560px;color:var(--v7-body);font-size:14px;line-height:1.8}.v7-final-cta button{min-height:46px;margin-top:24px;padding:0 20px;border:0;border-radius:999px;background:var(--v7-ink);color:#fff;font-size:13px;font-weight:900}.v7-list-page{padding-top:34px}.v7-list-heading{max-width:720px;margin-bottom:22px}.v7-list-heading h1{margin:0 0 8px;font-size:30px}.v7-list-heading p{margin:0;color:#6a6257;font-size:13.5px;line-height:1.7}.v7-filter-row{margin-bottom:22px;display:flex;flex-wrap:wrap;gap:8px}.v7-filter-row button,.v7-filter-row select{min-height:36px;padding:0 13px;border:1px solid #d9d0c1;border-radius:999px;background:#ffffffb8;color:var(--v7-body);font-size:11.5px;font-weight:700}.v7-filter-row button.is-active{border-color:var(--v7-ink);background:var(--v7-ink);color:#fff}.v7-filter-row select{border-radius:8px}.v7-content-grid{display:grid;gap:16px}.v7-content-grid--learningPath{grid-template-columns:repeat(3,minmax(0,1fr))}.v7-content-grid--case,.v7-content-grid--template{grid-template-columns:repeat(4,minmax(0,1fr))}.v7-content-grid--article,.v7-content-grid--favorite{grid-template-columns:repeat(3,minmax(0,1fr))}.v7-note--mint{background:var(--v7-mint)}.v7-note--pink{background:var(--v7-sakura)}.v7-note--yellow{background:var(--v7-lemon)}.v7-path-card,.v7-case-card,.v7-article-card,.v7-template-card,.v7-dashboard-note{position:relative;border:1px solid rgba(85,68,43,.12);box-shadow:0 6px 14px #50412617;transition:transform .17s ease,box-shadow .17s ease}.v7-path-card:hover,.v7-case-card:hover,.v7-article-card:hover,.v7-template-card:hover,.v7-dashboard-note:hover{transform:translateY(-4px);box-shadow:0 12px 24px #50412624}.v7-pin{position:absolute;z-index:2;top:12px;right:14px;width:10px;height:10px;border:2px solid rgba(45,55,72,.34);border-radius:50%;background:#ffffffbf;box-shadow:0 2px 3px #2d374826}.v7-path-card{min-height:390px;padding:28px 24px 23px;display:flex;flex-direction:column;border-radius:4px}.v7-path-card:nth-child(2n){transform:rotate(.6deg)}.v7-path-card:nth-child(3n){transform:rotate(-.6deg)}.v7-path-card__number{color:#2d374857;font-size:11px;font-weight:900}.v7-path-card__icon{margin:23px 0 12px;font-size:38px;font-weight:900}.v7-path-card h2{margin:0 0 10px;font-size:20px}.v7-path-card>p{margin:0 0 18px;color:var(--v7-body);font-size:12.5px;line-height:1.7}.v7-path-card dl{margin:auto 0 20px;padding-top:14px;border-top:1px dashed rgba(45,55,72,.22)}.v7-path-card dl div{display:grid;grid-template-columns:45px 1fr;gap:8px;padding:4px 0;font-size:11px}.v7-path-card dt{color:var(--v7-muted)}.v7-path-card dd{margin:0;font-weight:700}.v7-path-card>button{align-self:flex-start;min-height:36px;padding:0 14px;border:0;border-radius:999px;background:var(--v7-ink);color:#fff;font-size:11px;font-weight:900}.v7-case-card,.v7-article-card,.v7-template-card{min-width:0;padding:16px;border-radius:3px}.v7-case-card{min-height:366px;display:flex;flex-direction:column}.v7-case-card__image{width:100%;aspect-ratio:1.45;margin-bottom:12px;padding:0;overflow:hidden;border:0;border-radius:3px;background:#fff6}.v7-case-card__image img{width:100%;height:100%;object-fit:cover}.v7-case-card__meta,.v7-article-card__meta,.v7-template-card__top{display:flex;align-items:center;gap:6px}.v7-case-card__meta>span,.v7-template-card__top>span{padding:3px 8px;border-radius:6px;background:#ffffff94;font-size:10px;font-weight:900}.v7-case-card__meta i{color:var(--v7-muted);font-size:10px;font-style:normal}.v7-favorite{margin-left:auto;padding:0;border:0;background:transparent;color:#2d374859;font-size:18px}.v7-favorite.is-active{color:#f59e0b}.v7-case-card h2,.v7-article-card h2,.v7-template-card h2{margin:10px 0 7px;font-size:14.5px;line-height:1.45}.v7-case-card h2 button,.v7-article-card h2 button,.v7-template-card h2 button{padding:0;border:0;background:transparent;color:inherit;font-weight:inherit;text-align:left}.v7-case-card>p,.v7-article-card>p{margin:0 0 12px;color:var(--v7-body);font-size:12px;line-height:1.6}.v7-case-card footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--v7-muted);font-size:10.5px}.v7-case-card footer button,.v7-text-link{padding:0;border:0;background:transparent;color:var(--v7-pink-dark);font-size:11px;font-weight:900}.v7-article-card{min-height:260px;display:flex;flex-direction:column;padding:25px 20px 20px}.v7-tape{position:absolute;top:-9px;left:24px;width:50px;height:18px;background:#ffffffb3;box-shadow:0 1px 3px #0000001f;transform:rotate(-4deg)}.v7-article-card__meta>span{color:var(--v7-muted);font-size:10.5px;font-weight:800}.v7-article-card__tags{margin-top:auto;display:flex;flex-wrap:wrap;gap:5px}.v7-article-card__tags span{color:var(--v7-pink-dark);font-size:10px;font-weight:800}.v7-article-card .v7-text-link{margin-top:12px;align-self:flex-start}.v7-template-card{min-height:345px;display:flex;flex-direction:column;border:1px dashed rgba(45,55,72,.28)}.v7-stamp{position:absolute;top:12px;right:12px;padding:3px 7px;border:1.5px solid rgba(194,24,91,.5);color:var(--v7-pink-dark);font-size:9px;font-weight:900;transform:rotate(5deg)}.v7-template-card__top{padding-right:70px}.v7-template-card__tools{color:var(--v7-muted);font-size:10.5px}.v7-template-card pre{max-height:128px;margin:13px 0;overflow:hidden;white-space:pre-wrap;border-radius:4px;background:#ffffff73;color:#3a352c;font-family:SFMono-Regular,Consolas,monospace;font-size:10.5px;line-height:1.6}.v7-template-card__context{margin-top:auto;display:flex;flex-direction:column;gap:4px;color:var(--v7-body);font-size:10.5px}.v7-template-card footer{margin-top:13px;display:flex;gap:7px}.v7-template-card footer button{min-height:34px;flex:1;border:1px solid rgba(45,55,72,.28);border-radius:999px;background:#ffffff8c;color:var(--v7-ink);font-size:10.5px;font-weight:900}.v7-template-card footer button:first-child{border-color:var(--v7-ink);background:var(--v7-ink);color:#fff}.v7-tool-guide{margin-bottom:42px}.v7-tool-guide>h2{margin:0 0 13px;font-size:18px}.v7-tool-guide>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.v7-tool-card{min-height:245px;padding:19px;display:flex;flex-direction:column;border:1px solid rgba(85,68,43,.12);border-radius:12px}.v7-tool-card header{display:flex;align-items:center;justify-content:space-between}.v7-tool-card header span{font-size:25px}.v7-tool-card header i{padding:3px 7px;border-radius:999px;background:#ffffff8c;font-size:9px;font-style:normal;font-weight:900}.v7-tool-card h3{margin:13px 0 7px;font-size:17px}.v7-tool-card p,.v7-tool-card small{color:var(--v7-body);font-size:11.5px;line-height:1.6}.v7-tool-card p{margin:0 0 8px}.v7-tool-card a{min-height:34px;margin-top:auto;display:grid;place-items:center;border:1.5px solid var(--v7-ink);border-radius:999px;color:var(--v7-ink);font-size:10.5px;font-weight:900;text-decoration:none}.v7-empty{min-height:260px;display:grid;place-content:center;border:1px dashed #d7cebe;border-radius:14px;background:#ffffff80;text-align:center}.v7-empty p{color:var(--v7-muted);font-size:12px}.v7-dashboard{padding-top:34px}.v7-dashboard__welcome{margin-bottom:28px;display:flex;align-items:flex-end;justify-content:space-between}.v7-dashboard__welcome h1{margin:0 0 5px;font-size:32px}.v7-dashboard__welcome p{margin:0;color:var(--v7-muted);font-size:13px}.v7-dashboard__welcome button{min-height:42px;padding:0 17px;border:0;border-radius:999px;background:var(--v7-pink);color:#fff;font-size:12px;font-weight:900}.v7-focus-card{margin-bottom:38px;display:grid;grid-template-columns:minmax(0,1fr) 380px;overflow:hidden;border:1px solid var(--v7-line);border-radius:20px;background:#fff}.v7-focus-card>div{padding:34px}.v7-focus-card>div>span{color:var(--v7-pink);font-size:10px;font-weight:900}.v7-focus-card h2{margin:12px 0 8px;font-size:25px}.v7-focus-card p{max-width:590px;color:var(--v7-body);font-size:13px;line-height:1.7}.v7-focus-card img{width:100%;height:100%;min-height:270px;object-fit:cover}.v7-progress{width:100%;height:7px;margin-top:25px;overflow:hidden;border-radius:999px;background:#ece7dd}.v7-progress i{width:22%;height:100%;display:block;border-radius:inherit;background:var(--v7-pink)}.v7-focus-card small{margin-top:8px;display:block;color:var(--v7-muted);font-size:10px}.v7-dashboard-section{margin-bottom:36px}.v7-dashboard-section header h2{margin:0;font-size:21px}.v7-dashboard-grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.v7-dashboard-note{min-height:205px;padding:20px;display:flex;flex-direction:column;align-items:flex-start;border-radius:4px;color:var(--v7-ink);text-align:left}.v7-dashboard-note small{color:var(--v7-muted);font-size:10px}.v7-dashboard-note strong{margin:20px 0 8px;font-size:17px}.v7-dashboard-note>span{color:var(--v7-body);font-size:11.5px;line-height:1.65}.v7-dashboard-note b{margin-top:auto;color:var(--v7-pink-dark);font-size:11px}.v7-dashboard-columns{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}.v7-dashboard-list,.v7-dashboard-tools{margin-top:14px;overflow:hidden;border:1px solid var(--v7-line);border-radius:12px;background:#fff}.v7-dashboard-list button,.v7-dashboard-tools article{width:100%;min-height:72px;display:grid;align-items:center;gap:12px;padding:12px 14px;border:0;border-bottom:1px solid var(--v7-line);background:transparent;color:var(--v7-ink);text-align:left}.v7-dashboard-list button{grid-template-columns:34px 1fr auto}.v7-dashboard-tools article{grid-template-columns:38px 1fr}.v7-dashboard-list button:last-child,.v7-dashboard-tools article:last-child{border-bottom:0}.v7-dashboard-list button>span{color:var(--v7-pink);font-size:11px;font-weight:900}.v7-dashboard-list strong,.v7-dashboard-tools strong{display:block;font-size:12.5px}.v7-dashboard-list small,.v7-dashboard-tools small{margin-top:4px;display:block;overflow:hidden;color:var(--v7-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.v7-dashboard-tools article>span{font-size:22px}.v7-main .detail-page{width:min(760px,100%);margin:0 auto;padding-top:28px}.v7-main .detail-back{margin-bottom:14px;color:var(--v7-body);font-size:12px}.v7-main .detail-hero{margin-bottom:24px;padding:0 0 22px;display:block;border:0;border-bottom:1px solid var(--v7-line);border-radius:0;background:transparent;box-shadow:none}.v7-main .detail-hero__copy h1{margin:12px 0 8px;font-size:30px}.v7-main .detail-hero__copy p{color:var(--v7-body);font-size:14px;line-height:1.75}.v7-main .detail-hero__actions{margin-top:18px;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px}.v7-main .detail-hero__actions button{width:auto;min-width:0;flex:0 0 auto;padding-inline:16px}.v7-main .detail-section{margin:0 0 18px;padding:18px;border:1px solid var(--v7-line);border-radius:12px;background:#ffffffc2}.v7-main .detail-section h3{margin:0 0 10px;font-size:15px}.v7-main .detail-list{gap:9px}.v7-main .detail-list__item{padding:13px 15px;border-left:4px solid var(--v7-ink);border-radius:8px;background:#fff}.v7-main .detail-list__item p{margin:5px 0 0;color:var(--v7-body);font-size:12.5px;line-height:1.7}.v7-main .detail-callout,.v7-main .prompt-content{border:1px dashed #d7bd54;border-radius:8px;background:#fff8d5;color:#3a352c}.v7-main .primary-button{border-radius:999px;background:var(--v7-ink)}.v7-main .secondary-button{border-radius:999px}.login-shell{background-color:var(--v7-paper);background-image:radial-gradient(circle at 1px 1px,var(--v7-dot) 1px,transparent 1.1px);background-size:20px 20px}.login-card{width:min(430px,calc(100% - 32px));border:1px solid var(--v7-line);border-radius:18px;box-shadow:0 24px 65px #50412626}.login-card .primary-button{background:var(--v7-pink)}.login-mode-tabs{margin:20px 0 4px;padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:4px;border:1px solid var(--v7-line);border-radius:10px;background:#f7f3ea}.login-mode-tabs button{min-height:40px;border:0;border-radius:7px;background:transparent;color:var(--v7-muted);font-weight:800}.login-mode-tabs button.is-active{background:#fff;color:var(--v7-ink);box-shadow:0 2px 8px #44372114}.login-error{padding:10px 12px;border:1px solid #f3b7b7;border-radius:8px;background:#fff1f1;color:#b42318;font-size:12px;line-height:1.5}.login-form .primary-button:disabled{cursor:wait;opacity:.62}.v7-account__library{min-height:34px;padding:0 12px;border:1px solid var(--v7-line);border-radius:999px;background:#fff;color:var(--v7-ink);font-size:11px;font-weight:800}.v7-account__library:hover{border-color:var(--v7-pink);color:var(--v7-pink)}.v7-user-library{padding:34px 0 80px}.v7-user-library__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:24px;border-bottom:1px solid var(--v7-line)}.v7-user-library__head>div:first-child>span{color:var(--v7-pink);font-size:10px;font-weight:900;letter-spacing:.12em}.v7-user-library__head h1{margin:6px 0 8px;color:var(--v7-ink);font-size:34px;line-height:1.1}.v7-user-library__head p{margin:0;color:var(--v7-body);font-size:13px}.v7-user-library__actions{display:flex;align-items:center;gap:12px}.v7-user-library__actions>button,.v7-user-library__empty button{min-height:42px;padding:0 18px;border:0;border-radius:999px;background:var(--v7-ink);color:#fff;font-size:12px;font-weight:900}.v7-sync-state{display:inline-flex;align-items:center;gap:6px;color:#56855e;font-size:11px;font-weight:800;white-space:nowrap}.v7-sync-state i{width:7px;height:7px;border-radius:50%;background:#6cad78}.v7-sync-state--loading i{background:#d7a932;animation:pulse 1s ease-in-out infinite}.v7-sync-state--error{color:#b42318}.v7-sync-state--error i{background:#df5c52}.v7-user-library__search{width:min(620px,100%);min-height:46px;margin:24px 0;padding:0 15px;display:flex;align-items:center;gap:10px;border:1px solid var(--v7-line);border-radius:10px;background:#ffffffe0}.v7-user-library__search span{color:var(--v7-muted);font-size:18px}.v7-user-library__search input{width:100%;border:0;outline:0;background:transparent;color:var(--v7-ink);font-size:13px}.v7-user-library__empty{min-height:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;border:1px dashed #d9ccb4;border-radius:12px;background:#ffffff8c;text-align:center}.v7-user-library__empty strong{color:var(--v7-ink);font-size:18px}.v7-user-library__empty p{margin:0 0 8px;color:var(--v7-muted);font-size:12px}.v7-user-prompt-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.v7-user-prompt-card{position:relative;min-width:0;height:310px;padding:24px 20px 18px;display:flex;flex-direction:column;border:1px solid rgba(74,63,42,.12);border-radius:8px;color:#29271f;box-shadow:0 8px 18px #46371e14;transition:transform .18s ease,box-shadow .18s ease}.v7-user-prompt-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px #46371e1f}.v7-note--mint{background:#dff2df}.v7-note--pink{background:#f7dbe8}.v7-note--yellow{background:#fff2ac}.v7-user-prompt-card .v7-tape{position:absolute;top:-8px;left:50%;width:52px;height:17px;transform:translate(-50%) rotate(2deg);background:#ffffffad;box-shadow:0 2px 5px #50412d14}.v7-user-prompt-card__top,.v7-user-prompt-card__meta,.v7-user-prompt-card footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.v7-user-prompt-card__top>span{padding:4px 8px;border:1px solid rgba(28,28,24,.14);border-radius:999px;font-size:10px;font-weight:900}.v7-favorite{border:0;background:transparent;color:#26241e47;font-size:18px}.v7-favorite.is-active{color:#e2a400}.v7-user-prompt-card h2{margin:15px 0 10px;overflow:hidden;color:#23221d;font-size:17px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.v7-user-prompt-card__platforms{min-height:24px;display:flex;gap:6px;overflow:hidden}.v7-user-prompt-card__platforms span{padding:3px 7px;border-radius:5px;background:#ffffff80;font-size:9px;font-weight:800;white-space:nowrap}.v7-user-prompt-card>p{margin:12px 0;display:-webkit-box;overflow:hidden;color:#29271fb3;font-size:12px;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:4}.v7-user-prompt-card__meta{margin-top:auto;padding-top:12px;border-top:1px dashed rgba(41,39,31,.16);color:#29271f8f;font-size:10px}.v7-user-prompt-card__meta b{color:#a26d00}.v7-user-prompt-card footer{margin-top:12px}.v7-user-prompt-card footer button{min-height:34px;flex:1;border:1px solid rgba(41,39,31,.16);border-radius:7px;background:#ffffffb8;color:#28261f;font-size:11px;font-weight:900}.v7-user-prompt-card footer button:first-child{border-color:var(--v7-ink);background:var(--v7-ink);color:#fff}@keyframes v7HeroDrift{0%{transform:scale(1.04) translate3d(-.6%,-.4%,0)}to{transform:scale(1.08) translate3d(.8%,.5%,0)}}@keyframes v7Ticker{to{transform:translate(-50%)}}@media (max-width: 1080px){.v7-header__inner{flex-wrap:wrap;gap:8px 14px;padding:11px 0}.v7-header-search{order:3;width:100%}.v7-nav{margin-left:auto}.v7-content-grid--case,.v7-content-grid--template,.v7-tool-guide>div{grid-template-columns:repeat(3,minmax(0,1fr))}.v7-user-prompt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v7-hero{min-height:590px}}@media (max-width: 820px){.v7-header__inner,.v7-main{width:min(100% - 28px,1200px)}.v7-nav{order:4;width:100%;overflow-x:auto;justify-content:flex-start}.v7-account,.v7-start-button{margin-left:auto}.v7-hero{min-height:540px}.v7-hero__content{padding:48px 34px}.v7-editorial__grid,.v7-community,.v7-focus-card,.v7-dashboard-columns{grid-template-columns:1fr}.v7-course-grid,.v7-content-grid--learningPath,.v7-content-grid--article,.v7-content-grid--favorite{grid-template-columns:repeat(2,minmax(0,1fr))}.v7-content-grid--case,.v7-content-grid--template,.v7-tool-guide>div{grid-template-columns:repeat(2,minmax(0,1fr))}.v7-method__grid,.v7-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.v7-method{padding:36px 24px}.v7-community>div{padding:32px}.v7-dashboard-grid{grid-template-columns:1fr}}@media (max-width: 560px){.v7-header__inner,.v7-main{width:min(100% - 20px,1200px)}.v7-brand-copy strong{font-size:17px}.v7-brand-copy small,.v7-account__trigger b,.v7-account__logout,.v7-account__library{display:none}.v7-nav button{padding-inline:8px;font-size:11px}.v7-hero{min-height:500px;border-radius:18px}.v7-hero__media{background-position:62% center}.v7-hero__shade{background:linear-gradient(0deg,#121418d9,#12141824)}.v7-hero__content{padding:34px 22px}.v7-hero h1{font-size:40px}.v7-hero__content>span{font-size:13px}.v7-hero__actions,.v7-section__head,.v7-dashboard__welcome{align-items:stretch;flex-direction:column}.v7-hero__actions button{width:100%}.v7-editorial,.v7-section,.v7-method,.v7-gallery-section,.v7-community{margin-bottom:68px}.v7-editorial__grid{gap:24px}.v7-course-grid,.v7-content-grid--learningPath,.v7-content-grid--case,.v7-content-grid--article,.v7-content-grid--template,.v7-content-grid--favorite,.v7-tool-guide>div,.v7-method__grid,.v7-gallery{grid-template-columns:1fr}.v7-course-card p{min-height:0}.v7-gallery figure{aspect-ratio:1.1}.v7-community img{min-height:280px}.v7-final-cta{padding:48px 20px}.v7-filter-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.v7-filter-row>*{flex:0 0 auto}.v7-path-card,.v7-case-card,.v7-template-card{min-height:auto}.v7-focus-card img{min-height:220px}.v7-user-library__head,.v7-user-library__actions{align-items:stretch;flex-direction:column}.v7-user-library__head h1{font-size:28px}.v7-user-prompt-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.v7-hero__media,.v7-tool-ticker__track{animation:none}.v7-course-card,.v7-path-card,.v7-case-card,.v7-article-card,.v7-template-card,.v7-dashboard-note{transition:none}}
