:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#162033;background:radial-gradient(circle at top,rgba(96,165,250,.16),transparent 28%),linear-gradient(180deg,#f6f8fc,#eef3fb);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px}button,textarea,input{font:inherit}button{border:0;cursor:pointer}#app{min-height:100vh}.layout{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:32px 0 48px}.hero-panel,.list-panel{background:#ffffffe6;border:1px solid rgba(212,221,236,.9);border-radius:24px;box-shadow:0 18px 50px #0f172a14}.hero-panel{padding:32px;margin-bottom:24px}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e0ecff;color:#2952cc;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{max-width:760px;margin-top:18px;font-size:clamp(2rem,4vw,3.7rem);line-height:1.08}.hero-text{max-width:760px;margin-top:18px;color:#4d5c7a;font-size:17px;line-height:1.65}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.primary-button{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 12px 28px #2563eb47}.secondary-button{background:#eef3ff;color:#1d3b8b}.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.secondary-button:disabled{opacity:.6;cursor:wait}.hidden-input{display:none}.status-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.status-card{padding:18px 20px;border-radius:18px;background:#f8fbff;border:1px solid #e0e8f7}.status-card strong{display:block;font-size:1.2rem;color:#14213d}.status-card span{display:block;margin-top:6px;color:#61708f}.list-panel{padding:28px}.panel-header{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:20px}.panel-header p{color:#61708f;margin-top:8px}.empty-state{padding:42px 24px;border-radius:20px;border:1px dashed #c7d3ea;background:linear-gradient(180deg,#fbfdff,#f4f7fc);color:#61708f}.product-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.product-card{padding:18px;border-radius:20px;border:1px solid #e0e8f7;background:#fff}.product-meta{display:flex;gap:14px;align-items:start;margin-bottom:14px}.product-index{width:38px;height:38px;border-radius:50%;background:#e8efff;color:#2643b6;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}.product-meta h3{font-size:1rem;line-height:1.4}.product-meta p{margin-top:4px;font-size:.92rem;color:#74819d;word-break:break-word}.product-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:16px;background:#edf2fb;margin-bottom:14px}.field-label{display:inline-block;margin-bottom:8px;font-size:.95rem;font-weight:700}.description-input{width:100%;resize:vertical;min-height:130px;border-radius:16px;border:1px solid #d6e0f1;background:#fbfdff;padding:14px 16px;color:#162033;line-height:1.55}.description-input:focus{outline:2px solid rgba(37,99,235,.22);border-color:#6ea3ff}@media(max-width:720px){.layout{width:min(100% - 20px,1180px);padding:20px 0 28px}.hero-panel,.list-panel{padding:20px;border-radius:20px}.status-row{grid-template-columns:1fr}}
