: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}.m-shell{height:100vh;height:100dvh;display:flex;flex-direction:column;background:var(--page-bg);overflow:hidden}.m-appbar{position:sticky;top:0;z-index:20;height:3rem;background:var(--shell-bg);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;padding-top:env(safe-area-inset-top);box-shadow:0 1px 3px #00000040}.m-appbar__title{font-weight:700;font-size:1.05rem}.m-appbar__user{font-size:.72rem;opacity:.85;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-content{flex:1;padding:1rem;padding-bottom:calc(4rem + env(safe-area-inset-bottom));overflow-y:auto}.m-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:20;display:flex;background:var(--card-bg);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.m-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .25rem;color:var(--text-muted);font-size:.68rem;text-decoration:none;position:relative}.m-tab:hover{text-decoration:none}.m-tab.active{color:var(--fiori-primary)}.m-tab__icon{font-size:1.15rem;line-height:1;position:relative}.m-tab__label{font-weight:600}.m-tab__badge{position:absolute;top:-.4rem;left:100%;margin-left:-.5rem;min-width:1.05rem;height:1.05rem;padding:0 .25rem;border-radius:999px;background:var(--error);color:#fff;font-size:.62rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.m-group{margin-bottom:1.25rem}.m-group__title{font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem}.m-kpi-list{display:flex;flex-direction:column;gap:.6rem}.m-kpi{display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;background:var(--card-bg);border:1px solid var(--border);border-left:4px solid var(--neutral);border-radius:var(--radius);padding:.85rem 1rem;box-shadow:var(--shadow-tile);color:var(--text);cursor:pointer}.m-kpi__icon{width:2.2rem;height:2.2rem;flex-shrink:0;border-radius:var(--radius-sm);background:var(--info-bg);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}.m-kpi__text{flex:1;display:flex;flex-direction:column;min-width:0}.m-kpi__title{font-weight:600;font-size:.9rem}.m-kpi__footer{font-size:.72rem;color:var(--text-muted)}.m-kpi__figure{font-size:1.6rem;font-weight:300}.m-kpi__chevron{color:var(--text-muted);font-size:1.4rem}.m-kpi--success{border-left-color:var(--success)}.m-kpi--success .m-kpi__figure{color:var(--success)}.m-kpi--success .m-kpi__icon{background:var(--success-bg)}.m-kpi--warning{border-left-color:var(--warning)}.m-kpi--warning .m-kpi__figure{color:var(--warning)}.m-kpi--warning .m-kpi__icon{background:var(--warning-bg)}.m-kpi--error{border-left-color:var(--error)}.m-kpi--error .m-kpi__figure{color:var(--error)}.m-kpi--error .m-kpi__icon{background:var(--error-bg)}.m-kpi--info{border-left-color:var(--info)}.m-kpi--info .m-kpi__figure{color:var(--info)}.m-profile{padding-top:1rem}.m-profile__card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;margin-bottom:1rem;box-shadow:var(--shadow-tile)}.m-profile__avatar{width:3.5rem;height:3.5rem;border-radius:50%;background:var(--fiori-primary);color:#fff;font-weight:700;font-size:1.25rem;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.75rem}.m-profile__email{font-weight:600}.m-profile__role{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-top:.25rem}.m-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.m-empty__icon{font-size:2.5rem;margin-bottom:.5rem}.m-seg{display:flex;gap:.25rem;background:#e9ebee;border-radius:var(--radius-sm);padding:.2rem;margin-bottom:.75rem}.m-seg__btn{flex:1;background:transparent;border:none;color:var(--text-muted);font-size:.8rem;font-weight:600;padding:.4rem .5rem;border-radius:calc(var(--radius-sm) - 2px)}.m-seg__btn.active{background:var(--card-bg);color:var(--fiori-primary);box-shadow:0 1px 2px #0000001f}.m-filter{display:flex;gap:.5rem;margin-bottom:.75rem}.m-filter input{flex:1;min-width:0}.m-filter input,.m-filter select{height:2.25rem}.m-list{display:flex;flex-direction:column;gap:.5rem}.m-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;text-align:left;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .85rem;color:var(--text);box-shadow:var(--shadow-tile);cursor:pointer}.m-row--static{cursor:default;box-shadow:none}.m-row__main{display:flex;flex-direction:column;min-width:0;gap:.1rem}.m-row__title{font-weight:600;font-size:.88rem;overflow:hidden;text-overflow:ellipsis}.m-row__sub{font-size:.78rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis}.m-row__meta{font-size:.72rem;color:var(--text-muted)}.m-row__end{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.m-row__pills{display:flex;flex-direction:column;gap:.2rem;align-items:flex-end}.m-row__chevron{color:var(--text-muted);font-size:1.3rem}.m-row__qty{font-weight:600}.m-detail__back{background:transparent;border:none;color:var(--fiori-primary);font-weight:600;font-size:.9rem;padding:.25rem 0;margin-bottom:.5rem}.m-detail__body h3{margin:.25rem 0 .75rem}.m-detail__body h4{margin:1rem 0 .5rem;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.m-field{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;border-bottom:1px solid var(--border-light);font-size:.85rem}.m-field__label{color:var(--text-muted);flex-shrink:0}.m-field__value{text-align:right}.m-conv__group{margin:1rem 0 .5rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.m-conv__group:first-child{margin-top:0}.m-conv__badge{min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:999px;background:var(--error);color:#fff;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.m-messages{display:flex;flex-direction:column;height:100%;min-height:24rem}.m-thread-head{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.m-thread-title{font-weight:700}.m-thread{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem;padding:.5rem .1rem}.m-bubble{max-width:80%;padding:.45rem .7rem;border-radius:14px;font-size:.85rem;display:flex;flex-direction:column;gap:.1rem;box-shadow:var(--shadow-tile)}.m-bubble--other{align-self:flex-start;background:var(--card-bg);border-bottom-left-radius:4px}.m-bubble--own{align-self:flex-end;background:#d3e8ff;border-bottom-right-radius:4px}.m-bubble__sender{font-size:.68rem;font-weight:700;color:var(--fiori-primary)}.m-bubble__body{white-space:pre-wrap;word-break:break-word}.m-bubble__time{font-size:.62rem;color:var(--text-muted);align-self:flex-end}.m-composer{display:flex;gap:.5rem;flex-shrink:0;padding-top:.5rem;border-top:1px solid var(--border)}.m-composer input{flex:1;min-width:0;height:2.4rem}.m-composer button{flex-shrink:0}
