@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap";
:root{--navy:#071827;--navy-2:#0d2436;--ink:#132536;--gold:#c7a25a;--gold-2:#dfc482;--cream:#f5f1e9;--cream-2:#fbf8f2;--line:#ddd7cc;--white:#fff;--teal:#2d7a77;--green:#2f7d59;--blue:#2e5f8f;--red:#b24d4d;--amber:#a87524;--shadow:0 16px 45px #07182714}*{box-sizing:border-box}html{background:var(--cream)}body{color:var(--ink);background:linear-gradient(#f8f4ed 0,#f3eee5 55%,#ece5da 100%);margin:0;font-family:IBM Plex Sans Arabic,Tahoma,Arial,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.app-header{z-index:20;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071827f7;border-bottom:1px solid #c7a25a59;justify-content:space-between;align-items:center;gap:24px;min-height:78px;padding:0 4vw;display:flex;position:sticky;top:0}.brand{align-items:center;gap:14px;display:flex}.brand-mark{border:1px solid var(--gold);width:44px;height:44px;color:var(--gold-2);background:linear-gradient(145deg,#122f45,#091a29);border-radius:12px;place-items:center;font-size:26px;font-weight:700;display:grid}.brand b{font-size:16px;display:block}.brand span{letter-spacing:.04em;color:#cbd4dc;margin-top:2px;font-size:10px;display:block}.header-actions{align-items:center;gap:10px;font-size:13px;display:flex}.header-actions a{color:var(--gold-2)}.version{color:#d8e0e6;border:1px solid #ffffff29;border-radius:999px;padding:8px 12px}.builder-hero{color:#fff;background:radial-gradient(circle at 10% 0,#c7a25a24,#0000 30%),linear-gradient(#0a2031 0,#0b1d2b 100%);border-bottom:1px solid #c7a25a4d;grid-template-columns:1.5fr .65fr;align-items:end;gap:28px;padding:42px 5vw 30px;display:grid}.hero-copy h1{letter-spacing:-.02em;margin:7px 0 10px;font-size:clamp(32px,4vw,54px)}.hero-copy p{color:#d4dde4;max-width:900px;margin:0;font-size:16px;line-height:1.9}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:6px;font-size:11px;font-weight:700}.eyebrow.gold{color:var(--gold-2)}.standard-card{background:#ffffff0b;border:1px solid #c7a25a59;border-radius:18px;padding:20px;box-shadow:inset 0 1px #ffffff0d}.standard-card span,.standard-card small{color:#bcc8d1;font-size:12px;display:block}.standard-card b{color:var(--gold-2);margin:4px 0 10px;font-size:18px;display:block}.command-panel,.main-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffc2;border-radius:22px}.command-panel{padding:22px;position:sticky;top:102px}.command-panel>label{margin-bottom:9px;font-weight:700;display:block}.command-panel textarea{resize:vertical;width:100%;min-height:150px;color:var(--ink);background:#fff;border:1px solid #d6d0c5;border-radius:14px;outline:none;padding:14px 15px;line-height:1.8;transition:all .2s}.command-panel textarea:focus,.command-panel input:focus,.command-panel select:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c7a25a1f}.command-panel textarea.context{min-height:94px}.sub-label{margin-top:14px}.settings-row{grid-template-columns:1fr 1fr;gap:10px;margin:14px 0;display:grid}.settings-row label{color:#667784;margin-bottom:5px;font-size:11px;display:block}.settings-row input,.settings-row select{background:#fff;border:1px solid #d6d0c5;border-radius:10px;width:100%;height:42px;padding:0 10px}.primary{color:#071827;background:linear-gradient(135deg,var(--gold-2),var(--gold));border:0;border-radius:12px;width:100%;margin-top:2px;padding:13px 16px;font-size:15px;font-weight:700;box-shadow:0 10px 24px #976f262e}.primary:disabled{opacity:.65;cursor:wait}.example-label{color:#6f7d87;margin:20px 0 8px;font-size:11px;font-weight:700}.example-list,.history{gap:7px;display:grid}.example-list button,.history button{background:var(--cream-2);text-align:right;color:#344655;border:1px solid #e1dbd0;border-radius:10px;padding:10px 11px;line-height:1.55}.example-list button:hover,.history button:hover{border-color:var(--gold);background:#fff}.history button{justify-content:space-between;align-items:center;gap:10px;display:flex}.history b{font-size:12px}.history small{color:#7d8a92;font-size:10px}.main-panel{min-height:620px;overflow:hidden}.pipeline{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:repeat(5,1fr);gap:0;display:grid}.pipe{color:#8a969f;justify-content:center;align-items:center;gap:7px;padding:15px 8px;font-size:11px;display:flex;position:relative}.pipe:not(:last-child):after{content:"";background:#ece6dd;width:1px;height:26px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.pipe span{border:1px solid #ccd3d7;border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;display:grid}.pipe.active{color:var(--ink);background:#fbf8f2}.pipe.active span{border-color:var(--gold);color:var(--gold)}.pipe.done{color:var(--green)}.pipe.done span{background:#e9f5ef;border-color:#b6d9c6}.loading-card,.empty-state,.error-card{text-align:center;padding:85px 40px}.loader{border:4px solid #e6dfd4;border-top-color:var(--gold);border-radius:50%;width:54px;height:54px;margin:0 auto 20px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-card p,.empty-state p{color:#667784;max-width:720px;margin:8px auto}.empty-icon{color:var(--gold);font-size:58px;line-height:1}.principles{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:26px;display:flex}.principles span{background:#fff;border:1px solid #ded7cc;border-radius:999px;padding:7px 12px;font-size:12px}.principles i{color:var(--gold);font-style:normal}.error-card{color:var(--red)}.error-card p{color:#6d4c4c}.toolbar{border-bottom:1px solid var(--line);z-index:10;background:#fff;justify-content:space-between;gap:12px;padding:12px 16px;display:flex;position:sticky;top:78px}.tabs,.tools{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tabs button,.tools button{color:#52616c;background:#fff;border:1px solid #ddd7cc;border-radius:10px;padding:8px 11px}.tabs button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.tabs button span{opacity:.7;font-size:10px}.toggle{color:#566671;align-items:center;gap:7px;font-size:12px;display:flex}.toggle input{display:none}.toggle span{background:#d8dadd;border-radius:999px;width:32px;height:18px;transition:all .2s;position:relative}.toggle span:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;top:2px;right:2px;box-shadow:0 1px 4px #0003}.toggle input:checked+span{background:var(--gold)}.toggle input:checked+span:after{right:16px}.result-wrap,.verify-wrap{padding:22px}.result-hero{background:linear-gradient(135deg,var(--navy),#113049);color:#fff;border:1px solid #c7a25a47;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:20px;padding:25px;display:flex}.result-hero h2{margin:4px 0 9px;font-size:30px}.result-hero .lead{color:#dbe3e9;max-width:860px;margin:0;line-height:1.85}.hero-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.pill{border-radius:999px;align-items:center;padding:7px 10px;font-size:11px;font-weight:700;display:inline-flex}.pill.success{color:#246544;background:#e4f3eb;border:1px solid #b9dcc9}.pill.warn{color:#8f5f16;background:#fff0dd;border:1px solid #ebcca0}.pill.neutral{color:#e6edf1;background:#ffffff17;border:1px solid #ffffff26}.metrics-row{grid-template-columns:repeat(3,1fr);gap:12px;margin:14px 0;display:grid}.metric{border:1px solid var(--line);background:#fff;border-radius:14px;padding:16px}.metric span{color:#7a8790;font-size:11px;display:block}.metric strong{color:var(--navy);margin-top:4px;font-size:20px;display:block}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:16px;margin:14px 0;padding:19px;box-shadow:0 6px 18px #07182709}.panel h3{color:var(--navy);margin:0 0 10px;font-size:19px}.panel h4{color:var(--navy);margin:16px 0 7px;font-size:14px}.panel p{margin:8px 0;line-height:1.85}.muted{color:#7b8891}.clean-list{margin:6px 0 0;padding:0 18px 0 0}.clean-list li{margin:7px 0;padding-right:3px;line-height:1.7}.clean-list li::marker{color:var(--gold)}.note{background:var(--cream-2);border-right:3px solid var(--gold);border-radius:8px;margin-top:12px;padding:10px 12px;font-size:13px;line-height:1.7}.roles-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.roles-grid>div{background:var(--cream-2);border:1px solid #e7e0d5;border-radius:12px;padding:13px}.roles-grid b{color:var(--navy)}.roles-grid p{color:#5e6d77;margin:5px 0 0;font-size:12px}.method-row{grid-template-columns:repeat(8,minmax(85px,1fr));gap:8px;display:grid}.method-step{background:var(--cream-2);text-align:center;border:1px solid #e0d9ce;border-radius:12px;flex-direction:column;justify-content:center;min-height:82px;padding:10px;display:flex}.method-step span{color:var(--gold);font-size:10px;font-weight:700}.method-step b{margin-top:5px;font-size:11px}.table-wrap{border:1px solid #e1dbd0;border-radius:12px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:760px;font-size:12px}th,td{text-align:right;vertical-align:top;border-bottom:1px solid #eee8df;padding:11px 12px;line-height:1.6}th{color:var(--navy);background:#f5f1e9;font-size:11px}tbody tr:last-child td{border-bottom:0}.phase-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.phase{background:#f8f5ef;border:1px solid #e4ddd2;border-radius:12px;flex-direction:column;gap:4px;padding:12px;display:flex}.phase strong{color:var(--gold);font-size:18px}.phase b{font-size:12px}.phase small{color:#697983;line-height:1.55}.message{white-space:pre-line;background:#f8f6f1;border:1px solid #e8e2d8;border-radius:10px;padding:13px}.cta-text{color:var(--navy);font-size:18px;font-weight:700}.verify-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.checks{gap:8px;display:grid}.check{background:#fbfaf7;border:1px solid #e4ded5;border-radius:10px;grid-template-columns:28px 1fr;align-items:start;gap:9px;padding:10px;display:grid}.check>span{border-radius:50%;place-items:center;width:24px;height:24px;font-weight:700;display:grid}.check.pass>span{color:#246544;background:#e4f3eb}.check.fail>span{color:#923f3f;background:#f8e4e4}.check.warn>span{color:#8f5f16;background:#fff0dd}.check b{font-size:12px;display:block}.check small{color:#6c7982;margin-top:2px;line-height:1.5;display:block}footer{color:#53636e;border-top:1px solid #d7d0c5;justify-content:space-between;gap:20px;width:min(1500px,94vw);margin:28px auto 0;padding:24px 0 36px;display:flex}footer b{color:var(--navy)}footer span{font-size:12px}footer small{color:#79868e}@media (max-width:1100px){.workspace{grid-template-columns:1fr}.command-panel{position:static}.roles-grid{grid-template-columns:repeat(2,1fr)}.method-row{grid-template-columns:repeat(4,1fr)}.phase-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.app-header{padding:0 18px}.brand span,.version{display:none}.builder-hero{grid-template-columns:1fr;padding:28px 20px}.workspace{width:calc(100% - 24px);margin-top:12px}.pipeline{grid-template-columns:repeat(5,110px);justify-content:start;overflow:auto}.grid.two,.metrics-row{grid-template-columns:1fr}.roles-grid,.method-row,.phase-grid{grid-template-columns:1fr 1fr}.result-hero{flex-direction:column}.hero-badges{justify-content:flex-start}.toolbar{flex-direction:column;align-items:flex-start;top:78px}footer{flex-direction:column;width:calc(100% - 30px)}}@media print{body{background:#fff}.app-header,.builder-hero,.command-panel,.pipeline,.no-print,footer{display:none!important}.workspace{width:100%;margin:0;display:block}.main-panel{box-shadow:none;border:0}.result-wrap{padding:0}.panel,.result-hero,.metric{break-inside:avoid;box-shadow:none}}.auth-shell{background:radial-gradient(circle at 15% 10%,#c7a25a24,#0000 32%),linear-gradient(145deg,#061522,#0b2233 68%,#102b3e);place-items:center;min-height:100vh;padding:28px;display:grid}.auth-card{background:#fffffffa;border:1px solid #c7a25a52;border-radius:24px;width:min(560px,94vw);padding:30px;box-shadow:0 30px 80px #00000040}.auth-brand{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.brand-mark.large{flex:none;width:58px;height:58px;font-size:32px}.auth-card h1{color:var(--navy);margin:3px 0 8px;font-size:28px}.auth-card p{line-height:1.8}.auth-form{gap:8px;display:grid}.auth-form label{color:#5c6d78;margin-top:4px;font-size:12px;font-weight:700}.auth-form input{background:#fff;border:1px solid #d8d2c8;border-radius:11px;outline:none;width:100%;height:46px;padding:0 12px}.auth-form input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c7a25a1f}.text-button{color:#315f83;text-align:center;background:0 0;border:0;width:100%;padding:10px 0;font-weight:600}.auth-note{text-align:center;color:#7f8b93;margin-top:4px;display:block}.auth-alert{border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.6}.auth-alert.error{color:#8c3f3f;background:#f8e8e8}.auth-alert.success{color:#2d6b4c;background:#e8f4ed}.pending-card{text-align:center}.pending-card .brand-mark{margin:0 auto 12px}.auth-actions{gap:8px;margin-top:18px;display:grid}.secondary{color:var(--navy);background:#fff;border:1px solid #d9d2c7;border-radius:11px;padding:11px 14px;font-weight:600}.user-chip{background:#ffffff0a;border:1px solid #ffffff24;border-radius:10px;flex-direction:column;padding:7px 10px;line-height:1.15;display:flex}.user-chip b{color:#edf3f6;font-size:10px;font-weight:500}.user-chip small{color:var(--gold-2);text-transform:uppercase;margin-top:3px;font-size:9px}.header-button{color:#fff;background:0 0;border:1px solid #ffffff2e;border-radius:9px;padding:8px 10px}.save-status{border-radius:10px;margin:12px 18px 0;padding:9px 12px;font-size:12px;font-weight:600}.save-status.saving{color:#815b1e;background:#fff4df}.save-status.saved{color:#2c6b4a;background:#e8f4ed}.save-status.error{color:#8e4040;background:#f8e8e8}.library-block{margin-top:4px}.library-title{justify-content:space-between;align-items:center;gap:10px;display:flex}.library-title button{color:#526d83;background:0 0;border:0;padding:0;font-size:10px}.library-row{grid-template-columns:1fr 28px;gap:5px;display:grid}.library-open{width:100%}.archive-btn{color:#9b5050;background:#fff5f5;border:1px solid #ead9d9;border-radius:9px;padding:0;font-size:18px;line-height:1}.small{font-size:11px}.team-box{border-top:1px solid #e5ded4;margin-top:20px;padding-top:4px}.team-add{grid-template-columns:1fr 84px 58px;gap:6px;display:grid}.team-add input,.team-add select{background:#fff;border:1px solid #d8d2c8;border-radius:9px;min-width:0;height:38px;padding:0 8px;font-size:11px}.team-add button{background:var(--navy);color:#fff;border:0;border-radius:9px;font-size:11px}.team-msg{color:#61717b;margin-top:7px;line-height:1.5;display:block}.member-list{gap:6px;margin-top:10px;display:grid}.member-row{background:#fbf9f5;border:1px solid #e5dfd5;border-radius:9px;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:8px;display:grid}.member-row b{text-overflow:ellipsis;font-size:10px;display:block;overflow:hidden}.member-row small{color:#7a8790;margin-top:2px;font-size:9px;display:block}.member-row button{background:#fff;border:1px solid #d9d2c7;border-radius:8px;padding:5px 7px;font-size:9px}.member-row button:disabled{opacity:.45}@media (max-width:760px){.header-actions a,.user-chip{display:none}.auth-card{padding:22px}.auth-brand{flex-direction:column}.team-add{grid-template-columns:1fr 76px}.team-add button{grid-column:1/-1;height:36px}}.status-filters{flex-wrap:wrap;gap:6px;margin:8px 0 12px;display:flex}.status-filters button{color:#5b6b76;background:#fff;border:1px solid #dfd8cd;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:9px;display:flex}.status-filters button span{background:#f0ece5;border-radius:999px;place-items:center;min-width:17px;height:17px;font-size:8px;display:grid}.status-filters button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.status-filters button.active span{background:#ffffff24}.library-row.selected .library-open{border-color:var(--gold);box-shadow:0 0 0 2px #c7a25a1a}.library-open small{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.workflow-badge{border:1px solid #0000;border-radius:999px;align-items:center;padding:3px 7px;font-size:9px;font-weight:700;line-height:1.2;display:inline-flex}.workflow-badge.green{color:#286847;background:#e7f4ec;border-color:#c3dfcf}.workflow-badge.blue{color:#2d5e84;background:#e9f1f8;border-color:#c7d9e9}.workflow-badge.amber{color:#8a5d1b;background:#fff2df;border-color:#ecd0a5}.workflow-badge.neutral{color:#68747b;background:#f1f0ed;border-color:#dfddd8}.governance-wrap{padding:22px}.governance-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.governance-head h4{color:var(--navy);margin:9px 0 2px;font-size:20px}.next-action{background:var(--cream-2);border:1px solid #e5ded3;border-radius:12px;min-width:220px;padding:12px}.next-action span{color:#7a8790;font-size:10px;display:block}.next-action b{color:var(--navy);margin-top:3px;font-size:12px;display:block}.approval-flow{grid-template-columns:repeat(6,minmax(100px,1fr));gap:8px;margin-top:18px;display:grid}.approval-step{text-align:center;background:#faf7f2;border:1px solid #e2dbd0;border-radius:11px;padding:10px}.approval-step span{color:var(--gold);font-size:9px;font-weight:700;display:block}.approval-step b{margin-top:4px;font-size:10px;display:block}.approval-step.current{border-color:var(--gold);background:#fffaf0;box-shadow:0 0 0 2px #c7a25a1a}.workflow-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.workflow-actions button{color:var(--navy);background:#fff;border:1px solid #d9d2c8;border-radius:10px;padding:9px 12px;font-size:11px;font-weight:700}.workflow-actions .approve-action{background:var(--navy);color:#fff;border-color:var(--navy)}.workflow-actions .defer-action{color:#7c6640;background:#fffaf0;border-color:#e7d3ae}.workflow-actions button:disabled{opacity:.55;cursor:wait}.version-list,.event-list{gap:7px;display:grid}.version-row,.event-row{background:#fbf9f5;border:1px solid #e6dfd4;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;display:flex}.version-row>div,.event-row>div{align-items:center;gap:8px;min-width:0;display:flex}.version-row b,.event-row b{color:var(--navy);font-size:11px}.version-row span,.event-row span{color:#697983;font-size:10px}.version-row small,.event-row small{color:#859098;white-space:nowrap;font-size:9px}.faq-list{gap:8px;display:grid}.faq-item{background:#fbf9f5;border:1px solid #e3ddd3;border-radius:11px;overflow:hidden}.faq-item summary{cursor:pointer;color:var(--navy);padding:12px 14px;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"＋";float:left;color:var(--gold);font-size:16px;line-height:1}.faq-item[open] summary:after{content:"−"}.faq-item p{color:#5e6d77;margin:0;padding:0 14px 13px;font-size:12px;line-height:1.8}@media (max-width:1100px){.approval-flow{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.governance-head{flex-direction:column}.next-action{width:100%;min-width:0}.approval-flow{grid-template-columns:repeat(2,1fr)}.version-row,.event-row{flex-direction:column;align-items:flex-start}}.version-row em{color:#8a7043;background:#fff8e9;border:1px solid #ead7ad;border-radius:999px;padding:2px 6px;font-size:8px;font-style:normal}.design-review-wrap{padding:22px}.design-review-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.design-review-head h4{color:var(--navy);margin:8px 0 4px;font-size:20px}.design-version-picker{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.design-version-picker button{color:var(--navy);background:#fff;border:1px solid #dbd4c8;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700}.design-version-picker button.active{background:var(--navy);border-color:var(--navy);color:#fff}.design-review-grid{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:18px;margin-top:14px;display:grid}.design-template-card{background:#fff;border:1px solid #e1d9cc;border-radius:16px;padding:14px;position:sticky;top:14px}.design-template-card h4{color:var(--navy);margin:5px 0 10px;font-size:13px;line-height:1.6}.design-template-card img{border:1px solid #d8c69b;border-radius:10px;width:100%;display:block;box-shadow:0 8px 24px #04293b1f}.design-template-card p{color:#6c7880;font-size:10px;line-height:1.7}.template-placeholder{color:#e8b858;text-align:center;background:linear-gradient(145deg,#073b50,#0b2b3d 55%,#0a6270);border:1px solid #e8b858;border-radius:10px;place-items:center;height:250px;font-weight:800;line-height:1.8;display:grid}.brochure-preview{gap:22px;display:grid}.brochure-page{isolation:isolate;color:#fff;background:radial-gradient(circle at 12% 7%,#eabb5c1f,#0000 19%),radial-gradient(circle at 88% 12%,#2ca4aa3d,#0000 30%),linear-gradient(145deg,#073a50 0%,#062e43 48%,#08263a 100%);border:1px solid #e8b85873;border-radius:22px;width:min(100%,760px);min-height:920px;margin:0 auto;padding:52px 54px 42px;position:relative;overflow:hidden;box-shadow:0 20px 44px #0422302e}.brochure-page:before,.brochure-page:after{content:"";z-index:-1;border:2px solid #e8b858b8;border-radius:50%;width:320px;height:320px;position:absolute}.brochure-page:before{top:-235px;right:-120px}.brochure-page:after{bottom:-265px;left:-125px}.brochure-glow{z-index:-1;filter:blur(4px);opacity:.75;border-radius:50%;position:absolute}.glow-a{background:#1a8e9840;width:320px;height:170px;top:-20px;right:-60px}.glow-b{background:#e8b85814;width:210px;height:210px;bottom:160px;left:-40px}.glow-c{background:#15919929;width:300px;height:220px;top:200px;left:-70px}.brochure-brand{justify-content:center;align-items:center;gap:18px;margin-bottom:34px;display:flex}.brochure-logo{color:#f1c76f;letter-spacing:-2px;border-left:2px solid #f1c76f;padding-left:18px;font-family:Georgia,serif;font-size:31px;font-weight:800}.brochure-logo span{color:#e0aa45}.brochure-brand>div:last-child{flex-direction:column;align-items:flex-start;display:flex}.brochure-brand b{color:#efc066;letter-spacing:2px;font-size:29px}.brochure-brand small{color:#efc066;font-size:10px}.brochure-hero-title{text-align:center;max-width:650px;margin:0 auto}.brochure-hero-title>span{color:#fff;margin-bottom:5px;font-size:18px;font-weight:800;display:inline-block}.brochure-hero-title h1{color:#f2c268;text-shadow:0 4px 16px #00000042;margin:0;font-size:48px;font-weight:900;line-height:1.15}.brochure-hero-title p{color:#f7f4ed;max-width:610px;margin:16px auto 0;font-size:17px;font-weight:700;line-height:1.65}.brochure-divider{background:linear-gradient(90deg,#0000,#efbe5e 18% 82%,#0000);height:1px;margin:30px 0 24px;box-shadow:0 0 8px #efbe5eb3}.brochure-grid.four{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.brochure-card{text-align:center;background:#02213185;border:1.5px solid #e9b752;border-radius:18px;min-height:205px;padding:26px 18px 20px;position:relative}.brochure-card i{color:#f0c66f;background:#07384e;border:2px solid #e9b752;border-radius:50%;place-items:center;width:58px;height:58px;margin:-3px auto 10px;font-size:26px;font-style:normal;display:grid;box-shadow:0 0 16px #e8b8582e}.brochure-card h3{color:#efbd5d;margin:0 0 10px;font-size:18px}.brochure-card p{color:#f4f1e9;margin:0;font-size:12px;line-height:1.75}.brochure-result-capsule{text-align:center;color:#f0bd59;background:#042737bf;border:1.5px solid #eabc5c;border-radius:999px;max-width:590px;margin:24px auto 17px;padding:13px 24px;font-size:22px;font-weight:900}.brochure-footer{color:#ebbd60;justify-content:center;align-items:center;gap:14px;display:flex}.brochure-footer span{border-left:1px solid #d9ab4b;padding-left:12px;font-family:Georgia,serif;font-weight:800}.brochure-footer b{font-size:13px}.brochure-mini-head{border-bottom:1px solid #e8b858a6;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:15px;display:flex}.brochure-mini-head>div{flex-direction:column;gap:3px;display:flex}.brochure-mini-head span{color:#fff;font-size:12px;font-weight:800}.brochure-mini-head b{color:#efbd5d;font-size:23px}.brochure-mini-head small{color:#efc870;border:1px solid #eabb5b;border-radius:999px;padding:5px 9px}.brochure-page.page-two h2{color:#f0be60;text-align:center;margin:20px 0 13px;font-size:22px}.brochure-method-grid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.brochure-method-grid>div{text-align:center;background:#021f2e85;border:1px solid #ebbc5dc7;border-radius:14px;flex-direction:column;justify-content:center;gap:7px;min-height:95px;padding:12px 8px;display:flex}.brochure-method-grid span{color:#efbd5c;font-size:9px;font-weight:800}.brochure-method-grid b{font-size:11px;line-height:1.45}.brochure-output-grid{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.brochure-output-grid>div{background:#021f2e94;border:1px solid #ebbc5d8c;border-radius:12px;align-items:flex-start;gap:8px;padding:11px;display:flex}.brochure-output-grid i{color:#efbd5c;font-style:normal;font-weight:900}.brochure-output-grid span{font-size:11px;line-height:1.55}.brochure-info-row{grid-template-columns:repeat(3,1fr);gap:9px;margin:18px 0;display:grid}.brochure-info-row>div{text-align:center;color:#082c3f;background:linear-gradient(#ecbe60f5,#d29739f5);border-radius:13px;padding:12px}.brochure-info-row span{font-size:9px;display:block}.brochure-info-row b{margin-top:4px;font-size:14px;display:block}.brochure-exec-box{text-align:center;background:#021f2ea3;border:1px solid #eabb5b;border-radius:16px;padding:16px 18px}.brochure-exec-box span{color:#efbd5d;font-size:16px;font-weight:900}.brochure-exec-box p{margin:7px 0 0;font-size:11px;line-height:1.7}.brochure-cta{color:#082c3e;text-align:center;background:#efbb59;border-radius:999px;margin-top:17px;padding:12px 18px;font-size:12px;font-weight:900}.brochure-preview.enhanced .brochure-page{background:radial-gradient(circle at 86% 5%,#33b1b552,#0000 27%),radial-gradient(circle at 9% 72%,#e8b8581f,#0000 20%),linear-gradient(155deg,#052c41 0%,#07384f 45%,#052639 100%)}.brochure-preview.enhanced .brochure-card{box-shadow:inset 0 0 0 1px #ffffff06,0 9px 24px #00000021}.brochure-preview.enhanced .brochure-hero-title h1{letter-spacing:.2px;font-size:52px}.brochure-preview.enhanced .brochure-grid.four{gap:18px}.brochure-preview.enhanced .brochure-card{min-height:215px;padding:29px 20px 22px}.brochure-preview.enhanced .brochure-result-capsule{background:linear-gradient(90deg,#021f2ee6,#053f4eeb);box-shadow:0 8px 22px #0000002e}@media (max-width:1000px){.design-review-grid{grid-template-columns:1fr}.design-template-card{grid-template-columns:120px 1fr;align-items:start;gap:12px;display:grid;position:static}.design-template-card img,.template-placeholder{grid-row:1/4;height:auto}.brochure-page{min-height:850px;padding:40px 34px}}@media (max-width:720px){.design-review-head{flex-direction:column}.design-version-picker{justify-content:flex-start}.design-template-card{display:block}.brochure-page{border-radius:15px;min-height:auto;padding:30px 18px}.brochure-hero-title h1,.brochure-preview.enhanced .brochure-hero-title h1{font-size:34px}.brochure-grid.four,.brochure-output-grid{grid-template-columns:1fr}.brochure-method-grid{grid-template-columns:repeat(2,1fr)}.brochure-info-row{grid-template-columns:1fr}}.workspace{grid-template-columns:1fr;align-items:start;gap:18px;width:min(1560px,96vw);margin:22px auto 0;display:grid}.command-panel.command-panel-wide{border-radius:20px;padding:18px;position:static;top:auto;overflow:visible}.command-compose{grid-template-columns:minmax(360px,1.35fr) minmax(300px,1fr) minmax(230px,.58fr);align-items:stretch;gap:14px;display:grid}.command-field{flex-direction:column;min-width:0;display:flex}.command-field>label{color:var(--navy);margin:0 0 7px;font-size:12px;font-weight:700;display:block}.command-panel.command-panel-wide textarea{resize:vertical;height:108px;min-height:108px}.command-panel.command-panel-wide textarea.context{height:108px;min-height:108px}.command-build-box{flex-direction:column;min-width:0;padding:0;display:flex}.command-build-box .settings-row{grid-template-columns:1fr 1fr;margin:0 0 9px}.command-build-box .settings-row input,.command-build-box .settings-row select{height:40px}.command-build-button{min-height:46px;margin-top:0}.command-hint{color:#78858e;margin-top:7px;font-size:9px;line-height:1.55;display:block}.command-support-grid{grid-template-columns:minmax(300px,1.05fr) minmax(520px,1.9fr) minmax(180px,.55fr);align-items:start;gap:12px;margin-top:14px;display:grid}.command-module{background:#fbf9f5;border:1px solid #e5ded3;border-radius:14px;min-width:0;padding:11px}.command-module .example-label{margin:0 0 7px}.example-list-horizontal{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.example-list-horizontal button{min-height:56px;padding:8px 9px;font-size:10px;line-height:1.45}.library-block-wide{margin-top:0}.library-block-wide .status-filters{scrollbar-width:thin;flex-wrap:nowrap;margin:6px 0 8px;padding-bottom:4px;overflow-x:auto}.library-block-wide .status-filters button{white-space:nowrap;flex:none}.history-compact{scrollbar-width:thin;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:154px;padding-left:2px;overflow:auto}.history-compact .library-row{min-width:0}.history-compact .library-open{flex-direction:column;justify-content:center;align-items:flex-start;min-height:54px;padding:8px 9px}.history-compact .library-open b{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.team-module{background:#fbf9f5;padding:0;overflow:hidden}.team-module>summary{cursor:pointer;color:var(--navy);justify-content:space-between;align-items:center;padding:12px 13px;font-size:11px;font-weight:700;list-style:none;display:flex}.team-module>summary::-webkit-details-marker{display:none}.team-module>summary:after{content:"＋";color:var(--gold);font-size:16px}.team-module[open]>summary:after{content:"−"}.team-module .team-box{border-top:1px solid #e5ded4;margin-top:0;padding:0 11px 11px}.team-module .team-box>.example-label{display:none}.team-module .member-list{max-height:122px;overflow:auto}.main-panel{width:100%;min-width:0;min-height:620px}.result-wrap,.verify-wrap,.governance-wrap,.design-review-wrap{max-width:none}.toolbar{top:78px}@media (max-width:1180px){.command-compose{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.command-build-box{grid-column:1/-1;grid-template-columns:minmax(280px,.65fr) minmax(220px,.35fr);align-items:end;gap:10px;display:grid}.command-build-box .settings-row{margin:0}.command-hint{display:none}.command-support-grid{grid-template-columns:1fr 1.6fr}.team-module{grid-column:1/-1}}@media (max-width:820px){.workspace{width:calc(100% - 24px);margin-top:12px}.command-compose,.command-support-grid{grid-template-columns:1fr}.command-build-box{grid-column:auto;display:block}.command-build-box .settings-row{margin:0 0 9px}.command-field-main,.command-field-context{grid-column:auto}.example-list-horizontal,.history-compact{grid-template-columns:1fr}.history-compact{max-height:230px}.team-module{grid-column:auto}}@media print{.command-panel.command-panel-wide{display:none!important}}@media (min-width:821px){.command-field>label{font-size:15px;line-height:1.5}.command-panel.command-panel-wide textarea,.command-panel.command-panel-wide textarea.context{padding:15px 17px;font-size:18px;line-height:1.75}.command-build-box .settings-row label{font-size:14px}.command-build-box .settings-row input,.command-build-box .settings-row select,.command-build-button{font-size:18px}.command-hint{font-size:12px}.command-module{padding:14px}.command-module .example-label,.library-title{font-size:15px}.example-list-horizontal button{min-height:74px;padding:11px 13px;font-size:16px;line-height:1.6}.library-block-wide .status-filters button{padding:8px 11px;font-size:14px}.library-block-wide .status-filters button span{min-width:22px;height:22px;font-size:11px}.history-compact{max-height:192px}.history-compact .library-open{min-height:72px;padding:11px 12px}.history-compact .library-open b{font-size:16px;line-height:1.5}.history-compact .library-open small{font-size:13px;line-height:1.45}.history-compact .workflow-badge{padding:4px 8px;font-size:12px}.team-module>summary{padding:15px;font-size:15px}.empty-state{padding:72px 44px 80px}.empty-state h2{margin:10px 0 18px;font-size:34px}.empty-state p{max-width:980px;font-size:20px;line-height:1.9}.principles{gap:12px;margin-top:34px}.principles span{padding:10px 17px;font-size:17px}.principles i{font-size:19px}}.edit-content-button,.workflow-actions .edit-content-action{font-weight:700;color:#6f551f!important;background:#fffaf0!important;border-color:#c7a25a!important}.content-editor-wrap{padding:22px}.content-editor-head,.content-editor-bottom{color:#fff;background:linear-gradient(135deg,#071827,#113049);border:1px solid #c7a25a61;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.content-editor-head h2{margin:4px 0 8px;font-size:26px}.content-editor-head p{color:#dbe3e9;max-width:850px;margin:0;line-height:1.75}.content-editor-head .eyebrow{color:#dfc482}.content-editor-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.content-editor-actions .secondary{color:#fff;background:0 0;border-color:#ffffff4d;width:auto;min-width:125px;height:44px}.content-editor-actions .primary{width:auto;min-width:245px;height:44px;margin:0;padding:0 18px}.content-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.content-editor-grid .panel{margin:0}.content-editor-field{margin:13px 0;display:block}.content-editor-field>span{color:var(--navy);margin-bottom:5px;font-size:13px;font-weight:700;display:block}.content-editor-field>small{color:#78858d;margin:-1px 0 6px;font-size:10px;line-height:1.5;display:block}.content-editor-field textarea{resize:vertical;width:100%;min-height:76px;color:var(--ink);background:#fff;border:1px solid #d8d2c8;border-radius:11px;outline:none;padding:11px 12px;font-size:14px;line-height:1.75}.content-editor-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c7a25a1f}.content-editor-bottom{background:#0b2233;margin-top:14px}.content-editor-bottom>span{color:#d5dee4;max-width:760px;font-size:12px;line-height:1.7}.content-editor-bottom .secondary{color:#fff}@media (min-width:821px){.content-editor-field>span{font-size:15px}.content-editor-field>small{font-size:12px}.content-editor-field textarea{padding:13px 14px;font-size:17px;line-height:1.8}}@media (max-width:950px){.content-editor-grid{grid-template-columns:1fr}.content-editor-head,.content-editor-bottom{flex-direction:column;align-items:flex-start}.content-editor-actions{justify-content:flex-start;width:100%}}@media (max-width:620px){.content-editor-wrap{padding:12px}.content-editor-actions{grid-template-columns:1fr;width:100%;display:grid}.content-editor-actions .secondary,.content-editor-actions .primary{width:100%;min-width:0}}@media print{.content-editor-wrap{display:none!important}}
