:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}input,textarea,select{caret-color:#1f1228;color:#1f1228!important;-webkit-text-fill-color:#1f1228!important;background-color:#fffaf7!important}input::placeholder,textarea::placeholder{opacity:1;color:#7c6f84!important;-webkit-text-fill-color:#7c6f84!important}option{color:#1f1228;background-color:#fffaf7}input:-webkit-autofill{-webkit-text-fill-color:#1f1228!important;box-shadow:inset 0 0 0 1000px #fffaf7!important}input:-webkit-autofill:hover{-webkit-text-fill-color:#1f1228!important;box-shadow:inset 0 0 0 1000px #fffaf7!important}input:-webkit-autofill:focus{-webkit-text-fill-color:#1f1228!important;box-shadow:inset 0 0 0 1000px #fffaf7!important}textarea:-webkit-autofill{-webkit-text-fill-color:#1f1228!important;box-shadow:inset 0 0 0 1000px #fffaf7!important}select:-webkit-autofill{-webkit-text-fill-color:#1f1228!important;box-shadow:inset 0 0 0 1000px #fffaf7!important}*{box-sizing:border-box}body{color:#231f20;background:#f8f5ef;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.app-shell{background:#f8f5ef;min-height:100vh;display:flex}.sidebar{background:#fbf8f2;border-right:1px solid #d8c7a3;width:245px;padding:28px 22px}.logo{color:#4b2568;margin-bottom:38px;font-size:28px;font-weight:800}.nav{flex-direction:column;gap:10px;display:flex}.nav a{border-radius:12px;padding:11px 12px;font-size:17px}.nav a:hover{color:#4b2568;background:#efe6d8}.main-content{flex:1;padding:34px 42px}.top-bar{border-bottom:1px solid #d8c7a3;justify-content:space-between;margin-bottom:30px;padding-bottom:18px;display:flex}.page-title{color:#2b2230;margin:0;font-size:34px}.subtitle{color:#6f6675;margin-top:8px}.card-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:18px;max-width:750px;display:grid}.card{background:#fff;border:1px solid #eadfcd;border-radius:18px;padding:22px;box-shadow:0 8px 24px #2d22190f}.card h3{color:#4b2568;margin:0 0 8px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:35px;display:grid}.priority-card{grid-column:span 2}.card button{color:#fff;cursor:pointer;background:#5d2d91;border:none;border-radius:12px;margin-top:18px;padding:10px 18px;transition:all .2s}.card button:hover{background:#7141a8}.quick-actions{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.user-pill{background:#fff;border:1px solid #e6dbc8;border-radius:999px;padding:12px 22px;font-weight:600}.search-input{background:#fff;border:1px solid #d8c7a3;border-radius:16px;outline:none;width:100%;max-width:900px;margin-bottom:18px;padding:16px 18px;font-size:18px}.search-input:focus{border-color:#5d2d91;box-shadow:0 0 0 3px #5d2d9126}.product-list{flex-direction:column;gap:16px;max-width:900px;display:flex}.product-card{background:#fff;border:1px solid #eadfcd;border-radius:18px;justify-content:space-between;gap:20px;padding:22px;display:flex;box-shadow:0 8px 24px #2d22190f}.product-card h3{color:#4b2568;margin:0 0 10px}.product-card p{margin:5px 0}.product-price{color:#5d2d91;white-space:nowrap;font-weight:800}.product-header{background:#fff;border-radius:20px;align-items:center;gap:30px;margin-bottom:30px;padding:30px;display:flex;box-shadow:0 8px 24px #00000014}.product-image-placeholder{background:#f5f2ec;border:2px dashed #cbbda5;border-radius:18px;justify-content:center;align-items:center;width:180px;height:180px;display:flex;overflow:hidden}.product-image-placeholder img{object-fit:cover;width:100%;height:100%}.product-image-placeholder span{font-size:60px}.product-header-info{text-align:center;flex:1;min-width:0}.product-header-info h1{letter-spacing:-.04em;text-align:center;text-wrap:balance;color:#4b2568;max-width:720px;margin:8px auto 10px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.eyebrow{text-transform:uppercase;letter-spacing:2px;color:#8c7a60;font-size:13px}.product-meta-row{gap:40px;margin-top:25px;display:flex}.product-meta-row div{flex-direction:column;display:flex}.product-meta-row strong{color:#666;margin-bottom:6px}.product-meta-row span{font-size:18px;font-weight:700}.tabs{border-bottom:1px solid #e5d8c4;gap:10px;margin:24px 0;padding-bottom:10px;display:flex}.tab{cursor:pointer;color:#6f6675;background:0 0;border:none;border-radius:999px;padding:10px 14px;font-weight:700}.tab:hover{color:#4b2568;background:#f1e9dc}.tab.active{color:#fff;background:#4b2568}.dashboard-widget{background:#fff;border:1px solid #eadfcd;border-radius:18px;padding:24px;box-shadow:0 8px 24px #2d22190f}.dashboard-widget h3{color:#4b2568;margin:0 0 16px}.widget-value{color:#2b2230;margin-bottom:8px;font-size:34px;font-weight:800}.dashboard-widget p{color:#6f6675;margin:0}.search-results{flex-direction:column;gap:10px;margin-top:16px;display:flex}.search-result-button{text-align:left;cursor:pointer;background:#fff;border:1px solid #eadfcd;border-radius:14px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.search-result-button strong{color:#4b2568;font-size:16px}.search-result-button span{color:#6f6675;font-size:14px}.primary-button:disabled{opacity:.45;cursor:not-allowed}.search-result-button{text-align:left;color:#2b2230;cursor:pointer;background:#fff;border:1px solid #eadfcd;border-radius:14px;flex-direction:column;gap:4px;padding:14px 16px;display:flex;box-shadow:0 6px 18px #2d22190a}.search-result-button:hover{background:#f8f3fb;border-color:#d9c5ea}.search-result-button strong{color:#4b2568}.search-result-button span{color:#6f6675}.search-results .search-result-button{color:#2b2230!important;background:#fff!important;border:1px solid #eadfcd!important}.search-results .search-result-button:hover{background:#f8f3fb!important;border-color:#d9c5ea!important}.search-results .search-result-button strong{color:#4b2568!important}.search-results .search-result-button span{color:#6f6675!important}.content-studio-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:24px;display:grid}.search-results .search-result-button{cursor:pointer;text-align:left;border-radius:14px;grid-template-columns:64px 1fr auto;align-items:center;gap:14px;padding:12px 14px;display:grid;box-shadow:0 6px 18px #2d22190a;color:#2b2230!important;background:#fff!important;border:1px solid #eadfcd!important}.result-thumb,.selected-product-image{background:#f5f2ec;border:1px dashed #cbbda5;justify-content:center;align-items:center;display:flex;overflow:hidden}.result-thumb{border-radius:12px;width:58px;height:58px}.result-thumb img,.selected-product-image img{object-fit:cover;width:100%;height:100%}.result-info{flex-direction:column;gap:4px;display:flex}.result-info strong{font-size:16px;color:#4b2568!important}.result-info span{font-size:14px;color:#6f6675!important}.result-arrow{color:#9b83b6;font-size:28px}.selected-product-panel{grid-template-columns:180px 1fr;align-items:center;gap:24px;display:grid}.selected-product-image{border-radius:18px;width:180px;height:180px}@media (width<=900px){.content-studio-layout,.selected-product-panel{grid-template-columns:1fr}}.content-workspace{flex-direction:column;gap:24px;display:flex}.content-product-hero{grid-template-columns:180px 1fr;align-items:center;gap:24px;display:grid}.content-product-meta{flex-wrap:wrap;gap:10px;margin:14px 0;display:flex}.content-product-meta span{color:#4b2568;background:#f8f3fb;border:1px solid #eadcf5;border-radius:999px;padding:8px 12px;font-size:14px;font-weight:700}.selected-description{color:#5d5663;margin-top:14px;line-height:1.5}.content-actions-grid{grid-template-columns:repeat(3,minmax(220px,1fr));gap:24px;display:grid}.create-everything-card{background:#fffafd;border-color:#d9c5ea}@media (width<=900px){.content-product-hero,.content-actions-grid{grid-template-columns:1fr}}.builder-panel{background:#fffafd;border-color:#d9c5ea}.builder-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.builder-section{margin-top:24px}.option-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-top:14px;display:grid}.option-pill{cursor:pointer;color:#4b2568;background:#fff;border:1px solid #eadfcd;border-radius:999px;align-items:center;gap:10px;padding:12px 14px;font-weight:700;display:flex}.option-pill:hover{background:#f8f3fb;border-color:#d9c5ea}.two-column{grid-template-columns:repeat(2,minmax(220px,1fr));gap:20px;display:grid}.select-input{background:#fff;border:1px solid #eadfcd;border-radius:14px;width:100%;padding:14px 16px;font-size:16px}.secondary-button{color:#4b2568;cursor:pointer;background:#fff;border:1px solid #eadfcd;border-radius:12px;padding:10px 16px;font-weight:700}.secondary-button:hover{background:#f8f3fb}.create-button{width:100%;margin-top:28px;padding:16px 20px;font-size:18px}.generated-package{flex-direction:column;gap:18px;display:flex}.generated-package h2{color:#4b2568}.generated-item{background:#fff;border:1px solid #eadfcd;border-radius:18px;padding:22px;box-shadow:0 8px 24px #2d22190f}.generated-item h3{color:#4b2568;margin-top:0}.generated-item pre{white-space:pre-wrap;color:#2b2230;font-family:inherit;line-height:1.5}.generated-item-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.generated-textarea{resize:vertical;border:1px solid #eadfcd;border-radius:14px;width:100%;min-height:220px;padding:16px;font-family:inherit;font-size:15px;line-height:1.5}.core-content-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.core-sidebar{flex-direction:column;gap:18px;display:flex}.core-section{border-top:1px solid #eadfcd;margin-top:28px;padding-top:22px}.core-section h3{color:#4b2568;margin-bottom:12px}.core-textarea,.core-input{background:#fff;border:1px solid #eadfcd;border-radius:14px;width:100%;padding:16px;font-family:inherit;font-size:15px;line-height:1.5}.core-textarea{resize:vertical;min-height:180px}.core-textarea.small{min-height:120px}.tag-grid{flex-wrap:wrap;gap:10px;display:flex}.core-tag{color:#4b2568;cursor:pointer;background:#fff;border:1px solid #eadfcd;border-radius:999px;align-items:center;gap:8px;padding:10px 13px;font-weight:700;display:flex}.core-tag:hover{background:#f8f3fb;border-color:#d9c5ea}.score-circle{color:#4b2568;background:#f8f3fb;border:8px solid #d9c5ea;border-radius:50%;justify-content:center;align-items:center;width:118px;height:118px;margin:14px 0;font-size:28px;font-weight:900;display:flex}.health-item{color:#2b2230;margin:10px 0}@media (width<=1000px){.core-content-layout{grid-template-columns:1fr}}.knowledge-card{background:#fff;border:1px solid #eadfcd;border-radius:18px;margin-top:22px;padding:22px;box-shadow:0 8px 24px #2d22190d}.knowledge-card-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.knowledge-card-header h3{color:#4b2568;margin:0}.knowledge-card-header p{color:#6f6675;margin:8px 0 0}.knowledge-card-actions{flex-wrap:wrap;gap:10px;display:flex}.knowledge-card-body{margin-top:14px}.core-tag.selected{background:#f8f3fb;border-color:#9b6fc4;box-shadow:0 0 0 2px #9b6fc426}
