.stock-search-card{padding:18px}.stock-search-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.stock-search-tab{border:1px solid var(--border,#d8dee8);background:var(--surface,#fff);color:var(--text,#172033);border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer}.stock-search-tab.active{background:var(--primary,#0f766e);color:#fff;border-color:transparent}.stock-search-form{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px;align-items:end}.stock-search-form>div{display:flex;flex-direction:column;gap:6px}.stock-search-form label{font-size:11px;font-weight:800;letter-spacing:.05em;color:var(--muted,#64748b)}.stock-search-form input,.stock-search-form select{min-height:44px;border:1px solid var(--border,#d8dee8);border-radius:10px;padding:10px 12px;background:var(--surface,#fff);color:var(--text,#172033)}.stock-search-summary{margin:16px 0 10px;padding:11px 13px;border-radius:10px;background:var(--surface-soft,#f4f7fb);color:var(--muted,#64748b);font-size:13px}.stock-search-results{display:grid;gap:12px}.stock-result-card{border:1px solid var(--border,#d8dee8);border-radius:14px;padding:14px;background:var(--surface,#fff)}.stock-result-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.stock-result-head h3{margin:0 0 4px;font-size:15px}.stock-result-head p{margin:0;color:var(--muted,#64748b);font-size:12px}.stock-total-pill{white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;background:#e8f7f1;color:#0f6a55}.stock-branch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px}.stock-branch-box{border-radius:10px;background:var(--surface-soft,#f4f7fb);padding:10px}.stock-branch-box span{display:block;font-size:11px;color:var(--muted,#64748b)}.stock-branch-box strong{display:block;margin-top:3px;font-size:15px}.stock-batch-list{display:grid;gap:7px;margin-top:10px}.stock-batch-row{display:flex;justify-content:space-between;gap:12px;border-top:1px dashed var(--border,#d8dee8);padding-top:8px;font-size:12px}.stock-expiry-card{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.stock-expiry-badge{font-size:11px;font-weight:800;border-radius:999px;padding:5px 9px}.stock-expiry-badge.expired{background:#fee2e2;color:#b91c1c}.stock-expiry-badge.this-month{background:#fff1cc;color:#92400e}.stock-expiry-badge.near{background:#e0f2fe;color:#075985}.stock-empty{padding:28px;text-align:center;color:var(--muted,#64748b)}
.stock-result-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.stock-result-actions button{min-height:36px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1d4ed8;font-weight:900;padding:0 12px}.lens-power-panel{margin-top:18px;padding-top:18px;border-top:1px solid var(--border,#d8dee8)}.lens-power-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.lens-power-form>div{display:flex;flex-direction:column;gap:6px}.lens-power-form .wide{grid-column:1/-1}.lens-power-form label{font-size:11px;font-weight:900;letter-spacing:.05em;color:var(--muted,#64748b)}.lens-power-form input,.lens-power-form textarea{width:100%;min-height:44px;border:1px solid var(--border,#d8dee8);border-radius:10px;padding:10px 12px;background:var(--surface,#fff);color:var(--text,#172033);outline:none}.lens-power-form textarea{resize:vertical;line-height:1.45}.lens-power-form input:focus,.lens-power-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.lens-power-actions{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:10px}.lens-power-helper{margin:12px 0;padding:10px 12px;border-radius:10px;background:#fffbeb;color:#92400e;font-size:12px;line-height:1.45}.lens-power-list{display:grid;gap:10px}.lens-power-card{border:1px solid var(--border,#d8dee8);border-radius:14px;background:var(--surface,#fff);padding:13px}.lens-power-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.lens-power-top h4{margin:0;font-size:14px}.lens-power-top p{margin:4px 0 0;color:var(--muted,#64748b);font-size:12px;line-height:1.4}.lens-power-status{white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:1000;background:#eef2ff;color:#3730a3}.lens-power-status.diterima{background:#dcfce7;color:#166534}.lens-power-status.dibatalkan{background:#fee2e2;color:#991b1b}.lens-power-detail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.lens-power-detail div{border-radius:10px;background:var(--surface-soft,#f4f7fb);padding:9px}.lens-power-detail span{display:block;color:var(--muted,#64748b);font-size:10px;font-weight:900}.lens-power-detail strong{display:block;margin-top:3px;font-size:12px;overflow-wrap:anywhere}.lens-power-card-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin-top:10px}.lens-power-card-actions button{min-height:34px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#1f2937;font-weight:900;padding:0 10px}.lens-power-card-actions .primary-action{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}
@media(max-width:900px){.stock-search-form{grid-template-columns:repeat(2,minmax(0,1fr))}.stock-search-form .primary-btn{grid-column:1/-1}.stock-result-head{flex-direction:column}.stock-branch-grid{grid-template-columns:1fr}}
@media(max-width:900px){.lens-power-form{grid-template-columns:1fr 1fr}.lens-power-detail{grid-template-columns:1fr}}
@media(max-width:520px){.stock-search-card{padding:12px}.stock-search-form{grid-template-columns:1fr}.stock-search-tabs{display:grid;grid-template-columns:1fr}.stock-search-form .primary-btn{grid-column:auto}.stock-result-actions,.lens-power-card-actions{justify-content:stretch}.stock-result-actions button,.lens-power-card-actions button{flex:1 1 auto}.lens-power-form{grid-template-columns:1fr}.lens-power-actions{flex-direction:column!important}.lens-power-actions button{width:100%}.lens-power-top{flex-direction:column}}
