:root{--background:#f3f4f6;--foreground:#111827;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--gray-950:#030712;--blue-50:#eff6ff;--blue-200:#bfdbfe;--blue-300:#93c5fd;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--green-50:#f0fdf4;--green-200:#bbf7d0;--green-700:#15803d;--green-800:#166534;--amber-50:#fffbeb;--amber-200:#fde68a;--amber-800:#92400e}*{box-sizing:border-box}html{background:var(--background);min-height:100%}body{background:var(--background);min-height:100%;color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button,a{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.85}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}.min-h-screen{min-height:100vh}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.h-24{height:6rem}.h-40{height:10rem}.h-96{height:24rem}.block{display:block}.grid{display:grid}.flex{display:flex}.inline-flex{display:inline-flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.border-collapse{border-collapse:collapse}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pr-4{padding-right:1rem}.pl-5{padding-left:1.25rem}.pt-5{padding-top:1.25rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-3>*+*{margin-top:.75rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.border{border-style:solid;border-width:1px}.border-b{border-bottom-style:solid;border-bottom-width:1px}.border-t{border-top-style:solid;border-top-width:1px}.border-gray-100{border-color:var(--gray-100)}.border-gray-200{border-color:var(--gray-200)}.border-gray-300{border-color:var(--gray-300)}.border-gray-400{border-color:var(--gray-400)}.border-blue-200{border-color:var(--blue-200)}.border-blue-300{border-color:var(--blue-300)}.border-green-200{border-color:var(--green-200)}.border-amber-200{border-color:var(--amber-200)}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.bg-white{background-color:var(--white)}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-100{background-color:var(--gray-100)}.bg-gray-200{background-color:var(--gray-200)}.bg-gray-400{background-color:var(--gray-400)}.bg-gray-500{background-color:var(--gray-500)}.bg-gray-600{background-color:var(--gray-600)}.bg-gray-800{background-color:var(--gray-800)}.bg-gray-950{background-color:var(--gray-950)}.bg-blue-50{background-color:var(--blue-50)}.bg-blue-600{background-color:var(--blue-600)}.bg-blue-700{background-color:var(--blue-700)}.bg-green-50{background-color:var(--green-50)}.bg-amber-50{background-color:var(--amber-50)}.text-white{color:var(--white)}.text-gray-300{color:var(--gray-300)}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-800{color:var(--gray-800)}.text-gray-900{color:var(--gray-900)}.text-gray-950{color:var(--gray-950)}.text-blue-700{color:var(--blue-700)}.text-blue-800{color:var(--blue-800)}.text-green-700{color:var(--green-700)}.text-green-800{color:var(--green-800)}.text-amber-800{color:var(--amber-800)}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-sans{font-family:Arial,Helvetica,sans-serif}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.text-left{text-align:left}.whitespace-pre-wrap{white-space:pre-wrap}.list-disc{list-style-type:disc}input,select,textarea{outline:none}input:focus,select:focus,textarea:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #2563eb26}.transition{transition:all .16s}.hover\:underline:hover{text-decoration:underline}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.hover\:bg-white:hover{background-color:var(--white)}.hover\:bg-gray-50:hover{background-color:var(--gray-50)}.hover\:bg-gray-500:hover{background-color:var(--gray-500)}.hover\:bg-gray-800:hover{background-color:var(--gray-800)}.hover\:bg-blue-600:hover{background-color:var(--blue-600)}.disabled\:bg-gray-400:disabled{background-color:var(--gray-400)}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}}@media (max-width:640px){.p-10{padding:1rem}.p-8{padding:1.25rem}.text-4xl{font-size:1.875rem;line-height:2.25rem}.text-3xl{font-size:1.5rem;line-height:2rem}}.border-blue-500{border-color:#3b82f6}.text-right{text-align:right}.modules-page{width:min(1240px,100% - 48px);color:var(--gray-950);margin:0 auto;padding:48px 0 72px}.modules-hero{border:1px solid var(--gray-200);background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);border-radius:28px;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);align-items:stretch;gap:24px;padding:36px;display:grid;box-shadow:0 20px 55px #0f172a14}.modules-hero h1{letter-spacing:-.04em;margin:0 0 14px;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.modules-hero p{color:#334155;max-width:780px;margin:0;font-size:1.05rem;line-height:1.6}.eyebrow{letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--blue-700)!important;margin:0 0 12px!important;font-size:.78rem!important}.modules-hero-card{background:var(--gray-950);color:#fff;border-radius:22px;flex-direction:column;justify-content:center;min-height:190px;padding:28px;display:flex}.modules-hero-card span{color:#93c5fd;letter-spacing:.14em;text-transform:uppercase;font-size:.76rem;font-weight:800}.modules-hero-card strong{margin-top:10px;font-size:1.45rem;line-height:1.2;display:block}.modules-hero-card p{color:#dbeafe;margin-top:12px;font-size:.95rem;line-height:1.55}.module-roadmap{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:24px 0;display:grid}.module-roadmap-card{border:1px solid var(--gray-200);background:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;gap:16px;min-height:146px;padding:20px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;box-shadow:0 10px 26px #0f172a0d}.module-roadmap-card:hover{border-color:var(--blue-300);transform:translateY(-3px);box-shadow:0 18px 38px #0f172a1c}.module-roadmap-card strong{font-size:1rem;line-height:1.25}.module-roadmap-card small{color:var(--blue-700);font-weight:800}.module-number{background:var(--blue-50);width:42px;height:42px;color:var(--blue-700);border-radius:14px;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.module-layout-note{border:1px solid var(--gray-200);background:#fff;border-radius:24px;grid-template-columns:1.15fr 1fr;gap:20px;margin-bottom:24px;padding:26px;display:grid}.module-layout-note h2{margin:0 0 8px;font-size:1.45rem}.module-layout-note p{color:#475569;margin:0;line-height:1.55}.module-note-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.module-note-grid div{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:18px;padding:18px}.module-note-grid strong,.module-note-grid span{display:block}.module-note-grid strong{margin-bottom:7px}.module-note-grid span{color:#475569;font-size:.92rem;line-height:1.45}.module-detail-list{gap:22px;display:grid}.module-detail-card{border:1px solid var(--gray-200);background:#fff;border-radius:28px;padding:30px;scroll-margin-top:92px;box-shadow:0 18px 42px #0f172a0f}.module-detail-header{border-bottom:1px solid var(--gray-200);grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:24px;margin-bottom:24px;padding-bottom:24px;display:grid}.module-index{background:var(--gray-950);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-bottom:12px;padding:7px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.module-title-block h2{letter-spacing:-.03em;max-width:850px;margin:0 0 12px;font-size:clamp(1.6rem,2.5vw,2.4rem);line-height:1.08}.module-title-block p{color:#334155;margin:0;font-size:1.02rem;line-height:1.6}.module-meta-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:20px;padding:18px}.module-meta-card p{color:#475569;margin:14px 0 0;font-size:.84rem;line-height:1.45}.module-meta-card strong{color:var(--gray-950);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:.76rem;display:block}.status-pill{border:1px solid var(--gray-200);background:var(--gray-50);width:max-content;color:var(--gray-700);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.status-functional{color:var(--green-800);background:var(--green-50);border-color:var(--green-200)}.status-prototype{color:var(--blue-800);background:var(--blue-50);border-color:var(--blue-200)}.status-planned{color:var(--amber-800);background:var(--amber-50);border-color:var(--amber-200)}.chapter-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.chapter-column{border:1px solid var(--gray-200);background:linear-gradient(#f8fafc 0%,#fff 100%);border-radius:22px;overflow:hidden}.chapter-column-header{padding:22px 22px 0}.chapter-column-header h3{margin:0 0 5px;font-size:1.25rem}.chapter-column-header p{color:#64748b;margin:0;font-size:.92rem}.chapter-list-clean{margin:0;padding:18px 22px 22px;list-style:none}.chapter-row-clean{border-top:1px solid var(--gray-200);grid-template-columns:34px minmax(0,1fr);gap:14px;padding:16px 0;display:grid}.chapter-row-clean:first-child{border-top:0}.chapter-step{background:var(--gray-950);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.82rem;font-weight:900;display:inline-flex}.chapter-row-topline{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.chapter-row-topline strong{font-size:1rem;line-height:1.25}.chapter-row-clean small{color:var(--blue-700);margin-top:8px;font-weight:800;display:block}.chapter-row-clean p{color:#475569;margin:7px 0 0;font-size:.92rem;line-height:1.48}.module-actions-panel{color:#fff;background:var(--gray-950);border-radius:24px;justify-content:space-between;align-items:center;gap:28px;margin-top:24px;padding:28px;display:flex}.module-actions-panel h2{margin:0 0 8px;font-size:1.5rem}.module-actions-panel p{color:#dbeafe;max-width:740px;margin:0;line-height:1.55}.module-action-buttons{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.module-action-buttons a{color:var(--gray-950);white-space:nowrap;background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:12px 16px;font-weight:800;display:inline-flex}.module-action-buttons a:hover{background:var(--blue-50)}@media (max-width:1050px){.module-roadmap{grid-template-columns:repeat(3,minmax(0,1fr))}.modules-hero,.module-layout-note,.module-detail-header,.chapter-columns,.module-actions-panel{grid-template-columns:1fr}.module-actions-panel{align-items:flex-start}.module-action-buttons{justify-content:flex-start}}@media (max-width:680px){.modules-page{width:min(100% - 28px,1240px);padding:28px 0 48px}.modules-hero,.module-detail-card,.module-layout-note,.module-actions-panel{border-radius:20px;padding:22px}.module-roadmap,.module-note-grid{grid-template-columns:1fr}.module-roadmap-card{min-height:116px}.chapter-row-topline{flex-direction:column;align-items:flex-start}}
