:root{--alp-red: #ee1c24;--alp-orange: #f78320;--alp-yellow: #feb914;--alp-dark-blue: #0073b4;--alp-blue: #009edd;--alp-light-blue: #6dcff6;--alp-lime: #acc32a;--alp-green: #00a54c;--alp-navy: #063a5c;--alp-navy-900: #04263b;--brand: var(--alp-dark-blue);--brand-600: #005b90;--bg: #f4f7fb;--surface: #ffffff;--text: #12283a;--text-muted: #5a6b7d;--border: #e2e9f0;--radius: 14px;--shadow: 0 12px 40px rgba(6, 58, 92, .12);--shadow-sm: 0 2px 10px rgba(6, 58, 92, .08);--font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--surface-2: #eef4fb;--placeholder: #e4edf7;--placeholder-ink: #a9c2db;--sidebar-bg: #ffffff;--sidebar-active: rgba(0, 115, 180, .1);--danger: #d64545}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}.app-loading{min-height:100vh;display:grid;place-content:center;gap:14px;color:var(--text-muted);text-align:center}.spinner{width:34px;height:34px;border:3px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.auth-layout{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr}.auth-brand{position:relative;padding:64px 56px;color:#fff;background:radial-gradient(1200px 600px at 10% -10%,var(--brand) 0%,transparent 55%),linear-gradient(145deg,var(--alp-navy) 0%,var(--alp-navy-900) 100%);display:flex;flex-direction:column;justify-content:center;overflow:hidden}.auth-brand:after{content:"";position:absolute;right:-120px;bottom:-120px;width:380px;height:380px;border-radius:50%;background:var(--alp-red);opacity:.16}.auth-brand h1{font-size:3.2rem;margin:18px 0 12px;letter-spacing:-.02em}.auth-brand p{max-width:30ch;font-size:1.05rem;line-height:1.6;color:#ffffffd1}.brand-mark{font-weight:800;letter-spacing:.28em;text-transform:uppercase;font-size:.9rem;color:var(--alp-yellow)}.brand-logo{display:block;width:auto}.auth-brand .brand-logo{height:64px;margin-bottom:6px}.dash-brand .brand-logo{height:30px}.brand-footnote{position:absolute;bottom:28px;left:56px;font-size:.8rem;color:#ffffff8c}.auth-panel{display:grid;place-items:center;padding:32px}.auth-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:36px 34px}.auth-card h2{margin:20px 0 22px;font-size:1.5rem}.auth-tabs{display:flex;gap:6px;padding:5px;background:var(--bg);border-radius:10px}.auth-tabs button{flex:1;border:0;background:transparent;padding:9px 12px;border-radius:7px;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.auth-tabs button.active{background:var(--surface);color:var(--alp-navy);box-shadow:0 2px 8px #0b21451a}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form label{display:flex;flex-direction:column;gap:7px;font-size:.88rem;font-weight:600;color:var(--text-muted)}.auth-form input{font:inherit;padding:12px 14px;border:1px solid var(--border);border-radius:10px;color:var(--text);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.auth-form input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #0073b429}.auth-error{margin:0;padding:10px 12px;font-size:.88rem;color:var(--alp-red);background:#ee1c2414;border-radius:8px}.btn-primary{font:inherit;font-weight:700;border:0;cursor:pointer;padding:13px 16px;border-radius:10px;color:#fff;background:var(--brand);transition:background .15s ease,transform .05s ease}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{font:inherit;font-weight:600;cursor:pointer;padding:8px 16px;border-radius:9px;color:var(--alp-navy);background:transparent;border:1px solid var(--border);transition:background .15s ease}.btn-ghost:hover{background:var(--bg)}.dash{min-height:100vh;display:flex;flex-direction:column}.dash-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:var(--alp-navy);color:#fff}.dash-brand{display:flex;align-items:center;gap:12px;font-size:1.15rem}.brand-mark.small{font-size:.72rem}.dash-user{display:flex;align-items:center;gap:14px;font-size:.92rem}.dash-user .btn-ghost{color:#fff;border-color:#ffffff4d}.dash-user .btn-ghost:hover{background:#ffffff1a}.dash-main{flex:1;width:100%;max-width:1040px;margin:0 auto;padding:36px 32px;display:flex;flex-direction:column;gap:24px}.hero-card{background:linear-gradient(135deg,var(--alp-blue) 0%,var(--alp-navy) 100%);color:#fff;border-radius:var(--radius);padding:34px 36px;box-shadow:var(--shadow)}.hero-card h1{margin:0 0 10px;font-size:2rem}.hero-card p{margin:0;max-width:60ch;line-height:1.6;color:#ffffffd9}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px 26px}.info-card h3{margin:0 0 16px;font-size:1.05rem;color:var(--alp-navy)}.info-card dl{display:grid;grid-template-columns:auto 1fr;gap:8px 18px;margin:0;font-size:.92rem}.info-card dt{color:var(--text-muted);font-weight:600}.info-card dd{margin:0;text-align:right}.info-card ul{margin:0;padding-left:18px;line-height:1.8;color:var(--text-muted);font-size:.92rem}.auth-muted{margin:0 0 18px;font-size:.92rem;color:var(--text-muted)}.invite-form{display:flex;flex-direction:column;gap:12px}.invite-form label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;color:var(--text-muted)}.invite-form input[type=email],.invite-form input[type=text]{font:inherit;padding:10px 12px;border:1px solid var(--border);border-radius:9px;color:var(--text);background:#fff}.invite-form input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #0073b429}.invite-checkbox{flex-direction:row;align-items:center;gap:8px;font-weight:500}.invite-checkbox input{width:16px;height:16px;accent-color:var(--brand)}.invite-ok{margin:0;padding:9px 12px;font-size:.86rem;color:var(--alp-green);background:#00a54c1a;border-radius:8px}.invite-list{list-style:none;margin:18px 0 0;padding:16px 0 0;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.invite-list li{display:flex;align-items:center;justify-content:space-between;font-size:.9rem}.invite-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 9px;border-radius:999px}.invite-badge.pending{color:var(--alp-orange);background:#f783201f}.invite-badge.ok{color:var(--alp-green);background:#00a54c1f}@media (max-width: 860px){.auth-layout{grid-template-columns:1fr}.auth-brand{padding:44px 32px}.auth-brand h1{font-size:2.4rem}.brand-footnote{position:static;margin-top:28px}}.app{display:grid;grid-template-columns:264px 1fr;min-height:100vh}.app.is-collapsed{grid-template-columns:76px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:var(--sidebar-bg);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:18px 14px 16px;gap:6px;overflow:hidden}.sidebar-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 6px 14px}.sidebar-logo{display:flex;align-items:center;gap:10px;min-width:0}.sidebar-logo .brand-logo{height:30px;width:auto;flex-shrink:0}.brand-word{font-size:.98rem;line-height:1.15;color:var(--alp-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-toggle{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:8px;padding:6px;cursor:pointer;display:grid;place-items:center;flex-shrink:0}.sidebar-toggle:hover{background:var(--surface-2)}.nav{display:flex;flex-direction:column;gap:3px;flex:1;overflow-y:auto}.nav-group-label{margin:16px 10px 6px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;color:var(--text);text-decoration:none;font-size:.92rem;font-weight:500;position:relative}.nav-item:hover{background:var(--surface-2)}.nav-item.active{background:var(--sidebar-active);color:var(--brand);font-weight:600}.nav-icon{display:grid;place-items:center;flex-shrink:0;color:inherit}.nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--alp-red);color:#fff;font-size:.7rem;font-weight:700;display:grid;place-items:center}.sidebar-user{display:flex;align-items:center;gap:10px;padding:10px;margin-top:8px;border-radius:12px;border:1px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;width:100%}.sidebar-user:hover{background:var(--surface-2)}.sidebar-user-info{display:flex;flex-direction:column;min-width:0;line-height:1.2}.sidebar-user-info strong{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-info small{color:var(--text-muted);font-size:.76rem}.sidebar-logout{display:flex;align-items:center;gap:12px;padding:9px 12px;border:0;background:transparent;color:var(--text-muted);border-radius:10px;cursor:pointer;font:inherit;font-size:.9rem}.sidebar-logout:hover{background:var(--surface-2);color:var(--danger)}.is-collapsed .brand-word,.is-collapsed .nav-label,.is-collapsed .nav-group-label,.is-collapsed .sidebar-user-info{display:none}.is-collapsed .nav-item,.is-collapsed .sidebar-logout,.is-collapsed .sidebar-user{justify-content:center}.is-collapsed .nav-badge{position:absolute;top:4px;right:4px;margin:0}.is-collapsed .sidebar-top{flex-direction:column;gap:12px}.avatar{display:inline-grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--alp-blue),var(--alp-navy));color:#fff;font-weight:700;overflow:hidden;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover}.content{min-width:0;display:flex;flex-direction:column}.page{padding:26px 34px 48px;width:100%;max-width:1320px;margin:0 auto;flex:1}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.page-head-left{display:flex;align-items:center;gap:14px;min-width:0}.page-title{font-size:1.7rem;margin:0;letter-spacing:-.01em}.page-subtitle{margin:4px 0 0;color:var(--text-muted);font-size:.95rem}.btn{display:inline-flex;align-items:center;gap:8px;font:inherit;font-weight:600;border-radius:10px;padding:10px 16px;cursor:pointer;border:1px solid transparent;transition:background .15s ease,transform .05s ease,border-color .15s;text-decoration:none;white-space:nowrap}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover:not(:disabled){background:var(--brand-600)}.btn-outline{background:var(--surface);border-color:var(--border);color:var(--alp-navy)}.btn-outline:hover:not(:disabled){background:var(--surface-2)}.btn-subtle{background:var(--surface-2);color:var(--alp-navy)}.btn-subtle:hover:not(:disabled){background:#e2ebf5}.btn-danger{background:#d645451a;color:var(--danger)}.btn-danger:hover:not(:disabled){background:#d645452e}.btn-icon{padding:10px}.toolbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:22px}.view-toggle{display:inline-flex;gap:4px;background:var(--surface-2);padding:4px;border-radius:10px}.view-btn{border:0;background:transparent;color:var(--text-muted);padding:7px;border-radius:7px;cursor:pointer;display:grid;place-items:center}.view-btn.active{background:var(--surface);color:var(--brand);box-shadow:var(--shadow-sm)}.search{position:relative;flex:1;min-width:220px;display:flex;align-items:center}.search svg{position:absolute;left:14px;color:var(--text-muted);pointer-events:none}.search input{width:100%;font:inherit;padding:11px 14px 11px 42px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text)}.search input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #0073b424}.year-select{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text)}.year-select select{border:0;background:transparent;font:inherit;color:inherit;cursor:pointer;outline:none}.status-toggle{display:inline-flex;align-items:center;gap:10px;font-size:.85rem;font-weight:600}.status-toggle .label-on{color:var(--alp-green)}.status-toggle .label-off{color:var(--alp-red)}.status-toggle .label-dim{color:var(--text-muted)}.switch{position:relative;width:44px;height:24px;border-radius:999px;border:0;background:var(--alp-green);cursor:pointer;transition:background .15s ease;padding:0;flex-shrink:0}.switch.off{background:var(--alp-red)}.switch.neutral{background:#c7d3df}.switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .16s ease}.switch.on:after{transform:translate(20px)}.filters-btn{position:relative}.filters-count{background:var(--brand);color:#fff;border-radius:999px;min-width:20px;height:20px;padding:0 6px;font-size:.72rem;font-weight:700;display:grid;place-items:center}.filters-panel{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);padding:18px 20px;margin-bottom:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;box-shadow:var(--shadow-sm)}.filters-panel label{display:flex;flex-direction:column;gap:6px;font-size:.82rem;font-weight:600;color:var(--text-muted)}.filters-panel select,.filters-panel input{font:inherit;padding:9px 11px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text)}.filters-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px}.pub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:22px}.pub-grid.list{grid-template-columns:1fr;gap:12px}.pub-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:box-shadow .15s ease,transform .15s ease,border-color .15s;text-align:left;padding:0;font:inherit;color:inherit}.pub-card:hover{box-shadow:var(--shadow);transform:translateY(-2px);border-color:#d4e0ec}.pub-thumb{position:relative;aspect-ratio:4 / 3;background:var(--placeholder);display:grid;place-items:center;color:var(--placeholder-ink)}.pub-thumb img{width:100%;height:100%;object-fit:cover}.fav-btn{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;border:0;background:#ffffffeb;color:var(--text-muted);display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow-sm)}.fav-btn:hover,.fav-btn.active{color:var(--alp-red)}.fav-btn.active svg{fill:var(--alp-red)}.pub-card-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1}.status-badge{align-self:flex-start;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:999px}.status-badge.on{color:var(--alp-green);background:#00a54c1f}.status-badge.off{color:var(--alp-red);background:#ee1c241a}.pub-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:1rem;font-weight:700;color:var(--text);margin:0}.pub-title svg{color:var(--text-muted);flex-shrink:0}.pub-desc{margin:0;color:var(--text-muted);font-size:.88rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pub-card.row{flex-direction:row;align-items:stretch}.pub-card.row .pub-thumb{aspect-ratio:auto;width:160px;flex-shrink:0}.pub-card.row .pub-card-body{justify-content:center}.pub-card.row .pub-desc{-webkit-line-clamp:1}.empty-state{border:1px dashed var(--border);border-radius:var(--radius);padding:60px 20px;text-align:center;color:var(--text-muted);background:var(--surface)}.empty-state svg{color:var(--placeholder-ink);margin-bottom:12px}.empty-state h3{margin:0 0 6px;color:var(--text)}.inline-spinner{display:grid;place-items:center;padding:60px;color:var(--text-muted)}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px;color:var(--text-muted);font-size:.9rem}.detail-gallery{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--placeholder);aspect-ratio:21 / 8;display:grid;place-items:center;color:var(--placeholder-ink)}.detail-gallery .gallery-img{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:0;background:#ffffffe6;color:var(--alp-navy);cursor:pointer;display:grid;place-items:center;box-shadow:var(--shadow-sm)}.gallery-nav.prev{left:14px}.gallery-nav.next{right:14px}.gallery-thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.gallery-thumbs button{width:72px;height:56px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:var(--placeholder)}.gallery-thumbs button.active{border-color:var(--brand)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.detail-title-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:24px 0 10px}.detail-title-row h1{margin:0;font-size:1.9rem}.detail-year{color:var(--text-muted);font-size:1.2rem;font-weight:600}.summary{margin:18px 0 26px}.summary-head{display:flex;align-items:center;gap:8px;color:var(--brand);font-weight:700;margin-bottom:10px}.summary p{margin:0;line-height:1.7;color:var(--text);max-width:90ch}.spec-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.spec-card-head{display:flex;align-items:center;gap:8px;padding:16px 20px;font-weight:700;color:var(--alp-navy);border-bottom:1px solid var(--border)}.spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.spec-cell{padding:14px 18px;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.spec-cell dt{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--brand);margin-bottom:6px}.spec-cell dd{margin:0;font-size:.94rem;color:var(--text)}.profile-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:28px 30px;max-width:880px}.profile-card h2{margin:0 0 22px;font-size:1.05rem;color:var(--text-muted);font-weight:600}.profile-head{display:flex;align-items:center;gap:18px;padding-bottom:22px;border-bottom:1px solid var(--border);margin-bottom:22px}.profile-head-info h3{margin:0 0 4px;font-size:1.35rem;display:flex;align-items:center;gap:10px}.profile-head-info p{margin:0;color:var(--text-muted)}.seniority-badge{font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:999px;color:var(--alp-dark-blue);background:#0073b41f}.profile-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px 40px}.profile-field{display:flex;align-items:flex-start;gap:14px}.profile-field .field-icon{color:var(--brand);margin-top:2px;flex-shrink:0}.profile-field dt{font-weight:700;font-size:.9rem}.profile-field dd{margin:2px 0 0;color:var(--text-muted);font-size:.92rem}.avatar-edit{position:relative}.avatar-edit input{display:none}.avatar-edit .avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#063a5c8c;color:#fff;display:grid;place-items:center;opacity:0;cursor:pointer;transition:opacity .15s}.avatar-edit:hover .avatar-overlay{opacity:1}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.form-grid.two{grid-template-columns:repeat(2,1fr)}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1 / -1}.field label{font-size:.85rem;font-weight:600;color:var(--text-muted)}.field input,.field select,.field textarea{font:inherit;padding:11px 13px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);width:100%}.field textarea{resize:vertical;min-height:90px}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #0073b424}.field-check{flex-direction:row;align-items:center;gap:10px}.field-check input{width:18px;height:18px;accent-color:var(--brand)}.form-section-title{grid-column:1 / -1;font-size:.95rem;font-weight:700;color:var(--alp-navy);margin:8px 0 0;padding-top:8px;border-top:1px solid var(--border)}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 28px;max-width:1080px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:26px;flex-wrap:wrap}.form-actions .left{margin-right:auto}.uploader{grid-column:1 / -1}.uploader-drop{border:2px dashed var(--border);border-radius:12px;padding:26px;text-align:center;color:var(--text-muted);cursor:pointer;background:var(--surface-2)}.uploader-drop:hover{border-color:var(--brand);color:var(--brand)}.uploader-drop input{display:none}.uploader-previews{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.uploader-thumb{position:relative;width:110px;height:84px;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.uploader-thumb img{width:100%;height:100%;object-fit:cover}.uploader-thumb button{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;border:0;background:#063a5cbf;color:#fff;cursor:pointer;display:grid;place-items:center}.notice{padding:11px 14px;border-radius:10px;font-size:.9rem;margin:0}.notice.ok{color:var(--alp-green);background:#00a54c1a}.notice.err{color:var(--danger);background:#d645451a}.notif-list{display:flex;flex-direction:column;gap:10px;max-width:820px}.notif-item{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;border:1px solid var(--border);border-radius:12px;background:var(--surface);cursor:pointer}.notif-item.unread{border-color:#cfe0ef;background:#f6faff}.notif-dot{width:9px;height:9px;border-radius:50%;background:var(--brand);margin-top:6px;flex-shrink:0}.notif-dot.read{background:transparent;border:2px solid var(--border)}.notif-body{flex:1;min-width:0}.notif-body strong{display:block;font-size:.95rem}.notif-body p{margin:3px 0 0;color:var(--text-muted);font-size:.88rem}.notif-time{color:var(--text-muted);font-size:.78rem;white-space:nowrap}.notif-del{border:0;background:transparent;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:6px}.notif-del:hover{color:var(--danger);background:var(--surface-2)}.data-table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.data-table th,.data-table td{text-align:left;padding:13px 16px;border-bottom:1px solid var(--border);font-size:.92rem}.data-table th{background:var(--surface-2);color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.data-table tr:last-child td{border-bottom:0}.role-pill{font-size:.74rem;font-weight:700;padding:3px 9px;border-radius:999px}.role-pill.admin{color:var(--brand);background:#0073b41f}.role-pill.user{color:var(--text-muted);background:var(--surface-2)}.role-pill.pending{color:var(--alp-orange);background:#f783201f}.table-actions{display:flex;gap:8px;align-items:center}.access-grid{display:grid;grid-template-columns:340px 1fr;gap:24px;align-items:start}@media (max-width: 1024px){.access-grid{grid-template-columns:1fr}}@media (max-width: 760px){.app,.app.is-collapsed{grid-template-columns:76px 1fr}.brand-word,.nav-label,.nav-group-label,.sidebar-user-info{display:none}.nav-item,.sidebar-logout,.sidebar-user{justify-content:center}.sidebar-top{flex-direction:column;gap:12px}.nav-badge{position:absolute;top:4px;right:4px;margin:0}.page{padding:20px 18px 40px}.form-grid.two{grid-template-columns:1fr}.pub-card.row{flex-direction:column}.pub-card.row .pub-thumb{width:100%;aspect-ratio:4 / 3}}
