:root{--fiori-primary: #0070f2;--fiori-primary-hover: #0064d9;--fiori-primary-active: #0058c4;--shell-bg: #354a5f;--shell-text: #ffffff;--page-bg: #f5f6f7;--card-bg: #ffffff;--border: #d9d9d9;--border-light: #e5e5e5;--text: #1d2d3e;--text-muted: #556b82;--success: #107e3e;--warning: #e9730c;--error: #bb0000;--info: #0070f2;--neutral: #5b738b;--success-bg: #ebf5eb;--warning-bg: #fef3e6;--error-bg: #ffebeb;--info-bg: #e8f1fd;--neutral-bg: #eef1f4;--radius: 8px;--radius-sm: 6px;--shadow-tile: 0 0 0 1px rgba(34, 54, 74, .05), 0 1px 4px rgba(34, 54, 74, .08);--shadow-tile-hover: 0 0 0 1px rgba(0, 112, 242, .25), 0 4px 12px rgba(34, 54, 74, .14);--font-family: "72", "72full", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-family);background:var(--page-bg);color:var(--text);font-size:.875rem;line-height:1.4;-webkit-font-smoothing:antialiased}a{color:var(--fiori-primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{color:var(--text);font-weight:600}h2{font-size:1.375rem;margin:0 0 1rem}h3{font-size:1.05rem}.fiori-shell{min-height:100vh;display:flex;flex-direction:column}.shell-bar{position:sticky;top:0;z-index:30;height:2.75rem;background:var(--shell-bg);color:var(--shell-text);display:flex;align-items:center;gap:.75rem;padding:0 1rem;box-shadow:0 1px 3px #0003}.shell-bar__logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.95rem;color:var(--shell-text);white-space:nowrap}.shell-bar__logo:hover{text-decoration:none;opacity:.9}.shell-bar__logo-mark{width:1.5rem;height:1.5rem;border-radius:5px;background:var(--fiori-primary);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem}.shell-bar__search{flex:1;max-width:22rem;margin:0 .5rem}.shell-bar__search input{width:100%;height:1.75rem;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:var(--shell-text);padding:0 .6rem;font-size:.8rem}.shell-bar__search input::placeholder{color:#ffffffb3}.shell-bar__search input:focus{outline:none;background:#fff3;border-color:#ffffff80}.shell-bar__spacer{flex:1}.shell-bar__user{display:flex;align-items:center;gap:.6rem;font-size:.8rem}.shell-bar__user-meta{text-align:right;line-height:1.15}.shell-bar__user-email{font-weight:600}.shell-bar__user-role{font-size:.68rem;text-transform:uppercase;letter-spacing:.03em;opacity:.8}.shell-bar__avatar{width:2rem;height:2rem;border-radius:50%;background:var(--fiori-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.shell-bar__logout{background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.25);height:1.75rem;padding:0 .7rem;font-size:.75rem}.shell-bar__logout:hover{background:#ffffff40}.module-nav{position:sticky;top:2.75rem;z-index:20;background:var(--card-bg);border-bottom:1px solid var(--border);display:flex;gap:.25rem;padding:0 .75rem;overflow-x:auto}.module-nav a{display:inline-block;padding:.7rem .85rem;font-size:.82rem;color:var(--text-muted);border-bottom:3px solid transparent;white-space:nowrap}.module-nav a:hover{color:var(--text);text-decoration:none}.module-nav a.active{color:var(--fiori-primary);border-bottom-color:var(--fiori-primary);font-weight:600}.page-content{flex:1;padding:1.5rem 2rem;max-width:1280px;width:100%}.launchpad__header{margin-bottom:1.25rem}.launchpad__title{margin:0;font-size:1.5rem}.launchpad__subtitle{margin:.25rem 0 0;color:var(--text-muted);font-size:.85rem}.tile-group{margin-bottom:1.75rem}.tile-group__title{font-size:.9rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem}.tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:1rem}.tile{display:flex;flex-direction:column;min-height:8.5rem;background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow-tile);padding:.9rem 1rem;color:var(--text);transition:box-shadow .15s ease,transform .15s ease}.tile:hover{text-decoration:none;box-shadow:var(--shadow-tile-hover);transform:translateY(-1px)}.tile__head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.tile__icon{width:1.9rem;height:1.9rem;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;background:var(--info-bg)}.tile__title{font-size:.85rem;font-weight:600;line-height:1.2}.tile__body{flex:1;display:flex;align-items:flex-end}.tile__figure{font-size:2.25rem;font-weight:300;line-height:1}.tile__figure--loading{color:var(--text-muted);font-size:1.25rem;font-weight:400}.tile__footer{margin-top:.6rem;font-size:.72rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.tile--success .tile__figure{color:var(--success)}.tile--success .tile__icon{background:var(--success-bg)}.tile--warning .tile__figure{color:var(--warning)}.tile--warning .tile__icon{background:var(--warning-bg)}.tile--error .tile__figure{color:var(--error)}.tile--error .tile__icon{background:var(--error-bg)}.tile--info .tile__figure{color:var(--info)}.filter-bar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem;margin-bottom:1rem}.filter-bar__field{display:flex;flex-direction:column;gap:.25rem}.filter-bar__field label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.filter-bar__spacer{flex:1}table{width:100%;border-collapse:collapse;background:var(--card-bg);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-tile)}th,td{text-align:left;padding:.55rem .85rem;border-bottom:1px solid var(--border-light);font-size:.82rem}th{background:#f2f3f5;font-weight:700;color:var(--text-muted);text-transform:uppercase;font-size:.72rem;letter-spacing:.03em;border-bottom:1px solid var(--border)}tbody tr:nth-child(2n) td{background:#fafbfc}tbody tr:hover td{background:var(--info-bg)}td a{font-weight:600}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow-tile);margin-bottom:1rem}.card h3{margin-top:0}.page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.page-header h2{margin:0}.badge,.pill{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;line-height:1.5;white-space:nowrap}.pill:before{content:"";width:.45rem;height:.45rem;border-radius:50%;background:currentColor;opacity:.9}.pill--success,.badge-released{background:var(--success-bg);color:var(--success)}.pill--warning,.badge-quarantine{background:var(--warning-bg);color:var(--warning)}.pill--error,.badge-rejected,.badge-recalled{background:var(--error-bg);color:var(--error)}.pill--info{background:var(--info-bg);color:var(--info)}.pill--neutral,.badge-expired{background:var(--neutral-bg);color:var(--neutral)}button,.btn{cursor:pointer;border:1px solid var(--fiori-primary);border-radius:var(--radius-sm);padding:.4rem .9rem;font-size:.82rem;font-family:inherit;font-weight:600;background:var(--fiori-primary);color:#fff;transition:background .12s ease}button:hover:not(:disabled),.btn:hover{background:var(--fiori-primary-hover)}button:active:not(:disabled){background:var(--fiori-primary-active)}button:disabled{opacity:.45;cursor:not-allowed}button.secondary,.btn.secondary{background:transparent;color:var(--fiori-primary);border-color:var(--fiori-primary)}button.secondary:hover:not(:disabled){background:var(--info-bg)}button.ghost{background:transparent;color:var(--text-muted);border-color:var(--border)}button.ghost:hover:not(:disabled){background:var(--neutral-bg);color:var(--text)}button.danger{background:var(--error);border-color:var(--error)}button.danger:hover:not(:disabled){background:#a30000}input,select,textarea{padding:.4rem .6rem;border-radius:var(--radius-sm);border:1px solid var(--border);font-size:.82rem;font-family:inherit;background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--fiori-primary);box-shadow:0 0 0 2px #0070f226}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#354a5f,#1d2d3e)}.login-box{background:var(--card-bg);padding:2.5rem;border-radius:12px;box-shadow:0 8px 30px #00000040;width:340px}.login-box h2{margin-top:0;text-align:center}.login-box__brand{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.login-box label{display:block;margin-bottom:.75rem;font-size:.8rem;color:var(--text-muted)}.login-box input{width:100%;margin-top:.25rem}.error-text{color:var(--error);font-size:.82rem;margin:.5rem 0}.hint-text{color:var(--text-muted);font-size:.78rem}.muted{color:var(--text-muted)}.stack>*+*{margin-top:.75rem}.row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.spinner-text{color:var(--text-muted);padding:1rem 0}.pagination{display:flex;gap:.5rem;align-items:center;margin-top:1rem}
