:root{--bg:#f5f0e8;--bg-strong:#ede2d1;--surface:rgba(255,252,247,.78);--surface-strong:rgba(255,252,247,.96);--surface-soft:hsla(0,0%,100%,.58);--text:#182022;--muted:#5f6a6d;--line:rgba(24,32,34,.1);--primary:#0f766e;--primary-strong:#115e59;--accent:#d97706;--accent-soft:#f3c98d;--danger:#b91c1c;--shadow:0 24px 60px rgba(61,43,27,.12);--shadow-soft:0 20px 40px rgba(38,46,52,.08);--radius-lg:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 10% 10%,rgba(15,118,110,.2),transparent 26%),radial-gradient(circle at 88% 6%,rgba(217,119,6,.18),transparent 24%),radial-gradient(circle at 85% 78%,rgba(15,118,110,.1),transparent 20%),linear-gradient(180deg,#f7f2eb,#f8f4ee 38%,#f2ebe0);color:var(--text);font-family:Avenir Next,Trebuchet MS,sans-serif;margin:0;min-width:320px}body:before{background-image:linear-gradient(hsla(0,0%,100%,.12) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.12) 1px,transparent 0);background-size:36px 36px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 85%);mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 85%);opacity:.26}body:after,body:before{content:"";inset:0;pointer-events:none;position:fixed}body:after{background:radial-gradient(circle at 20% 22%,hsla(0,0%,100%,.28),transparent 22%),radial-gradient(circle at 78% 32%,hsla(0,0%,100%,.18),transparent 18%);opacity:.85}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}#__nuxt,.app-shell{min-height:100vh}.app-shell{overflow:hidden;position:relative}.language-switcher{display:grid;min-width:200px;right:18px}.language-switcher,.session-switcher{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffaf2d1;box-shadow:var(--shadow-soft);gap:8px;padding:10px;position:fixed;top:18px;z-index:20}.session-switcher{display:flex;left:18px}.language-switcher__label{color:var(--muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.language-switcher__options{display:flex;gap:8px}.language-chip{align-items:center;background:#ffffffb3;border:1px solid var(--line);border-radius:999px;color:var(--text);cursor:pointer;display:inline-flex;flex:1;gap:8px;justify-content:center;padding:10px 12px;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.language-chip:hover{transform:translateY(-1px)}.language-chip.is-active{background:linear-gradient(135deg,var(--primary),var(--primary-strong));box-shadow:0 10px 18px #0f766e33;color:#fff}.language-chip__flag{font-size:.78rem;font-weight:700;letter-spacing:.08em}.app-shell:after,.app-shell:before{border-radius:999px;content:"";filter:blur(12px);pointer-events:none;position:fixed}.app-shell:before{background:radial-gradient(circle,rgba(15,118,110,.18),rgba(15,118,110,.02) 68%,transparent 72%);height:420px;right:-60px;top:-90px;width:420px}.app-shell:after{background:radial-gradient(circle,rgba(217,119,6,.16),rgba(217,119,6,.02) 68%,transparent 72%);bottom:-110px;height:340px;left:-20px;width:340px}.page-container{margin:0 auto;padding:88px 0 56px;position:relative;width:min(1180px,calc(100% - 32px));z-index:1}.glass-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--surface);border:1px solid hsla(0,0%,100%,.5);box-shadow:var(--shadow)}.card{background:linear-gradient(180deg,#ffffffeb,#fffbf5d1),var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 18px 35px #1e293b14}.eyebrow{align-items:center;background:#fffaf2bf;border:1px solid rgba(24,32,34,.08);border-radius:999px;color:var(--muted);display:inline-flex;font-size:.86rem;gap:10px;letter-spacing:.06em;padding:8px 12px;text-transform:uppercase}.hero-title,.page-title,.section-title{font-family:Georgia,Times New Roman,serif;letter-spacing:-.03em;margin:0}.hero-title{font-size:clamp(2.5rem,4vw,4.8rem);line-height:.95}.page-title{font-size:clamp(2.1rem,3vw,3.4rem);line-height:1}.section-title{font-size:clamp(1.4rem,2vw,2rem)}.lead,.muted{color:var(--muted)}.lead{font-size:1.06rem;line-height:1.7}.button,.button-secondary,.status-button{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;gap:10px;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.button-secondary:hover,.button:hover,.status-button:hover{transform:translateY(-1px)}.button{background:linear-gradient(135deg,var(--primary),#0b5d57 70%,var(--accent) 130%);box-shadow:0 16px 28px #0f766e42;color:#f8f8f4;padding:14px 20px}.button-secondary{background:#ffffffb8;border:1px solid var(--line);color:var(--text);padding:12px 18px}.input,.textarea{background:#ffffffdb;border:1px solid rgba(24,32,34,.12);border-radius:18px;color:var(--text);outline:none;padding:14px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.input:focus,.textarea:focus{border-color:#0f766e73;box-shadow:0 0 0 4px #0f766e1f}.textarea{min-height:108px;resize:vertical}.items-grid,.module-grid,.progress-grid,.stat-grid{display:grid;gap:18px}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.module-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.progress-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.items-grid{grid-template-columns:1fr}.progress-bar{background:linear-gradient(90deg,#1820220d,#18202217);border-radius:999px;box-shadow:inset 0 1px 2px #18202214;height:12px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,var(--accent),#2b9a90 50%,var(--primary));border-radius:inherit;box-shadow:0 0 18px #0f766e38;height:100%}.pill{align-items:center;border-radius:999px;display:inline-flex;font-size:.92rem;font-weight:600;gap:8px;padding:7px 12px}.status-todo{background:#94a3b82e;color:#475569}.status-in-progress{background:#d9770629;color:#b45309}.status-done{background:#0f766e29;color:#0f766e}.status-ignored{background:#7f1d1d1f;color:#991b1b}.status-button{background:#ffffffb8;border:1px solid rgba(24,32,34,.1);color:var(--text);padding:10px 14px}.status-button.is-active{background:linear-gradient(135deg,var(--primary),var(--primary-strong));box-shadow:0 12px 20px #0f766e33;color:#fff}.divider{background:var(--line);height:1px;width:100%}@media(max-width:720px){.language-switcher{min-width:0;right:12px;top:12px}.session-switcher{left:12px;top:12px}.page-container{padding:92px 0 40px;width:min(100% - 20px,1180px)}.hero-title,.page-title{line-height:1.02}}
