:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;color:#1a1a1a;background-color:#f6f7fb}*{box-sizing:border-box}body{margin:0;background:#f6f7fb}.app-shell{min-height:100vh;display:flex;flex-direction:column}.top-bar{background:#b30f2f;color:#fff;padding:16px 32px;display:flex;justify-content:space-between;align-items:center}.badge{background:#fff3;padding:4px 10px;border-radius:999px;margin-right:10px;font-weight:600}.title{font-size:20px;font-weight:700}.status{font-size:14px}.content{display:grid;grid-template-columns:220px 1fr;flex:1}.sidebar{background:#fff;border-right:1px solid #e4e7ef;padding:24px 16px}.sidebar nav{display:flex;flex-direction:column;gap:12px}.sidebar a{text-decoration:none;color:#444;padding:10px 12px;border-radius:10px}.sidebar a.active{background:#fce8ec;color:#b30f2f;font-weight:600}.link-button{background:transparent;border:none;padding:10px 12px;text-align:left;color:#444;border-radius:10px;cursor:pointer;font:inherit}.link-button:hover{background:#fce8ec;color:#b30f2f}.main{padding:24px 32px}.shop-header{display:flex;justify-content:space-between;align-items:center;gap:24px}.filters{display:flex;gap:12px}input,select,textarea{padding:10px 12px;border:1px solid #d9dbe5;border-radius:10px;font:inherit}.shop-content{margin-top:24px;display:grid;grid-template-columns:1fr 280px;gap:20px}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.inventory-card{background:#fff;padding:16px;border-radius:16px;border:1px solid #eef0f6;display:flex;flex-direction:column;justify-content:space-between;min-height:140px}.inventory-meta{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.in-stock{color:#1b7f46;font-weight:600}.out-stock{color:#c23d3d;font-weight:600}.price{font-weight:700}.order-summary{background:#fff;padding:16px;border-radius:16px;border:1px solid #eef0f6;height:fit-content}.summary-list{list-style:none;padding:0;margin:12px 0;display:grid;gap:8px}.summary-list li{display:flex;justify-content:space-between;font-size:14px}.summary-total{margin:12px 0;font-weight:700}.primary{background:#b30f2f;color:#fff;border:none;padding:10px 16px;border-radius:10px;cursor:pointer;font-weight:600}.secondary{background:#fff;color:#b30f2f;border:1px solid #b30f2f;padding:10px 16px;border-radius:10px;cursor:pointer;font-weight:600}.auth-page{min-height:100vh;display:grid;place-items:center;background:#f6f7fb}.auth-card{background:#fff;padding:32px;border-radius:20px;width:min(420px,90vw);box-shadow:0 20px 40px #0f172a1a}.auth-form{display:grid;gap:16px;margin-top:20px}.request-box{margin-top:24px;background:#fff;padding:16px;border-radius:16px;border:1px solid #eef0f6;display:grid;gap:10px}.status-card{background:#fff;padding:16px;border-radius:16px;border:1px solid #eef0f6;margin-top:16px}.pill{background:#fce8ec;color:#b30f2f;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.muted{color:#6b7280}.error-text{color:#c23d3d;font-weight:600}
