*{box-sizing:border-box}#root,body,html{height:100%}body{background:#f6f7fb;color:#0f172a;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0}.top-nav{-webkit-backdrop-filter:saturate(160%) blur(8px);backdrop-filter:saturate(160%) blur(8px);background:#ffffffdb;border-bottom:1px solid #eef0f4;height:56px;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.top-nav .nav-inner{align-items:center;display:flex;gap:16px;height:100%;justify-content:space-between;padding:0 20px;width:100%}.top-nav .brand{align-items:center;display:flex;gap:12px;min-width:0}.top-nav .brand-link{align-items:center;display:flex;gap:10px;text-decoration:none}.top-nav .brand-logo{background:#111827;border-radius:6px;box-shadow:0 6px 16px #1118272e;color:#0000;display:inline-block;height:22px;width:22px}.top-nav .brand-name{color:#0f172a;font-weight:800;letter-spacing:.2px;white-space:nowrap}.top-nav .burger{background:#0000;border:none;border-radius:10px;cursor:pointer;display:none;padding:8px}.top-nav .burger:focus-visible{box-shadow:0 0 0 2px #c7d2fe;outline:none}.top-nav .burger-bar{background:#4b5563;border-radius:2px;display:block;height:2px;margin:5px 0;width:22px}.top-nav .nav-menu{flex:1 1 auto;gap:16px;justify-content:space-between}.top-nav .nav-links,.top-nav .nav-menu{align-items:center;display:flex;min-width:0}.top-nav .nav-links{gap:6px}.top-nav .nav-link{align-items:center;border-radius:10px;color:#1f2937;display:inline-flex;font-weight:600;justify-content:center;padding:8px 12px;position:relative;text-decoration:none;transition:background .15s ease,color .15s ease,transform .05s ease}.top-nav .nav-link:hover{background:#f6f7fb}.top-nav .nav-link:focus-visible{box-shadow:0 0 0 2px #c7d2fe;outline:none}.top-nav .nav-link.active{background:#f3f4f6;box-shadow:inset 0 0 0 1px #eaecef;color:#0f172a}.top-nav .nav-right{align-items:center;display:flex;gap:10px;margin-left:auto}.top-nav .user-chip{align-items:center;background:#f9fafb;border-radius:999px;box-shadow:inset 0 0 0 1px #e5e7eb;color:#111827;display:flex;gap:8px;padding:6px 8px}.top-nav .avatar{background:#111827;border-radius:999px;box-shadow:0 4px 12px #1118272e;color:#fff;display:grid;font-size:12px;font-weight:800;height:22px;place-items:center;width:22px}.top-nav .user-email{font-size:12px;font-weight:700}.top-nav .btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#111827;cursor:pointer;display:inline-flex;gap:8px;height:38px;justify-content:center;padding:0 14px;transition:transform .04s,background .15s,border-color .15s,box-shadow .15s,filter .15s}.top-nav .btn:active{transform:translateY(1px)}.top-nav .btn-ghost:hover{background:#f3f4f6}.top-nav .btn-primary{background:#111827;border:1px solid #111827;box-shadow:0 8px 22px #1118272e;color:#fff}.top-nav .btn-primary:hover{background:#0b1220;box-shadow:0 10px 26px #11182738}.top-nav .logout-btn{border-radius:999px!important;font-weight:700;height:34px!important}@media(max-width:920px){.top-nav .burger{display:block}.top-nav .nav-menu{display:none}}.top-nav-offset{height:56px}.nav-overlay{background:#0f172a59;bottom:0;z-index:900}.nav-drawer,.nav-overlay{left:0;position:fixed;right:0;top:56px}.nav-drawer{background:#fff;border-bottom:1px solid #eef0f4;box-shadow:0 10px 24px #1118271f;opacity:0;pointer-events:none;transform:translateY(-12px);transition:opacity .15s ease,transform .15s ease;z-index:1001}.nav-drawer .drawer-section{grid-gap:8px;border-top:1px solid #f3f4f6;display:grid;gap:8px;padding:12px 16px}.nav-drawer .drawer-section:first-child{border-top:0}.nav-drawer .drawer-link{border-radius:10px;color:#1f2937;display:block;font-weight:600;padding:10px 12px;text-decoration:none}.nav-drawer .drawer-link:hover{background:#f6f7fb}.nav-drawer .drawer-link.active{background:#f3f4f6;box-shadow:inset 0 0 0 1px #eaecef;color:#0f172a}.nav-drawer .drawer-chip{justify-content:flex-start}.nav-drawer .drawer-btn{justify-content:center;width:100%}@media(min-width:921px){.nav-drawer{display:none}}.nav-drawer.open{opacity:1;pointer-events:auto;transform:translateY(0)}a:focus-visible,button:focus-visible{border-radius:10px;box-shadow:0 0 0 2px #c7d2fe;outline:none}.session-ttl{align-items:center;display:flex;gap:.5rem;margin-right:.75rem}.session-ttl .ttl-chip{font-feature-settings:"tnum";background:#0000000f;border-radius:.5rem;font-variant-numeric:tabular-nums;padding:.25rem .5rem}.session-ttl .ttl-chip.warn{background:#fff3cd}.dboard--center{align-items:center;display:flex;font-size:40px;font-weight:400;height:100vh;justify-content:center;width:100%}:root{--topnav-h:64px;--side-w:240px;--side-w-collapsed:72px}.admin-shell{background:#f6f7fb;color:#0f172a;display:flex;min-height:100vh}.admin-shell .drawer-overlay{background:#0f172a66;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .2s ease;z-index:30}.admin-shell.is-drawer .drawer-overlay{opacity:1;pointer-events:auto}.mobile-open{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 6px #0000000f;color:#111827;display:none;height:36px;justify-content:center;left:12px;position:fixed;top:74px;top:calc(var(--topnav-h) + 10px);width:36px;z-index:45}@media(max-width:900px){.mobile-open{display:inline-flex}}.side{-webkit-overflow-scrolling:touch;background:#fff;border-right:1px solid #eef0f4;bottom:0;box-shadow:0 1px 1px #00000005;display:flex;flex-direction:column;gap:14px;left:0;overflow-y:auto;padding:12px 12px 16px;position:fixed;top:56px;width:240px;width:var(--side-w);z-index:40}.side::-webkit-scrollbar{width:8px}.side::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.side::-webkit-scrollbar-track{background:#0000}.side .side-top{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:0 4px 4px}.side .side-top .brand{align-items:center;display:inline-flex;gap:8px;text-decoration:none}.side .side-top .brand .brand-text{color:#0f172a;font-size:16px;font-weight:800;letter-spacing:.2px}.side .side-top .btn-icon{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:5px;color:#374151;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:background .15s ease,border-color .15s ease,transform .05s ease;width:32px}.side .side-top .btn-icon:hover{background:#edeff3}.side .side-group{margin-top:4px}.side .side-group .nav{list-style:none;margin:0;padding:0}.side .side-group .nav .nav-li{margin:6px 0}.side .side-group .nav .nav-a{align-items:center;border:1px solid #0000;border-radius:10px;color:#1f2937;display:flex;font-weight:400;gap:12px;height:40px;padding:0 10px;text-decoration:none;transition:background .15s ease,color .15s ease,transform .05s ease}.side .side-group .nav .nav-a .nav-ico{align-items:center;color:#374151;display:inline-flex;flex:0 0 22px;height:22px;justify-content:center;width:22px}.side .side-group .nav .nav-a .nav-ico svg{fill:currentColor;stroke:none;display:block;height:100%;width:100%}.side .side-group .nav .nav-a .nav-label{font-size:14px;white-space:nowrap}.side .side-group .nav .nav-a:hover{background:#f6f7fb;border-color:#eef0f4}.side .side-group .nav .nav-a.is-active{background:#f3f4f6;border-color:#eaecef;color:#0f172a}.side .side-group .nav .nav-a.is-active .nav-ico{color:#0f172a}.side.is-collapsed{padding-left:8px;padding-right:8px;width:72px;width:var(--side-w-collapsed)}.side.is-collapsed .side-top .brand .brand-text{display:none}.side.is-collapsed .side-group .nav .nav-a{justify-content:center;padding:0 8px}.side.is-collapsed .side-group .nav .nav-a .nav-label{display:none}@media(max-width:900px){.side{transform:translateX(-100%);transition:transform .2s ease;width:240px;width:var(--side-w)}.side.is-open{transform:translateX(0)}}.content{flex:1 1 auto;width:100%}.side+.content .main{padding-left:240px;padding-left:var(--side-w)}.side.is-collapsed+.content .main{padding-left:72px;padding-left:var(--side-w-collapsed)}.main{min-height:100vh;padding-bottom:24px;padding-right:24px}@media(max-width:900px){.side+.content .main,.side.is-collapsed+.content .main{padding-left:16px;padding-right:16px}}.side svg{stroke-width:2}.side .btn-icon:focus-visible,.side .nav-a:focus-visible{outline:2px solid #c7d2fe;outline-offset:2px;transition:outline-color .15s ease}.mobile-open{display:none!important}.contents-list-container{background:#f6f7fb;margin:20px}.cols-btn{margin-bottom:10px;margin-left:0!important}.cols-panel label{margin:5px}.action-buttons .btn{align-items:center;border:1px solid #0000;border-radius:5px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:8px;padding:0 12px;transition:transform .05s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.action-buttons .btn .ico{display:inline-flex}.action-buttons .btn .label{white-space:nowrap}.action-buttons .btn.primary{background:#4b5563;box-shadow:0 2px 10px #1118271f;color:#fff}.action-buttons .btn.primary:hover{background:#0b1220}.action-buttons .btn.ghost{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 4px #0000000a;color:#111827}.action-buttons .btn.ghost:hover{border-color:#d1d5db;box-shadow:0 3px 12px #00000014}.filters-container input[type=date],.filters-container input[type=text],.filters-container select{transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.filters-container input[type=date]:focus,.filters-container input[type=text]:focus,.filters-container select:focus{background:#fff;border-color:#c7d2fe;box-shadow:0 0 0 2px #c7d2fe}.filters-container input[type=text]::placeholder{color:#9ca3af}.filter-narrow{width:120px}.date-toggle-btn:hover{filter:brightness(1.03)}.filter-checkbox{background:#fbfbfd}.filter-checkbox:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 2px #c7d2fe}.filter-checkbox:before{border-radius:6px;height:18px;width:18px}.table-wrap{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #eef0f4;border-radius:5px;margin-top:10px;max-width:100%;overflow:auto;width:100%}.contents-table{min-width:1024px}.contents-table td,.contents-table th{border-bottom:1px solid #f1f5f9}.contents-table thead th{background:#f3f4f6;color:#374151}.contents-table tbody tr:hover{background:#f9fafb}.contents-table th:first-child{border-top-left-radius:12px}.contents-table th:last-child{border-top-right-radius:12px}.contents-table td:first-child{color:#111827;font-weight:800}.contents-table .col-rating{white-space:nowrap;width:120px}.cell-scroll{-webkit-overflow-scrolling:touch;max-width:260px;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.col-title-val .cell-scroll{max-width:320px}.col-authors .cell-scroll{max-width:280px}.col-tags .cell-scroll{max-width:340px}.col-audio .cell-scroll{max-width:240px}.col-created-by .cell-scroll{max-width:260px}.col-last-edit .cell-scroll{max-width:320px}.col-id,.col-id-val{white-space:nowrap;width:90px}.col-title{width:300px}.col-type{width:120px}.col-authors{width:260px}.col-tags{width:300px}.col-audio{width:200px}.col-created-by{width:220px}.col-last-edit{width:280px}.icon-btn{border:1px solid #e5e7eb;transition:transform .1s ease,filter .15s ease,background .15s ease,border-color .15s ease}.icon-btn svg{stroke:currentColor;height:16px;width:16px}.icon-btn.edit{background:#fff6f6;border-color:#ffe2c7;color:#7a3d16}.icon-btn.delete{background:#fef2f2}.modal .modal-error{background:#fef2f2;font-weight:600}.modal .modal-actions button{border:1px solid #111827;border-radius:5px;cursor:pointer;font-weight:700;padding:8px 14px}.modal .modal-actions button.secondary{border-color:#e5e7eb}@media(max-width:720px){.contents-header-bar{align-items:flex-start;flex-direction:column;gap:8px}.filters-container .filters-row{gap:6px}.filter-narrow{width:110px}}.contents-list-container :is(a,button,input,select):focus-visible{border-radius:5px;box-shadow:0 0 0 2px #c7d2fe;outline:none}.contents-list-container{color:#0f172a;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:auto}.contents-header-bar{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.contents-header-bar h2{color:#0f172a;font-size:20px;font-weight:800;letter-spacing:.2px;margin:0}.action-buttons{display:flex;gap:10px}.active-filters .filters-reset,.btn-with-icon{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 6px 16px #1118270f;color:#111827;cursor:pointer;display:inline-flex;font-weight:800;gap:8px;height:38px;padding:0 14px;transition:transform .08s ease,filter .15s ease,box-shadow .15s ease,border-color .15s ease}.active-filters .filters-reset .btn-icon,.btn-with-icon .btn-icon{align-items:center;display:inline-flex;height:18px;justify-content:center;width:18px}.active-filters .filters-reset:hover,.btn-with-icon:hover{filter:brightness(1.02)}.active-filters .filters-reset:active,.btn-with-icon:active{transform:translateY(0)}.active-filters .filters-reset:focus-visible,.btn-with-icon:focus-visible{box-shadow:0 0 0 3px #1118271f,0 6px 16px #1118270f;outline:none}.active-filters .filters-reset:disabled,.btn-with-icon:disabled{cursor:not-allowed;filter:grayscale(.1);opacity:.55}.active-filters .btn-accent.filters-reset,.btn-with-icon.btn-accent{background:#4b5563;border-color:#0000;color:#fff}.active-filters .btn-accent.filters-reset:hover,.btn-with-icon.btn-accent:hover{background:#0b1220;box-shadow:0 10px 26px #11182738;filter:none}.active-filters .btn-secondary.filters-reset,.btn-with-icon.btn-secondary{background:#f9fafb;border-color:#e5e7eb}.active-filters .btn-danger.filters-reset,.btn-with-icon.btn-danger{background:#fff0f0;border-color:#fecaca;color:#b91c1c}.active-filters .btn-danger.filters-reset:hover,.btn-with-icon.btn-danger:hover{background:#ffe9e9;box-shadow:0 10px 26px #b91c1c2e;filter:none}.active-filters .is-loading.filters-reset,.btn-with-icon.is-loading{pointer-events:none;position:relative}.active-filters .is-loading.filters-reset:after,.btn-with-icon.is-loading:after{animation:spin .8s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:initial;content:"";height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.action-buttons .filter-toggle-btn,.action-buttons button{all:unset;align-items:center;border-radius:5px;cursor:pointer;display:inline-flex;gap:8px;height:40px;padding:0 14px}.filters-container{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;margin-bottom:16px;padding:12px}.filters-container .filters-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.filters-container .input-wrap{align-items:center;display:inline-flex;position:relative}.filters-container .input-wrap .input-icon{color:#9aa0aa;height:16px;left:10px;pointer-events:none;position:absolute;width:16px}.filters-container .input-wrap input[type=text]{padding-left:34px}.filters-container input[type=date],.filters-container input[type=text],.filters-container select{background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;font-size:14px;height:36px;padding:6px 10px}.filters-container input[type=date]::placeholder,.filters-container input[type=text]::placeholder,.filters-container select::placeholder{color:#9aa0aa}.filters-container input[type=date]:focus,.filters-container input[type=text]:focus,.filters-container select:focus{border-color:#d1d5db;box-shadow:0 0 0 3px #11182714;outline:none}.filters-container .date-quick{display:inline-flex;gap:6px}.filters-container .date-quick .date-chip{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;color:#111827;cursor:pointer;display:inline-flex;font-weight:700;height:30px;padding:0 10px;transition:background .15s,border-color .15s,transform .02s}.filters-container .date-quick .date-chip:hover{background:#fff}.filters-container .date-quick .date-chip:active{transform:translateY(1px)}.filters-container .date-quick .date-chip.active{background:#111827;color:#fff}.filter-narrow{width:140px}.date-toggle-btn{background:#111827;border:1px solid #111827;border-radius:5px;box-shadow:0 8px 20px #1118272e;color:#fff;cursor:pointer;height:36px;padding:6px 12px}.date-toggle-btn:hover{background:#0b1220}.filter-checkbox{--cb-size:18px;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;cursor:pointer;display:inline-flex;gap:8px;padding:8px 10px;position:relative;transition:background .15s,border-color .15s,box-shadow .15s,transform .02s;-webkit-user-select:none;user-select:none}.filter-checkbox:hover{background:#fff}.filter-checkbox:active{transform:translateY(1px)}.filter-checkbox:focus-within{border-color:#d1d5db;box-shadow:0 0 0 3px #11182714}.filter-checkbox input[type=checkbox]{cursor:pointer;height:100%;inset:0;margin:0;opacity:0;position:absolute;width:100%}.filter-checkbox:before{background:#fff;border:1.5px solid #e5e7eb;border-radius:5px;box-shadow:inset 0 1px 0 #00000005;content:"";flex:0 0 auto;height:var(--cb-size);transition:background .15s,border-color .15s,box-shadow .15s;width:var(--cb-size)}.filter-checkbox:has(input[type=checkbox]:checked){background:#fff;border-color:#d1d5db}.filter-checkbox:has(input[type=checkbox]:checked):before{background:#111827;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27><path fill=%27white%27 d=%27M5.3 10.1 2.1 6.9l1.2-1.2 2 2L10 3l1.2 1.2z%27/></svg>");background-position:50%;background-repeat:no-repeat}.filter-checkbox:has(input[disabled]){cursor:not-allowed;opacity:.6}.active-filters{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.active-filters .filter-pill{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#374151;display:inline-flex;font-weight:700;gap:6px;height:26px;padding:0 10px}.active-filters .filter-pill .x{align-items:center;background:#e5e7eb;border-radius:50%;color:#111827;cursor:pointer;display:inline-flex;height:18px;justify-content:center;width:18px}.active-filters .filter-pill .x:hover{filter:brightness(.98)}.active-filters .filters-reset{font-weight:800;height:30px;padding:0 12px}.btn,.btn-ghost,.btn-primary,.modal .modal-actions button{border:1px solid #0000;border-radius:5px;cursor:pointer;font-size:.95rem;font-weight:700;padding:10px 14px;transition:background .16s ease,transform .1s,color .16s,box-shadow .15s,filter .15s,border-color .15s}.btn:focus-visible{box-shadow:0 0 0 3px #1118271f;outline:none}.btn-primary{background:#111827}.contents-table{table-layout:auto}.contents-table td,.contents-table th{max-width:260px}.contents-table .empty{color:#6b7280;font-weight:700;padding:16px 12px;text-align:center}.contents-table .ellipsis{max-width:320px}.badge{border-radius:999px}.badge-premium{background:#fffbeb;border-color:#fde68a;color:#92400e}.icon-btn.edit{background:#f9fafb;border:1px solid #e5e7eb}.pagination{gap:10px;justify-content:center;margin:14px 0}.pagination span{color:#111827;font-weight:700}.alert{background:#f9fafb;border:1px solid #e5e7eb;border-radius:5px;color:#374151;font-weight:700;margin-top:12px;padding:10px 12px}.alert.error{background:#fff0f0;border-color:#fecaca;color:#b91c1c}.modal{box-shadow:0 2px 12px #11182714;max-width:420px}.modal h3{color:#0f172a}.modal .modal-desc{color:#4b5563;margin:0 0 12px}.modal .modal-error{background:#fff0f0;border:1px solid #fecaca;border-radius:5px;color:#b91c1c;font-weight:700;margin-bottom:12px;padding:8px 10px}.modal .modal-actions{display:flex;gap:10px;justify-content:flex-end}.modal .modal-actions button{background:#111827;color:#fff}.modal .modal-actions button:hover{background:#0b1220}.modal .modal-actions button.secondary{background:#f3f4f6;border:1px solid #e5e7eb;box-shadow:none;color:#111827}.modal .modal-actions button.secondary:hover{filter:brightness(.98)}.series-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin:16px 0}.series-card{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;display:flex;flex-direction:column;overflow:hidden;transition:transform .08s ease,box-shadow .15s ease,filter .15s ease}.series-card:hover{box-shadow:0 6px 18px #1118271a;transform:translateY(-2px)}.series-card .cover{aspect-ratio:16/9;background:#f3f4f6;object-fit:cover;width:100%}.series-card .s-body{grid-gap:8px;display:grid;gap:8px;padding:12px}.series-card .s-body .s-title{color:#0f172a;font-size:16px;font-weight:800;line-height:1.25}.series-card .s-body .s-desc{color:#4b5563;font-size:13px;max-height:3.2em;overflow:hidden}.series-card .s-body .s-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.series-card .s-body .s-meta .badge{font-weight:700;height:20px}.series-card .s-body .s-actions{display:flex;gap:8px;margin-top:6px}.series-card .s-body .s-actions .btn{font-weight:800;height:32px;padding:0 10px}.series-card .s-body .s-actions .icon-btn{height:32px;width:32px}.series-row{grid-gap:12px;align-items:center;background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;display:grid;gap:12px;grid-template-columns:72px 1fr auto;padding:10px 12px}.series-row .thumb{background:#f3f4f6;border-radius:5px;height:48px;object-fit:cover;width:72px}.series-row .col-main{min-width:0}.series-row .col-main .title{color:#0f172a;font-weight:800}.series-row .col-main .muted{color:#6b7280;font-size:13px}.series-row .col-main .ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.series-row .col-actions{display:flex;gap:8px}.skeleton{background:#f3f4f6;border-radius:5px;overflow:hidden;position:relative}.skeleton:after{animation:shimmer 1.2s infinite;background:linear-gradient(90deg,#fff0,#ffffff8c 50%,#fff0);content:"";inset:0;position:absolute;transform:translateX(-100%)}@keyframes shimmer{to{transform:translateX(100%)}}@media(max-width:720px){.contents-header-bar{align-items:flex-start;flex-direction:column;gap:8px}.filters-container .filters-row{gap:6px}.filter-narrow{width:120px}.contents-table{min-width:860px}}@media(max-width:480px){.action-buttons{width:100%}.action-buttons .active-filters .filters-reset,.action-buttons .btn-with-icon,.active-filters .action-buttons .filters-reset{flex:1 1;justify-content:center}}.edit-buttons{display:flex;gap:10px}.contents-add-wrapper{grid-gap:20px;display:grid;grid-template-columns:1fr}@media(min-width:960px){.contents-add-wrapper{align-items:start;grid-template-columns:minmax(0,3fr) minmax(0,2fr)}}.contents-add-wrapper .form-column{order:1}.contents-add-wrapper .media-column{order:2}.series-bottom{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;margin-top:18px;padding:14px}.series-bottom h3{color:#0f172a;font-size:1.05rem;font-weight:800;margin:0 0 8px}.violet-toggle .vt-text{color:#111827}.btn,.btn-file,.btn-ghost,.btn-link-add,.btn-primary,.delete-btn,.form-buttons button{border:1px solid #0000;border-radius:5px;cursor:pointer;font-size:.95rem;font-weight:700;padding:10px 14px;transition:background .16s ease,transform .1s,color .16s,box-shadow .15s,filter .15s}.btn:hover:not(:disabled){background:#f3f4f6}.btn-link-add{border-color:#e5e7eb}.cover-img{height:auto;max-width:560px;width:100%}.autocomplete-wrapper input{border:1px solid #dbdbdb;border-radius:5px;padding:12px}.table-scroll{overflow-x:auto}.contents-table{min-width:920px}.contents-table td,.contents-table th{max-width:280px}.contents-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1}.contents-table .ellipsis{max-width:360px}.contents-table .col-title{width:360px}.contents-table .col-lang{width:140px}.cols-control.series{margin-bottom:10px}.icon-btn{transition:transform .1s,filter .15s,background .15s}.modal-backdrop .modal-card{color:#0f172a}.modal-backdrop .modal-card .modal-row .cell input:focus,.modal-backdrop .modal-card .modal-row .cell select:focus{box-shadow:0 0 0 3px #11182714}.modal-backdrop .modal-card .modal-row .cell.name{color:#0f172a}@media(max-width:1100px){.cover-img{max-width:480px}}@media(max-width:960px){.contents-add-container{padding:20px 16px}.cover-img{max-width:100%}}@media(max-width:700px){.title-bar h2{font-size:1.35rem}}.contents-add-container{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;color:#0f172a;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:24px;padding:24px 20px}.breadcrumb{color:#6b7280;font-size:.95rem;margin-bottom:12px}.breadcrumb .breadcrumb-link{color:#111827;cursor:pointer;text-decoration:underline}.breadcrumb .breadcrumb-link:hover{text-decoration:none}.title-bar{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.title-bar h2{color:#0f172a;font-size:1.6rem;font-weight:800;margin:0}.lock-toggle{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#6b7280;cursor:pointer;display:inline-flex;height:44px;justify-content:center;transition:box-shadow .2s,border-color .2s,background .2s,transform .1s;width:44px}.lock-toggle.is-locked{background:#f3f4f6;border-color:#e5e7eb;color:#111827}.lock-toggle.is-unlocked{background:#f9fafb;color:#6b7280}.lock-toggle:hover{border-color:#e5e7eb}.lock-toggle:active{transform:translateY(1px)}.contents-add-wrapper{display:flex;flex-direction:column;gap:20px}@media(min-width:900px){.contents-add-wrapper{align-items:flex-start;flex-direction:row}.contents-add-wrapper .form-column{flex:2 1}.contents-add-wrapper .media-column{flex:1 1;margin-left:24px}}@media(min-width:900px){.contents-add-wrapper:has(.media-column .contents-table) .form-column{flex:1 1}.contents-add-wrapper:has(.media-column .contents-table) .media-column{flex:1 1}}.add-content-form{display:flex;flex-direction:column;gap:12px}.add-content-form label{color:#111827;display:flex;flex-direction:column;font-weight:600;gap:6px}.add-content-form input,.add-content-form select,.add-content-form textarea{background:#f9fafb;border:1px solid #eef0f4;border-radius:5px;color:#0f172a;font-size:1rem;padding:10px 12px;transition:border-color .15s ease,box-shadow .15s ease,background .15s;width:100%}.add-content-form input::placeholder,.add-content-form select::placeholder,.add-content-form textarea::placeholder{color:#9aa0aa}.add-content-form input:focus,.add-content-form select:focus,.add-content-form textarea:focus{background:#fff;border-color:#d1d5db;box-shadow:0 0 0 3px #11182714;outline:none}.add-content-form input:disabled,.add-content-form select:disabled,.add-content-form textarea:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.add-content-form textarea{min-height:120px;resize:vertical}.toggle-row{display:flex;flex-wrap:wrap;gap:12px}.violet-toggle{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:5px;display:inline-flex;gap:10px;min-width:240px;padding:8px 10px}.violet-toggle input{opacity:0;pointer-events:none;position:absolute}.violet-toggle input:checked+.vt-track{background:#111827}.violet-toggle input:checked+.vt-track .vt-thumb{background:#fff;left:25px}.violet-toggle .vt-track{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;box-shadow:inset 0 0 0 1px #1118270a;display:inline-flex;height:32px;position:relative;transition:background .2s,border-color .2s;width:54px}.violet-toggle .vt-thumb{background:#fff;border-radius:999px;box-shadow:0 2px 8px #1118271f;height:26px;left:3px;position:absolute;top:50%;transform:translateY(-50%);transition:left .2s;width:26px}.violet-toggle .vt-text{color:#0f172a;font-weight:700}.violet-toggle .vt-state{color:#374151;font-weight:800;margin-left:6px}.violet-toggle.is-disabled{cursor:not-allowed;opacity:.6}.chips-section{margin-top:6px}.chips-title{color:#6b7280;font-size:.88rem;font-weight:700;margin-bottom:6px}.chip-list{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.chip{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:5px;color:#374151;display:inline-flex;font-size:.94rem;gap:6px;line-height:1.2;padding:8px 14px}.chip .chip-remove{-webkit-appearance:none;appearance:none;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:1.1rem;font-weight:700;line-height:1;padding:0 4px}.chip .chip-remove:hover{color:#111827}.autocomplete-wrapper{position:relative;width:100%}.autocomplete-list{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 10px 24px #1118271f;left:0;margin-top:4px;max-height:240px;overflow-y:auto;position:absolute;right:0;z-index:10}.autocomplete-list .autocomplete-item{cursor:pointer;padding:10px 12px;transition:background .12s ease}.autocomplete-list .autocomplete-item:hover{background:#f6f7fb}.btn,.btn-file,.btn-ghost,.btn-primary,.delete-btn,.form-buttons button,.modal-backdrop .modal-card .modal-actions .btn{border:1px solid #0000;border-radius:5px;cursor:pointer;font-size:.95rem;font-weight:700;padding:10px 14px;transition:background .16s ease,transform .1s,color .16s,box-shadow .15s,filter .15s}.btn{background:#fff;border-color:#e5e7eb;box-shadow:0 2px 8px #1118270a;color:#111827}.btn:hover{background:#f3f4f6}.btn-primary,.form-buttons button{background:#111827;box-shadow:0 8px 22px #1118272e;color:#fff}.btn-primary:hover:not(:disabled),.form-buttons button:hover:not(:disabled){background:#0b1220;box-shadow:0 10px 26px #11182738}.btn-primary:disabled,.form-buttons button:disabled{cursor:not-allowed;opacity:.6}.btn-ghost{color:#111827;height:40px!important}.delete-btn{background:#dc2626;color:#fff}.delete-btn:hover:not(:disabled){background:#b91c1c}.delete-btn:disabled{cursor:not-allowed;opacity:.6}.btn-link-add{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 2px 8px #1118270a;color:#111827;cursor:pointer;font-weight:700;height:40px;padding:8px 12px;transition:background .15s,transform .05s}.btn-link-add:hover{background:#f3f4f6}.btn-link-add:active{transform:translateY(1px)}.form-buttons{display:flex;flex-wrap:wrap;gap:10px}.add-info{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:5px;color:#374151;font-size:.98rem;margin-top:14px;padding:10px 12px}.file-picker{align-items:center;display:inline-flex;gap:8px}.file-input-hidden{display:none}.file-picker-cover{margin-right:10px}.btn-file{background:#fff;border-color:#e5e7eb;box-shadow:0 2px 8px #1118270a;color:#111827}.btn-file:hover:not(:disabled){background:#f3f4f6}.btn-file:disabled{cursor:not-allowed;opacity:.6}.upload-section{margin-top:20px}.upload-section h3,.upload-section h5{color:#0f172a;font-size:1.05rem;font-weight:800;margin:0 0 8px}.cover-preview{align-items:center;display:flex;gap:14px;margin-bottom:10px;margin-top:10px;max-height:300px;max-width:300px}.cover-preview img{max-height:300px;width:300px}.cover-img{background:#f9fafb;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 4px 16px #11182714;width:140px}.cover-img[style]{display:block;height:auto;margin-top:1rem;max-width:60%}.audio-list{list-style:none;margin:12px 0 0;padding:0}.audio-list .audio-list-item{align-items:center;border-bottom:1px solid #eef0f4;display:flex;flex-wrap:wrap;gap:10px;padding:8px 0}.audio-list .audio-list-item:last-child{border-bottom:none}.audio-list .audio-list-item a{color:#111827;font-weight:600;text-decoration:none}.audio-list .audio-list-item a:hover{text-decoration:underline}.audio-list .audio-list-item .audio-meta{color:#6b7280;font-size:.9rem}.inline-audio-editor{background:#f9fafb;border:1px solid #eef0f4;border-radius:5px;margin-top:10px;padding:10px}.inline-audio-editor .iae-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px){.inline-audio-editor .iae-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.inline-audio-editor .iae-grid{grid-template-columns:1fr}}.inline-audio-editor .iae-grid label{color:#111827;display:flex;flex-direction:column;font-weight:700;gap:6px}.inline-audio-editor .iae-grid input,.inline-audio-editor .iae-grid select{background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;padding:8px 10px;width:100%}.inline-audio-editor .iae-grid input:focus,.inline-audio-editor .iae-grid select:focus{border-color:#d1d5db;box-shadow:0 0 0 3px #1118270f;outline:none}.inline-audio-editor .iae-grid label.inline{align-items:center;flex-direction:row;font-weight:600;gap:8px}.inline-audio-editor .iae-actions{display:flex;gap:8px;margin-top:10px}.translations-card{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;margin:24px;padding:14px}.translations-card .tr-header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:8px}.translations-card .tr-header h3{color:#0f172a;font-size:1.1rem;font-weight:800;margin:0}.translations-card .translation-form{grid-gap:10px;display:grid;gap:10px;margin-bottom:20px}.translations-card .translation-form label{color:#111827;display:flex;flex-direction:column;font-weight:700;gap:6px}.translations-card .translation-form select,.translations-card .translation-form textarea{background:#f9fafb;border:1px solid #eef0f4;border-radius:5px;color:#0f172a;padding:10px 12px;width:100%}.translations-card .translation-form select:focus,.translations-card .translation-form textarea:focus{background:#fff;border-color:#d1d5db;box-shadow:0 0 0 3px #11182714;outline:none}.translations-card .translation-form textarea{min-height:140px}.translations-card .tr-accordion{list-style:none;margin:0;padding:0}.translations-card .tr-accordion .tr-item{background:#fff;border:1px solid #eef0f4;border-radius:5px;margin-bottom:10px;overflow:hidden}.translations-card .tr-accordion .tr-item .tr-toggle{grid-gap:10px;background:#f6f7fb;border:none;border-bottom:1px solid #eef0f4;cursor:pointer;display:grid;gap:10px;grid-template-columns:160px 1fr;padding:10px 12px;text-align:left;width:100%}.translations-card .tr-accordion .tr-item .tr-toggle:hover{background:#f3f4f6}.translations-card .tr-accordion .tr-item .tr-toggle .tr-lang{color:#0f172a;font-weight:800}.translations-card .tr-accordion .tr-item .tr-toggle .tr-meta{color:#6b7280;text-align:right}.translations-card .tr-accordion .tr-item .tr-body{background:#fff;padding:12px}.translations-card .tr-accordion .tr-item .tr-body .tr-text{color:#0f172a}.translations-card .tr-accordion .tr-item .tr-body .tr-text .actions-row{display:flex;gap:8px;justify-content:flex-end;margin-top:6px}.translations-card .tr-accordion .tr-item .tr-body .tr-text .muted{color:#6b7280}.translations-card .tr-accordion .tr-item .tr-body .tr-text-edit textarea{background:#f9fafb;border:1px solid #eef0f4;border-radius:5px;color:#0f172a;min-height:160px;padding:10px 12px;width:100%}.translations-card .tr-accordion .tr-item .tr-body .tr-text-edit textarea:focus{background:#fff;border-color:#d1d5db;box-shadow:0 0 0 3px #11182714;outline:none}.translations-card .tr-accordion .tr-item .tr-body .tr-text-edit .actions-row{display:inline-flex;gap:8px;margin-top:6px}.translations-card .tr-accordion .tr-item .tr-body .tr-audios{margin-top:12px}.translations-card .tr-accordion .tr-item .tr-body .tr-audios .tr-audios-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.translations-card .tr-accordion .tr-item .tr-body .tr-audios h4{color:#0f172a;font-size:1rem;font-weight:800;margin:0}.badge{color:#374151;font-weight:800;height:22px;padding:0 8px}.badge-success{border-color:#bbf7d0}.badge-muted{border-color:#e5e7eb;color:#6b7280}.contents-table{background:#fff;border:1px solid #eef0f4;border-collapse:initial;border-radius:5px;border-spacing:0;box-shadow:0 2px 12px #1118270f;overflow:hidden;width:100%}.contents-table td,.contents-table th{border-bottom:1px solid #eef0f4;font-size:14px;max-width:240px;padding:12px 14px;text-align:left;vertical-align:middle}.contents-table thead th{background:#f6f7fb;color:#0f172a;font-weight:800}.contents-table tbody tr:hover{background:#fafafa}.contents-table tr:last-child td{border-bottom:none}.contents-table .strong{color:#0f172a;font-weight:800}.contents-table .ellipsis{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contents-table .col-id,.contents-table .col-id-val{max-width:90px;white-space:nowrap;width:90px}.contents-table .col-title{width:320px}.contents-table .col-lang,.contents-table .col-type{width:120px}.actions-cell{align-items:center;display:flex;gap:8px}.icon-btn{background:#f6f7fb;border:none;height:36px;transition:transform .1s ease,filter .15s ease,background .15s ease;width:36px}.icon-btn:hover{filter:brightness(1.02)}.icon-btn:active{transform:translateY(0)}.icon-btn.delete{border:1px solid #fecaca}.modal-backdrop{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:50}.modal-backdrop .modal-card{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #11182714;max-width:900px;padding:16px;width:100%}.modal-backdrop .modal-card.modal-error{border-color:#fecaca;box-shadow:0 2px 12px #b91c1c1f}.modal-backdrop .modal-card h3{color:#0f172a;font-size:1.2rem;font-weight:800;margin:0 0 6px}.modal-backdrop .modal-card p{color:#6b7280;margin:0 0 12px}.modal-backdrop .modal-card .modal-table{border:1px solid #eef0f4;border-radius:5px;overflow:hidden}.modal-backdrop .modal-card .modal-row{grid-gap:10px;align-items:center;background:#fff;border-bottom:1px solid #eef0f4;display:grid;gap:10px;grid-template-columns:1.2fr .6fr 1fr .8fr .6fr .4fr;padding:10px 12px}.modal-backdrop .modal-card .modal-row:nth-child(odd){background:#f9fafb}.modal-backdrop .modal-card .modal-row .cell label{color:#6b7280;display:block;font-size:.8rem;font-weight:700;margin-bottom:4px}.modal-backdrop .modal-card .modal-row .cell input,.modal-backdrop .modal-card .modal-row .cell select{background:#fff;border:1px solid #eef0f4;border-radius:5px;color:#0f172a;padding:8px 10px;width:100%}.modal-backdrop .modal-card .modal-row .cell input:focus,.modal-backdrop .modal-card .modal-row .cell select:focus{border-color:#d1d5db;box-shadow:0 0 0 3px #1118270f;outline:none}.modal-backdrop .modal-card .modal-row .cell.name{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem;word-break:break-all}.modal-backdrop .modal-card .modal-row .cell.duration{color:#6b7280;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;text-align:right}.modal-backdrop .modal-card .modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:12px}.modal-backdrop .modal-card .modal-actions .btn.primary{background:#111827;box-shadow:0 8px 22px #1118272e;color:#fff}.modal-backdrop .modal-card .modal-actions .btn.primary:hover{background:#0b1220;box-shadow:0 10px 26px #11182738}.modal-backdrop .modal-card .modal-actions .btn.secondary{background:#f3f4f6;border:1px solid #e5e7eb;color:#111827}.modal-backdrop .modal-card .modal-actions .btn.secondary:hover{filter:brightness(.98)}.modal-backdrop .modal-card .modal-form-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:8px}@media(max-width:700px){.modal-backdrop .modal-card .modal-form-grid{grid-template-columns:1fr}}.modal-backdrop .modal-card .modal-form-grid label{color:#111827;display:flex;flex-direction:column;font-weight:700;gap:6px}.modal-backdrop .modal-card .modal-form-grid input,.modal-backdrop .modal-card .modal-form-grid select{background:#f9fafb;border:1px solid #eef0f4;border-radius:5px;padding:10px 12px;width:100%}.modal-backdrop .modal-card .modal-form-grid input:focus,.modal-backdrop .modal-card .modal-form-grid select:focus{background:#fff;border-color:#d1d5db;box-shadow:0 0 0 3px #11182714;outline:none}.modal-backdrop .modal-card .modal-form-grid label.inline{align-items:center;flex-direction:row;font-weight:600;gap:8px}.mt-6{margin-top:6px}.mt-10{margin-top:10px}@media(max-width:960px){.contents-add-container{padding:20px 16px}.cover-img{width:120px}.modal-backdrop .modal-card .modal-row{gap:8px;grid-template-columns:1fr 1fr}}@media(max-width:700px){.title-bar h2{font-size:1.35rem}.cover-img{width:110px}}@media(max-width:520px){.chip{font-size:.9rem}.form-buttons{gap:8px}.form-buttons button{width:100%}}.catm-box{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;color:#0f172a;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:16px;max-width:100%;overflow:hidden;padding:16px 14px}.catm-edit-inline input,.catm-header .catm-search input,.catm-new button,.catm-new input,.catm-row-actions button{height:34px;min-width:34px}.catm-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.catm-header h2{font-size:20px;font-weight:800;margin:0}.catm-header .catm-search input{border:1px solid #e5e7eb;border-radius:5px;height:40px;min-width:200px;outline:none;padding:0 10px}.catm-error{color:#b91c1c;margin-bottom:10px}.catm-loading{margin:10px 0;opacity:.8}.catm-new{display:flex;gap:8px;margin-bottom:12px}.catm-new input{border:1px solid #e5e7eb;border-radius:5px;flex:1 1;height:40px;padding:0 10px}.catm-new .btn-primary{height:40px}.catm-accordion{list-style:none;margin:0;padding:0}.catm-accordion>.empty{color:#6b7280;padding:10px;text-align:center}.catm-row{background:#fff;border:1px solid #eef0f4;border-radius:10px;margin-bottom:10px;overflow:hidden;transition:box-shadow .15s ease,border-color .15s ease}.catm-row:hover{border-color:#d1d5db}.catm-row.open{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.catm-row-main{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:56px 1fr auto;padding:10px}@media(max-width:1200px){.catm-row-main{align-items:start;grid-template-areas:"thumb meta" "actions actions";grid-template-columns:56px 1fr}.catm-thumb-small{grid-area:thumb}.catm-row-meta{grid-area:meta}.catm-row-actions{grid-area:actions;justify-content:flex-start!important;max-width:350px}}.catm-thumb-small{align-items:center;background:#fafafa;border:1px solid #e5e7eb;border-radius:5px;display:flex;height:56px;justify-content:center;overflow:hidden;width:56px}.catm-thumb-small img{display:block;height:100%;object-fit:cover;width:100%}.catm-thumb-small .catm-thumb-ph{background:repeating-linear-gradient(-45deg,#f5f5f5,#f5f5f5 8px,#ececec 0,#ececec 16px);height:100%;width:100%}.catm-row-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.catm-row-title{align-items:center;display:flex;gap:8px;min-width:0}.catm-row-title .catm-id{color:#374151;font-weight:600}.catm-row-title .catm-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catm-row-sub{color:#6b7280;font-size:12px}.catm-row-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;max-width:550px}.catm-row-actions button{background:#0f172a;border:1px solid #0f172a;border-radius:5px;color:#fff;cursor:pointer;line-height:1;padding:0 10px}.catm-row-actions button.neutral{background:#4b5563;border-color:#4b5563}.catm-row-actions button.ghost{background:#fff;border-color:#d1d5db;color:#0f172a;min-height:34px}.catm-row-actions button.danger{background:#dc2626;border-color:#dc2626}.catm-row-actions button.danger.soft{background:#fff;border-color:#fca5a5;color:#dc2626}@media(max-width:600px){.catm-row-actions{justify-content:stretch}.catm-row-actions button{flex-basis:calc(50% - 4px);flex-grow:1;flex-shrink:1}.catm-row-actions .icon-btn{flex:0 0 34px}}@media(max-width:380px){.catm-row-actions button{flex:1 1 100%}}.catm-edit-inline{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr}.catm-edit-inline input{border:1px solid #e5e7eb;border-radius:5px;outline:none;padding:0 10px;width:100%}.catm-edit-inline-actions{display:flex;flex-wrap:wrap;gap:8px}.catm-edit-inline-actions .btn{background:#111827;border:1px solid #111827;border-radius:5px;color:#fff;cursor:pointer;height:34px;padding:0 12px}.catm-edit-inline-actions .btn.ghost{background:#fff;border-color:#d1d5db;color:#111827}.catm-edit-inline-actions .btn:disabled{cursor:not-allowed;opacity:.6}.catm-row-panel{background:#fff;border-top:1px solid #f3f4f6;padding:10px}.catm-table-wrap{border:1px solid #f3f4f6;border-radius:10px;overflow:auto;width:100%}.catm-table{border-collapse:collapse;min-width:680px;width:100%}.catm-table td,.catm-table th{border-bottom:1px solid #f3f4f6;font-size:14px;padding:8px 10px;text-align:left;white-space:nowrap}.catm-table th{background:#fafafa;font-weight:600}.badge{gap:6px}.badge-success{background:#dcfce7;border-color:#16a34a;color:#166534}.badge-muted{background:#f3f4f6;border-color:#d1d5db;color:#374151}*,:after,:before{box-sizing:border-box}.mm-box{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;color:#0f172a;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:16px;padding:16px 14px}.mm-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.mm-header h2{font-size:20px;font-weight:800;margin:0}.mm-header .mm-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;width:100%}.mm-header .mm-actions .mm-actions-search input{margin-bottom:5px;margin-right:5px}.mm-header .mm-actions .mm-actions-files button{margin-right:5px}.mm-header .mm-search{border:1px solid #e5e7eb;border-radius:5px;min-width:220px;padding:8px 10px}.mm-header .mm-checkbox{align-items:center;color:#374151;display:flex;font-size:14px;gap:6px}.btn{background:#111827;border:1px solid #111827;color:#fff;padding:8px 12px}.btn.ghost{background:#fff;border-color:#d1d5db;color:#111827}.btn.small{padding:6px 10px}.icon-btn{align-items:center;border:1px solid #d1d5db;border-radius:5px;cursor:pointer;display:inline-flex;height:34px;justify-content:center}.icon-btn,.icon-btn.edit{color:#111827}.icon-btn.delete{border-color:#dc2626;color:#dc2626}.icon-btn.download{border-color:#10b981;color:#10b981}.badge{background:#f9fafb;border-radius:5px!important;color:#111827;padding:2px 8px}.mm-loading{margin:6px 0;opacity:.8}.mm-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:900px){.mm-grid{gap:24px;grid-template-columns:360px 1fr}}.mm-col{min-width:0}.mm-pager{align-items:center;display:inline-flex;flex-wrap:wrap;gap:6px}.mm-folders-ul{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr;list-style:none;margin:0;padding:0}.mm-folders-ul.list{max-height:none}.mm-folders-ul.list li{grid-gap:10px;border:1px solid #eef0f4;border-radius:10px;cursor:pointer;display:grid;gap:10px;grid-template-columns:72px 1fr;padding:8px;transition:box-shadow .15s ease,border-color .15s ease}.mm-folders-ul.list li:hover{border-color:#d1d5db}.mm-folders-ul.list li.active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.mm-cover{align-items:center;background:#fafafa;border:1px solid #e5e7eb;border-radius:5px;display:flex;height:72px;justify-content:center;overflow:hidden;width:72px}.mm-cover img{display:block;height:100%;object-fit:cover;width:100%}.mm-cover .mm-nocover{color:#6b7280;font-size:12px}.mm-folder-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.mm-folder-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-folder-sub{color:#6b7280;font-size:12px}.mm-folders .empty{color:#6b7280;padding:8px;text-align:center}.mm-details.hidden{display:none}.mm-details.visible{display:block}.mm-details-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:12px}.mm-title{display:flex;flex-direction:column;gap:6px}.mm-title h3{font-size:18px;font-weight:600;margin:0}.mm-stats{display:flex;flex-wrap:wrap;gap:6px}.mm-right-actions{display:flex;flex-wrap:wrap;gap:8px}.mm-kind{background:#fff;border:1px solid #e5e7eb;border-radius:5px;min-width:160px;padding:8px 10px}.mm-kind,.mm-search{height:40px}.mm-filters{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.mm-filters .mm-search{border:1px solid #e5e7eb;border-radius:5px;min-width:220px;padding:8px 10px}.mm-assets-list-wrap{overflow:auto;width:100%}.mm-table{border:1px solid #eef0f4;border-collapse:collapse;border-radius:10px;font-size:14px;overflow:hidden;width:100%}.mm-table thead th{background:#f9fafb;border-bottom:1px solid #eef0f4;font-weight:600;padding:10px;text-align:left;white-space:nowrap}.mm-table tbody td{border-bottom:1px solid #f3f4f6;padding:10px;vertical-align:middle}.mm-table tbody tr:hover{background:#fafafa}.mm-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-desc{color:#374151;font-size:13px;line-height:1.35}.mm-audio{margin-top:6px}.mm-audio audio{max-width:420px}.mm-input,.mm-select,.mm-textarea{background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:inherit;font:inherit;outline:none;padding:8px 10px;width:100%}.mm-textarea{resize:vertical}.mm-empty{color:#6b7280;padding:16px 8px;text-align:center}.mm-preview{background:#fff;border:1px solid #eef0f4;border-radius:12px;display:flex;flex-direction:column;min-width:0;overflow:hidden}.mm-preview-header{background:#f9fafb;border-bottom:1px solid #f3f4f6;gap:10px;justify-content:space-between;padding:10px}.mm-preview-header,.mm-preview-title{align-items:center;display:flex}.mm-preview-actions{display:flex;flex-wrap:wrap;gap:8px}.mm-preview-content{background:#fff;color:#111827;flex:1 1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;line-height:1.5;margin:0;overflow:auto;padding:12px;white-space:pre-wrap}@media(max-width:900px){.mm-grid{gap:12px;grid-template-columns:1fr}.mm-header .mm-actions{gap:6px}.mm-filters .mm-search{min-width:160px}}.mm-folders-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.mm-folder-card{grid-gap:10px;background:#fff;border:1px solid #eef0f4;border-radius:10px;cursor:pointer;display:grid;gap:10px;grid-template-columns:72px 1fr;padding:8px;text-align:left;transition:box-shadow .15s ease,border-color .15s ease}.mm-folder-card:hover{border-color:#d1d5db}.mm-folder-card:focus-visible{box-shadow:0 0 0 2px #2563eb1f;outline:none}.mm-assets-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}@media(min-width:480px){.mm-assets-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.mm-card{background:#fff;border:1px solid #eef0f4;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;outline:none;overflow:hidden;transition:box-shadow .12s ease,border-color .12s ease}.mm-card:hover{border-color:#d1d5db}.mm-card:focus-visible{box-shadow:0 0 0 3px #2563eb40}.mm-card-thumb{align-items:center;aspect-ratio:4/3;background:#fafafa;display:flex;justify-content:center;position:relative}.mm-card-thumb img{display:block;height:100%;object-fit:cover;width:100%}.mm-card-badge{left:8px;position:absolute;top:8px}.mm-card-body{display:flex;flex-direction:column;gap:6px;padding:10px}.mm-card-title{font-size:14px;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#374151;display:-webkit-box;font-size:13px;max-height:2.6em;overflow:hidden}.mm-card-meta{align-items:center;color:#6b7280;display:inline-flex;font-size:12px;gap:6px}.mm-audio audio{width:100%}.modal-overlay{background:#00000059;padding:12px}.modal{border-radius:12px;box-shadow:0 10px 40px #00000026;padding:14px}.modal h3{margin:0 0 10px}.modal-body{grid-gap:10px;display:grid;gap:10px}.modal-actions{display:flex;gap:8px;justify-content:flex-end}@media(max-width:480px){.modal{width:calc(100% - 24px)}}.mm-card-ph{align-items:center;color:#6b7280;display:flex;justify-content:center;min-height:48px}.mm-card .mm-card-ph a,.mm-card[title*=http]{cursor:pointer}.users-violet *{box-sizing:border-box}.users-violet{background:#0000;color:#0f172a;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;margin:24px;min-height:100%}.users-violet .admin-root{grid-gap:20px;display:grid;gap:20px;margin:0 auto}.users-violet .admin-header h1{color:#0f172a;font-size:28px;font-weight:800;letter-spacing:.2px;margin:0}.users-violet .card{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;padding:16px}.users-violet .admin-controls{margin:0}.users-violet .grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;margin:0}.users-violet .form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.users-violet .field label{color:#6b7280;display:block;font-size:12px;font-weight:700;margin-bottom:6px}.users-violet .input,.users-violet .select{background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;font-size:14px;height:40px;outline:none;padding:10px 12px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.users-violet .input::placeholder,.users-violet .select::placeholder{color:#9aa0aa}.users-violet .input:focus,.users-violet .select:focus{background:#fff;border-color:#d1d5db;box-shadow:0 0 0 3px #11182714}.users-violet .btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 2px 8px #1118270a;color:#111827;cursor:pointer;display:inline-flex;gap:8px;justify-content:center;min-height:40px;padding:0 14px;transition:transform .04s ease,background .15s ease,border-color .15s ease,opacity .15s ease,box-shadow .15s ease,filter .15s ease;-webkit-user-select:none;user-select:none}.users-violet .btn:disabled{cursor:not-allowed;opacity:.6}.users-violet .btn:active{transform:translateY(1px)}.users-violet .btn.btn-primary{background:#4b5563;border-color:#0000;color:#fff}.users-violet .btn.btn-primary:hover{filter:brightness(1.02)}.users-violet .btn.btn-ghost{background:#fff}.users-violet .btn.btn-ghost:hover{background:#f3f4f6}.users-violet .btn.btn-danger{background:#dc2626!important;border-color:#0000!important;color:#fff!important;padding:10px 12px}.users-violet .btn.btn-danger:hover{background:#b91c1c!important}.users-violet .btn.small{font-size:13px;min-height:32px;padding:0 10px}.users-violet .table-wrapper{-webkit-overflow-scrolling:touch;border:1px solid #eef0f4;border-radius:5px;margin-top:15px;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.users-violet .table-wrapper::-webkit-scrollbar{height:10px;width:10px}.users-violet .table-wrapper::-webkit-scrollbar-track{background:#f6f7fb;border-left:1px solid #eef0f4}.users-violet .table-wrapper::-webkit-scrollbar-thumb{background:#dfe3ea;border:2px solid #f6f7fb;border-radius:5px}.users-violet .cols-control button{margin-bottom:10px}.users-violet .cols-control label{margin:5px}.users-violet .table{border-collapse:collapse;font-size:14px;min-width:1000px;table-layout:auto;width:100%}.users-violet .table thead tr{background:#f6f7fb}.users-violet .table td,.users-violet .table th{border-bottom:1px solid #eef0f4;color:#0f172a;padding:12px 14px;text-align:left;vertical-align:middle}.users-violet .table tbody tr:hover{background:#fff}.users-violet .actions{display:flex;flex-wrap:wrap}.users-violet .actions .btn{height:auto;padding:8px 12px}.users-violet .badge{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;line-height:1;padding:4px 8px}.users-violet .badge-success{background:#ecfdf5;border-color:#a7f3d0;color:#059669}.users-violet .badge-muted{background:#f1f5f9;color:#334155}.users-violet .badge-danger{background:#fff0f0;border-color:#fecaca;color:#991b1b}.users-violet .badge-role-admin{background:#fff6f6;border-color:#fed7aa;color:#9a3412;font-weight:700}.users-violet .badge-role-user{background:#eef2ff;border-color:#c7d2fe;color:#3730a3;font-weight:600}.users-violet .badge-role-guest{background:#f1f5f9;border-color:#cbd5e1;color:#334155;font-weight:600}.users-violet .text-warning{color:#b45309;font-weight:600}.users-violet .text-danger{color:#b91c1c;font-weight:700}.users-violet .pagination{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-top:12px}.users-violet .muted{color:#6b7280}.users-violet .small{font-size:12px;width:40px}.users-violet .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.users-violet .strong{font-weight:700}.users-violet .list{grid-gap:8px;display:grid;gap:8px;margin-top:10px;max-height:500px;overflow:auto}.users-violet .list::-webkit-scrollbar{width:10px}.users-violet .list::-webkit-scrollbar-track{background:#f6f7fb;border-left:1px solid #eef0f4}.users-violet .list::-webkit-scrollbar-thumb{background:#dfe3ea;border:2px solid #f6f7fb;border-radius:5px}.users-violet .list-item{align-items:center;background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 3px 10px #11182708;display:flex;justify-content:space-between;padding:12px}.users-violet .list-meta{align-items:center;flex-wrap:nowrap;gap:8px}.users-violet .list-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.users-violet .dot{border:1px solid #e5e7eb;border-radius:50%;display:inline-block;height:10px;width:10px}.users-violet .dot-on{background:#10b981}.users-violet .dot-off{background:#94a3b8}.users-violet .code-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.users-violet .empty{color:#6b7280;padding:18px;text-align:center}.users-violet .alert.error{background:#fff0f0;border:1px solid #fecaca;border-radius:5px;color:#991b1b;padding:12px 14px}.users-violet .codes-row{display:flex!important;flex-wrap:wrap;gap:12px}.users-violet .promo-code-title{min-width:200px;width:-webkit-max-content!important;width:max-content!important}.users-violet .input.short{max-width:160px}.users-violet .modal-backdrop{background:#0f172a73;display:grid;inset:0;place-items:center;position:fixed;z-index:50}.users-violet .modal{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 24px 60px #11182740;color:#0f172a;padding:18px;width:min(520px,92vw)}.users-violet .modal-title{color:#0f172a;font-size:18px;font-weight:800;margin:0 0 6px}.users-violet .modal-text{color:#6b7280;margin-bottom:12px}.users-violet .modal-actions{display:flex;gap:10px;justify-content:flex-end}.users-violet .details-row td{background:#fff;padding-bottom:14px;padding-top:14px}.users-violet .profiles-block{margin-bottom:10px}.users-violet .profiles-summary{color:#0f172a;margin-bottom:8px}.users-violet .profiles-list{grid-gap:8px;display:grid;gap:8px;list-style:none;margin:0;padding:0}.users-violet .profile-item{background:#fff;border:1px solid #e5e7eb;border-radius:5px;padding:10px 12px}.users-violet .profile-item.inactive{border-style:dashed;opacity:.65}.users-violet .profile-line{align-items:center;display:flex;gap:8px}.users-violet .chip{background:#f6f7fb;border:1px solid #e5e7eb;border-radius:999px;color:#111827;display:inline-block;font-size:11px;line-height:1;padding:2px 8px}.users-violet .chip-danger{background:#fff0f0;border:1px solid #fecaca;color:#991b1b}.users-violet .spinner.small{animation:sp1 .7s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#111827;display:inline-block;height:14px;margin-left:6px;width:14px}@media(min-width:880px){.users-violet .admin-controls .form-row{align-items:end;grid-template-columns:1.4fr .9fr .8fr 1fr auto}}@media(max-width:580px){.users-violet .actions .btn{width:100%}.users-violet .btn{min-height:44px}}@keyframes sp1{to{transform:rotate(1turn)}}.users-violet .role-select{min-width:160px}.users-violet .actions{grid-gap:8px;-webkit-overflow-scrolling:touch;align-items:center;display:grid;gap:8px;grid-auto-flow:column;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;white-space:nowrap}.users-violet .actions .btn{flex:0 0 auto;min-height:40px;min-width:96px;width:auto}@media(max-width:580px){.users-violet .actions .btn{width:auto}}.dash-root{background:#f6f7fb;color:#0f172a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.45;padding:24px}.dash-root *{box-sizing:border-box}.dash-root a{color:#0f172a;text-decoration:none}.dash-root .muted{color:#6b7280}.dash-root .small{font-size:12px}.dash-root .strong{font-weight:600}.dash-root svg{display:inline-block}.dash-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.dash-header .title h1{font-size:22px;font-weight:700;margin:0 0 4px}.dash-header .title .subline{color:#6b7280;font-size:13px;margin:0}.dash-header .toolbar{display:flex;gap:10px}.dash-header .toolbar .btn{align-items:center;border:1px solid #0000;border-radius:5px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:8px;height:36px;padding:0 12px;transition:transform .05s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.dash-header .toolbar .btn .ico{display:inline-flex}.dash-header .toolbar .btn .ico svg{height:18px;width:18px}.dash-header .toolbar .btn.primary{background:#4b5563;border-color:#4b5563;box-shadow:0 2px 10px #1118271f;color:#fff}.dash-header .toolbar .btn.primary:hover{background:#0b1220}.dash-header .toolbar .btn.ghost{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 4px #0000000a;color:#4b5563}.dash-header .toolbar .btn.ghost:hover{border-color:#d1d5db;box-shadow:0 3px 12px #00000014}.kpi-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-bottom:16px}.kpi{grid-column-gap:16px;grid-row-gap:6px;align-items:center;background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;column-gap:16px;contain:layout paint;display:grid;grid-template-areas:"title ico" "value ico" "meta  ico";grid-template-columns:1fr 56px;grid-template-rows:auto auto auto;min-height:92px;min-width:0;padding:14px 16px;row-gap:6px}.kpi .kpi-title{color:#6b7280;font-size:13px;font-weight:600;grid-area:title;letter-spacing:.1px;min-width:0}.kpi .kpi-value{color:#0f172a;font-size:clamp(22px,2.1vw + 10px,28px);font-weight:800;grid-area:value;line-height:1.1;min-width:0;text-align:left}.kpi .kpi-meta{color:#6b7280;font-size:13px;grid-area:meta;margin-top:2px;min-width:0}.kpi .kpi-ico{aspect-ratio:1/1;background:#f4f6f8;border:1px solid #e9edf3;border-radius:5px;color:#374151;display:grid;grid-area:ico;justify-self:end;overflow:hidden;place-items:center;width:clamp(40px,4.5vw,52px)}.kpi .kpi-ico svg{fill:currentColor;stroke:none!important;display:block;height:62%!important;max-height:100%;max-width:100%;width:62%!important}.kpi.kpi-danger{border-color:#fde2e2}.kpi.kpi-danger .kpi-ico{background:#fef2f2;border-color:#fde2e2;color:#b91c1c}.kpi.kpi-danger .kpi-value{color:#b91c1c}.grid-2{grid-template-columns:1fr 1fr}@media(max-width:900px){.grid-2{grid-template-columns:1fr}}.single-col{margin-bottom:16px;margin-top:16px}.card{border:1px solid #eef0f4;box-shadow:0 2px 12px #1118270f;overflow:hidden}.card .card-head{align-items:center;border-bottom:1px solid #f0f2f6;display:flex;justify-content:space-between;padding:14px 16px}.card .card-head h2{font-size:15px;font-weight:700;margin:0}.card .card-head .link{align-items:center;color:#6b7280;display:inline-flex;font-size:13px;gap:6px}.card .card-head .link:hover{color:#4b5563}.list{list-style:none;margin:0;padding:0}.list-row{align-items:center;border-bottom:1px solid #f5f6fa;display:flex;gap:14px;justify-content:space-between;padding:12px 16px}.list-row:last-child{border-bottom:0}.list-row.row-highlight{background:#fff6f6}.list-row .list-main{min-width:0}.list-row .list-main .strong{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-row .list-main .muted{margin-top:2px}.list-row .list-tags{align-items:center;display:flex;gap:8px}.list-row .list-tags .pill{align-items:center;background:#f3f4f6;border-radius:999px;color:#374151;display:inline-flex;font-size:12px;font-weight:800;height:22px;padding:0 8px}.list-row .list-tags .pill.ok{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.list-row .list-tags .pill.warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.list-row .list-tags .pill.danger{background:#fef2f2;border-color:#fecaca;color:#991b1b}.grid-3-alt{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr;margin-bottom:16px}@media(max-width:1200px){.grid-3-alt{grid-template-columns:1fr 1fr}}@media(max-width:900px){.grid-3-alt{grid-template-columns:1fr}}.tags-inline{display:flex;flex-wrap:wrap;gap:10px;padding:12px 16px 16px}.tags-inline .tag-chip{align-items:center;background:#f3f4f6;border-radius:999px;color:#374151;display:inline-flex;font-size:13px;font-weight:700;gap:8px;padding:6px 10px}.tags-inline .tag-chip .chip-count{background:#fff;border-radius:15px;font-size:12px;font-weight:800;padding:1px 6px}.metrics-table{padding:6px 16px 14px}.metrics-table .metric-row{border-bottom:1px solid #f3f4f6;display:grid;grid-template-columns:1fr auto;padding:10px 0}.metrics-table .metric-row:last-child{border-bottom:0}.metrics-table .metric-row .metric-label{color:#6b7280;font-size:13px}.metrics-table .metric-row .metric-value{font-weight:800}.qa-vertical{grid-gap:8px;display:grid;gap:8px;padding:12px 16px 16px}.qa-vertical .qa-button{align-items:center;background:#f9fafb;border-radius:5px;display:inline-flex;font-weight:800;gap:10px;height:40px;justify-content:center;padding:0 12px}.qa-vertical .qa-button svg{height:18px;width:18px}.qa-vertical .qa-button.primary{background:#374151;border-color:#374151;color:#fff}.qa-vertical .qa-button:hover{filter:brightness(.98)}.status-card{margin-bottom:16px}.status-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));padding:16px}@media(max-width:900px){.status-grid{grid-template-columns:1fr}}.status-item{background:#fff;border:1px dashed #e5e7eb;border-radius:5px;padding:18px 12px;text-align:center}.status-item .status-ico{aspect-ratio:1/1;background:#f3f4f6;border-radius:999px;color:#374151;display:grid;margin:0 auto 8px;overflow:hidden;place-items:center;width:clamp(40px,4.2vw,50px)}.status-item .status-ico svg{fill:currentColor;stroke:none!important;display:block;height:60%!important;max-height:100%;max-width:100%;width:60%!important}.status-item .status-title{font-weight:700}.status-item .status-sub{color:#6b7280}.status-item .status-meta{color:#9ca3af;font-size:12px}.timeline{list-style:none;margin:0;padding:12px 16px 16px}.timeline-row{grid-gap:8px;border-bottom:1px solid #f5f6fa;display:grid;gap:8px;grid-template-columns:28px 1fr;padding:12px 0}.timeline-row:last-child{border-bottom:0}.timeline-row .dot{align-items:center;background:#f3f4f6;border-radius:999px;display:inline-flex;font-weight:800;height:22px;justify-content:center;width:22px}.timeline-row .t-main .t-strong{font-weight:700}.timeline-row .t-main .t-muted{color:#6b7280;font-size:12px;margin-top:2px}.alert.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-weight:700;margin-top:16px}.boot-screen{animation:bootFadeOut .2s ease-in forwards;animation-delay:.2s;background:#fff;inset:0;opacity:1;pointer-events:none;position:fixed;z-index:9999}@keyframes bootFadeOut{0%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){.boot-screen{animation:none;display:none}}@media(max-width:560px){.dash-root{padding:16px}.kpi-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.dash-header .btn,.quick-actions .qa{transition:none}}.login-wrap{background:radial-gradient(1200px 600px at 80% -10%,#4b55631a,#0000 60%),radial-gradient(1000px 500px at -10% 110%,#4b55630f,#0000 60%),#f6f7fb;color:#0f172a;display:grid;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;min-height:100svh;padding:24px;place-items:center}.login-wrap .login-card{animation:floatIn .5s ease-out both;background:#fff;border:1px solid #eef0f4;border-radius:12px;box-shadow:0 2px 12px #1118270f;max-width:420px;overflow:hidden;width:100%}.login-wrap .login-header{padding:28px 28px 8px;text-align:center}.login-wrap .login-header .login-logo{background:linear-gradient(135deg,#4b5563,#0b1220);border:1px solid #e5e7eb;border-radius:12px;height:52px;margin:0 auto 10px;width:52px}.login-wrap .login-header h1{color:#0f172a;font-size:22px;font-weight:700;letter-spacing:.2px;margin:8px 0 6px}.login-wrap .login-header p{color:#6b7280;font-size:14px;margin:0}.login-wrap .login-form{grid-gap:14px;display:grid;gap:14px;padding:20px 24px 10px}.login-wrap .login-label{grid-gap:6px;color:#374151;display:grid;font-size:13px;font-weight:600;gap:6px}.login-wrap .login-input{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#0f172a;outline:none;padding:12px;transition:border-color .15s ease,box-shadow .15s ease,transform .02s ease;width:100%}.login-wrap .login-input::placeholder{color:#9ca3af}.login-wrap .login-input:focus{background:#fff;border-color:#4b5563;box-shadow:0 0 0 2px #4b556326}.login-wrap .login-button{align-items:center;background:#4b5563;border:1px solid #4b5563;border-radius:8px;box-shadow:0 2px 10px #1118271f;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:8px;justify-content:center;letter-spacing:.2px;line-height:1;margin-top:6px;padding:12px 14px;transition:transform .05s ease,filter .15s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease;width:100%}.login-wrap .login-button:hover{background:#374151;border-color:#374151;box-shadow:0 4px 16px #11182729}.login-wrap .login-button:active{box-shadow:0 2px 8px #11182724;transform:translateY(1px)}.login-wrap .login-button:focus-visible{box-shadow:0 0 0 3px #1118271f,0 0 0 5px #4b556340;outline:none}.login-wrap .login-button:disabled{box-shadow:none;cursor:not-allowed;filter:grayscale(.1);opacity:.7}.login-wrap .login-separator{align-items:center;display:flex;gap:12px;padding:8px 24px 0}.login-wrap .login-separator .line{background:#e5e7eb;flex:1 1;height:1px}.login-wrap .login-separator .text{color:#6b7280;font-size:12px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.login-wrap .login-oauth{display:flex;justify-content:center;padding:6px 24px 16px}.login-wrap .login-oauth>*{display:flex;justify-content:center;width:100%}.login-wrap .login-footer{background:#fff;border-top:1px solid #f0f2f6;color:#6b7280;font-size:12px;padding:14px 20px;text-align:center}@media(max-width:420px){.login-wrap .login-card{border-radius:12px}.login-wrap .login-header{padding:22px 20px 6px}.login-wrap .login-form{padding:16px 16px 8px}.login-wrap .login-separator{padding:8px 16px 0}.login-wrap .login-oauth{padding:6px 16px 16px}}@keyframes floatIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.login-wrap .login-card{animation:none}.login-wrap .login-button{transition:none}}.authors-wrap{background:#f6f7fb;color:#0f172a;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:20px}.authors-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.authors-head h2{font-size:20px;font-weight:800;letter-spacing:.2px;margin:0}.head-actions{align-items:center;display:flex;gap:10px}.search-field{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 1px 4px #0000000a;display:inline-flex;gap:6px;height:40px;padding:0 8px}.search-field input{background:#0000;border:none;color:#0f172a;font-size:14px;height:40px;min-width:240px;outline:none}.search-field input::placeholder{color:#9ca3af}.search-field .search-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;cursor:pointer;height:28px;padding:0 8px;transition:background .15s,border-color .15s,box-shadow .15s}.search-field .search-btn:hover{background:#f3f4f6}.btn-danger,.btn-ghost,.btn-primary,.icon-btn{align-items:center;border:1px solid #0000;border-radius:5px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:8px;height:34px;justify-content:center;line-height:1;padding:0 12px;transition:background .16s ease,transform .1s,color .16s,box-shadow .15s,filter .15s,border-color .15s}.btn-danger{background:#ef4444;border-color:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-danger:disabled{cursor:not-allowed;opacity:.6}.icon-btn{background:#fff;border-color:#e5e7eb;box-shadow:0 2px 8px #1118270f;color:#374151;padding:0;width:34px}.icon-btn:hover{background:#f3f4f6}.icon-btn.edit{border-color:#d1d5db;color:#374151}.icon-btn.delete{background:#fff0f0;border-color:#fecaca;color:#b91c1c}.create-card{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;margin-bottom:16px;padding:16px}.create-card h3{color:#0f172a;font-size:1.05rem;font-weight:800;margin:0 0 10px}.create-card .form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.create-card .form-grid .fi{display:flex;flex-direction:column;gap:6px}.create-card .form-grid .fi label{color:#4b5563;font-size:.95rem;font-weight:700}.create-card .form-grid .fi input,.create-card .form-grid .fi select,.create-card .form-grid .fi textarea{background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;font-size:.95rem;height:34px;padding:8px 10px;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.create-card .form-grid .fi input::placeholder,.create-card .form-grid .fi select::placeholder,.create-card .form-grid .fi textarea::placeholder{color:#9aa0aa}.create-card .form-grid .fi input:focus,.create-card .form-grid .fi select:focus,.create-card .form-grid .fi textarea:focus{border-color:#d1d5db;box-shadow:0 0 0 3px #11182714;outline:none}.create-card .form-grid .fi textarea{height:auto;min-height:100px;padding:10px 12px;resize:vertical}.create-card .form-grid .fi-col{grid-column:1/-1}.create-card .actions-row{display:flex;gap:10px;justify-content:flex-start;margin-top:12px}.authors-table-wrapper{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;overflow:auto}.authors-table{border-collapse:initial;border-spacing:0;min-width:1040px;width:100%}.authors-table thead{background:#f3f4f6;box-shadow:inset 0 -1px 0 #f1f5f9;position:-webkit-sticky;position:sticky;top:0;z-index:1}.authors-table thead th{color:#374151;font-size:14px;font-weight:800;padding:12px 14px;text-align:left;white-space:nowrap}.authors-table thead .col-id{width:90px}.authors-table thead .col-name{min-width:280px}.authors-table thead .col-country{width:140px}.authors-table thead .col-created{width:220px}.authors-table thead .col-lastedit{width:260px}.authors-table thead .col-actions{width:220px}.authors-table tbody tr.row{background:#fff;border-bottom:1px solid #f1f5f9;transition:background .15s ease}.authors-table tbody tr.row:hover{background:#f9fafb}.authors-table tbody tr.row.open{background:#fff}.authors-table tbody tr.row .cell{color:#0f172a;font-size:14px;padding:12px 14px;vertical-align:middle}.authors-table tbody tr.row .cell.id{color:#4b5563;font-weight:800;white-space:nowrap}.authors-table tbody tr.row .cell.name{color:#111827;font-weight:700}.authors-table tbody tr.row .cell.country{color:#374151}.authors-table tbody tr.row .cell.actions{align-items:center;display:inline-flex;flex-wrap:wrap;gap:8px}.authors-table tbody tr.row .ellipsis{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.authors-table tbody tr.row .fullcell{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:inherit;cursor:pointer;padding:0;text-align:left;width:100%}.authors-table tbody tr.row .fullcell:hover{text-decoration:underline}.authors-table tbody tr.row .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.authors-table tbody tr.details-row td.details-cell{background:#fff;border-bottom:1px solid #f1f5f9;padding:0}.authors-table tbody tr.details-row .details-grid{display:flex;flex-direction:column;gap:12px;grid-template-columns:1.1fr 1fr;padding:14px}@media(max-width:920px){.authors-table tbody tr.details-row .details-grid{grid-template-columns:1fr}}.authors-table tbody tr.details-row .card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 1px 6px #1118270a;padding:12px}.authors-table tbody tr.details-row .card-title{color:#0f172a;font-size:.98rem;font-weight:800;margin:0 0 8px}.authors-table tbody tr.details-row .kv-table{grid-row-gap:8px;grid-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:180px 1fr;row-gap:8px}@media(max-width:520px){.authors-table tbody tr.details-row .kv-table{grid-template-columns:1fr}}.authors-table tbody tr.details-row .kv-table .kv-pair{display:contents}.authors-table tbody tr.details-row .kv-table .kv-label{align-self:center;color:#374151;font-weight:700}.authors-table tbody tr.details-row .kv-table .kv-value{color:#0f172a;line-height:1.45;word-break:break-word}.authors-table tbody tr.details-row .kv-table .kv-span{grid-column:1/-1}.authors-table tbody tr.details-row .kv-table .kv-span .kv-label{align-self:start}.authors-table tbody tr.details-row .kv-meta{display:contents;gap:8px;margin-top:8px}@media(max-width:520px){.authors-table tbody tr.details-row .kv-meta{grid-template-columns:1fr}}.authors-table tbody tr.details-row .actions-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;margin-top:10px}.authors-table tbody tr.details-row .form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:720px){.authors-table tbody tr.details-row .form-grid{grid-template-columns:1fr}}.authors-table tbody tr.details-row .form-grid .fi{grid-gap:8px;align-items:center;background:#fff;border:1px solid #eef0f4;border-radius:5px;display:grid;gap:8px;grid-template-columns:160px 1fr;padding:10px}@media(max-width:520px){.authors-table tbody tr.details-row .form-grid .fi{grid-template-columns:1fr}}.authors-table tbody tr.details-row .form-grid .fi label{color:#4b5563;font-size:.95rem;font-weight:700}.authors-table tbody tr.details-row .form-grid .fi input,.authors-table tbody tr.details-row .form-grid .fi select,.authors-table tbody tr.details-row .form-grid .fi textarea{background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;font-size:.95rem;height:34px;padding:8px 10px;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.authors-table tbody tr.details-row .form-grid .fi input::placeholder,.authors-table tbody tr.details-row .form-grid .fi select::placeholder,.authors-table tbody tr.details-row .form-grid .fi textarea::placeholder{color:#9aa0aa}.authors-table tbody tr.details-row .form-grid .fi input:focus,.authors-table tbody tr.details-row .form-grid .fi select:focus,.authors-table tbody tr.details-row .form-grid .fi textarea:focus{border-color:#d1d5db;box-shadow:0 0 0 3px #11182714;outline:none}.authors-table tbody tr.details-row .form-grid .fi textarea{height:auto;min-height:110px;padding:10px 12px;resize:vertical}.authors-table tbody tr.details-row .form-grid .fi-col{grid-column:1/-1}.authors-table tbody tr.details-row .form-grid .actions-row{display:flex;flex-wrap:wrap;gap:10px;grid-column:1/-1;justify-content:flex-start}.authors-table tbody tr.details-row .works-list{grid-gap:6px;display:grid;gap:6px;list-style:none;margin:0;padding:0}.authors-table tbody tr.details-row .works-list li{align-items:baseline;background:#fff;border:1px solid #e5e7eb;border-radius:5px;display:flex;gap:6px;padding:8px 10px}.authors-table tbody tr.details-row .works-list li .title{color:#111827;font-weight:700}.authors-table tbody tr.details-row .works-list li .type{color:#6b7280;font-weight:600}.empty-table{color:#6b7280;padding:16px;text-align:center}.modal-overlay{align-items:center;background:#0f172a59;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:50}.modal{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #11182724;color:#0f172a;max-width:520px;padding:16px;position:relative;width:100%}.modal h3{font-size:18px;font-weight:800;margin:0 0 6px}.modal p{color:#4b5563;margin:0 0 12px}.modal .dialog-icon{font-size:22px;margin-bottom:6px}.modal .dialog-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.modal .modal-close{background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 2px 8px #1118270f;color:#4b5563;cursor:pointer;font-size:18px;height:34px;line-height:1;position:absolute;right:8px;top:8px;width:34px}.modal .modal-close:hover{background:#f3f4f6}.authors-wrap :is(a,button,input,select,textarea):focus-visible{border-radius:5px;box-shadow:0 0 0 2px #c7d2fe;outline:none}@media(max-width:900px){.search-field input{min-width:160px}}@media(max-width:720px){.authors-head{align-items:flex-start;flex-direction:column;gap:8px}.head-actions{flex-wrap:wrap}.authors-table{min-width:860px}}@media(max-width:520px){.search-field{width:100%}.search-field input{min-width:0;width:100%}.create-card .actions-row{flex-direction:column}.create-card .actions-row button{width:100%}.authors-table{min-width:780px}}.tags-screen *,.tags-screen :after,.tags-screen :before{box-sizing:border-box}.tags-screen .catm-box{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;color:#0f172a;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:16px;max-width:100%;overflow:hidden;padding:16px 14px}.tags-screen .catm-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.tags-screen .catm-header h2{font-size:20px!important;font-weight:800;margin:0}.tags-screen .catm-header .catm-search input{border:1px solid #e5e7eb;border-radius:5px;height:40px;min-width:220px;outline:none;padding:0 10px}.tags-screen .catm-header-right{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.tags-screen .catm-header-right .tags-new-inline{align-items:center;display:flex;gap:8px}.tags-screen .catm-header-right .tags-new-inline input{border:1px solid #e5e7eb;border-radius:5px;height:40px;outline:none;padding:0 10px;width:clamp(160px,20vw,240px)}.tags-screen .catm-header-right .tags-new-inline .btn-ghost,.tags-screen .catm-header-right .tags-new-inline .btn-primary{background:#4b5563;border-radius:5px;color:#fff;cursor:pointer;height:40px;line-height:1;padding:0 12px}.tags-screen .catm-header-right .tags-new-inline .btn-ghost{background:#fff;border-color:#d1d5db;color:#111827}.tags-screen .catm-error{color:#b91c1c;margin-bottom:10px}.tags-screen .catm-loading{margin:10px 0;opacity:.8}.tags-screen .catm-accordion{list-style:none;margin:0;padding:0}.tags-screen .catm-accordion>.empty{color:#6b7280;padding:10px;text-align:center}.tags-screen .catm-row{background:#fff;border:1px solid #eef0f4;border-radius:10px;margin-bottom:10px;overflow:hidden;transition:box-shadow .15s ease,border-color .15s ease}.tags-screen .catm-row:hover{border-color:#d1d5db}.tags-screen .catm-row.open{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.tags-screen .catm-row-main{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:1fr auto;padding:10px}.tags-screen .catm-row-main.no-thumb{grid-template-columns:1fr auto}.tags-screen .catm-row-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.tags-screen .catm-row-title{align-items:center;display:flex;gap:8px;min-width:0}.tags-screen .catm-row-title .catm-id{color:#374151;font-weight:600}.tags-screen .catm-row-title .catm-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tags-screen .catm-row-sub{color:#6b7280;font-size:12px}.tags-screen .catm-row-sub .count-badge{align-items:center;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:999px;color:#334155;display:inline-flex;font-size:12px;font-weight:800;justify-content:center;line-height:1;margin-left:6px;min-width:28px;padding:2px 8px}.tags-screen .icon-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:5px;color:#111827;cursor:pointer;display:inline-flex;height:34px;justify-content:center;width:34px}.tags-screen .icon-btn.edit{color:#111827}.tags-screen .icon-btn.delete{background-color:#fff0f0;border-color:#ffd4d4;color:#dc2626}.tags-screen .catm-row-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.tags-screen .catm-row-actions button{border-radius:5px;color:#fff;cursor:pointer;height:34px;line-height:1;min-width:34px;padding:0 10px}.tags-screen .catm-row-actions button.ghost{background:#fff;border-color:#d1d5db;color:#0f172a}@media(max-width:600px){.tags-screen .catm-row-actions{justify-content:stretch}.tags-screen .catm-row-actions button{flex-basis:calc(50% - 4px);flex-grow:1;flex-shrink:1}.tags-screen .icon-btn{flex:0 0 34px}}@media(max-width:380px){.tags-screen .catm-row-actions button{flex:1 1 100%}}.tags-screen .catm-edit-inline{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr}.tags-screen .catm-edit-inline input{border:1px solid #e5e7eb;border-radius:5px;height:34px;outline:none;padding:0 10px;width:100%}.tags-screen .catm-edit-inline-actions{display:flex;flex-wrap:wrap;gap:8px}.tags-screen .catm-edit-inline-actions .btn{background:#111827;border-radius:5px;color:#fff;cursor:pointer;height:34px;padding:0 12px}.tags-screen .catm-edit-inline-actions .btn.ghost{background:#fff;border-color:#d1d5db;color:#111827}.tags-screen .catm-edit-inline-actions .btn:disabled{cursor:not-allowed;opacity:.6}.tags-screen .catm-row-panel{background:#fff;border-top:1px solid #f3f4f6;padding:10px}.tags-screen .catm-table-wrap{border:1px solid #f3f4f6;border-radius:10px;overflow:auto;width:100%}.tags-screen .catm-table{border-collapse:collapse;min-width:680px;width:100%}.tags-screen .catm-table td,.tags-screen .catm-table th{border-bottom:1px solid #f3f4f6;font-size:14px;padding:8px 10px;text-align:left;white-space:nowrap}.tags-screen .catm-table th{background:#fafafa;font-weight:600}.tags-screen .badge{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;display:inline-flex;font-size:12px;gap:6px;line-height:1;padding:2px 8px}.tags-screen .badge-success{background:#dcfce7;border-color:#16a34a;color:#166534}.tags-screen .badge-muted{background:#f3f4f6;border-color:#d1d5db;color:#374151}.tags-screen a:focus-visible,.tags-screen button:focus-visible,.tags-screen input:focus-visible{border-radius:5px;box-shadow:0 0 0 3px #11182714;outline:none}@media(max-width:700px){.tags-screen .catm-header{gap:8px}.tags-screen .catm-header-right{justify-content:flex-end;width:100%}}.errors-root{background:#f6f7fb;color:#0f172a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:0 auto;padding:24px}.errors-root .errors-header h1{font-size:28px;font-weight:800;margin:0 0 16px}.errors-root .banner{background:#fff6f6;border:1px solid #fed7aa;border-radius:5px;color:#9a3412;font-weight:700;margin-bottom:12px;padding:10px 12px}.errors-root .card{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;margin-bottom:16px;padding:16px}.errors-root .form-row{grid-gap:12px;align-items:end!important;display:grid;gap:12px;grid-template-columns:1fr 180px 180px auto;margin-bottom:0!important}@media(max-width:860px){.errors-root .form-row{grid-template-columns:1fr}}.errors-root .field label{color:#6b7280;display:block;font-size:12px;margin-bottom:6px}.errors-root .input,.errors-root .select,.errors-root textarea{background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;outline:none;padding:10px 12px;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.errors-root .input::placeholder,.errors-root .select::placeholder,.errors-root textarea::placeholder{color:#9ca3af}.errors-root .input:focus,.errors-root .select:focus,.errors-root textarea:focus{background:#fff;border-color:#4b5563;box-shadow:0 0 0 2px #4b556326}.errors-root .btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 1px 4px #0000000a;color:#4b5563;cursor:pointer;display:inline-flex;font-weight:700;height:40px;justify-content:center;padding:0 14px;transition:transform .05s,background-color .2s,border-color .2s,box-shadow .2s,color .2s}.errors-root .btn:hover{border-color:#d1d5db;box-shadow:0 3px 12px #00000014}.errors-root .btn:active{transform:translateY(0)}.errors-root .btn:disabled{cursor:not-allowed;opacity:.6}.errors-root .btn.btn-primary{background:#4b5563;border-color:#4b5563;box-shadow:0 2px 10px #1118271f;color:#fff}.errors-root .btn.btn-primary:hover{background:#0b1220;border-color:#0b1220}.errors-root .btn.btn-ghost{background:#fff;border-color:#e5e7eb;color:#4b5563}.errors-root .btn.btn-ghost:hover{border-color:#d1d5db;box-shadow:0 3px 12px #00000014}.errors-root .table-wrapper{border:1px solid #eef0f4;border-radius:5px;max-height:62vh;overflow:auto}.errors-root .table{border-collapse:collapse;font-size:14px;min-width:820px;width:100%}.errors-root .table thead tr{background:#f1f2f7}.errors-root .table td,.errors-root .table th{border-bottom:1px solid #eef0f4;padding:12px 14px;text-align:left;vertical-align:top}.errors-root .table tbody tr:hover{background:#fffaf2}.errors-root .row-highlight{background:#fff6f6}.errors-root .badge{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#374151;font-size:12px;font-weight:800;padding:4px 8px}.errors-root .status.ok{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;color:#166534;font-weight:800;padding:2px 8px}.errors-root .status.pending{background:#fffbeb;border:1px solid #fde68a;border-radius:999px;color:#92400e;font-weight:800;padding:2px 8px}.errors-root .pagination{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-top:12px}.errors-root .empty{color:#6b7280;padding:18px;text-align:center}.errors-root .alert.error{background:#fef2f2;border:1px solid #fecaca;border-radius:5px;color:#991b1b;font-weight:700;margin-top:12px;padding:12px 14px}.errors-root .sidepanel-backdrop{background:#0f172a73;display:grid;inset:0;place-items:center;position:fixed;z-index:50}.errors-root .sidepanel{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 24px 60px #11182740;color:#0f172a;max-height:90vh;overflow:auto;padding:16px;width:min(720px,92vw)}.errors-root .sidepanel .sidepanel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.errors-root .sidepanel .sidepanel-body{grid-gap:10px;display:grid;gap:10px}.errors-root .sidepanel .kv{align-items:center;display:flex;gap:10px}.errors-root .sidepanel .kv span{color:#6b7280;font-size:13px;width:120px}.errors-root .sidepanel .desc label{color:#6b7280;display:block;font-size:12px;margin:8px 0 6px}.errors-root .sidepanel .desc .desc-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:5px;padding:12px;white-space:pre-wrap}.errors-root .sidepanel .sidepanel-footer{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin-top:12px}.errors-root .pill{background:#ffedd5;border:1px solid #fed7aa;border-radius:999px;color:#9a3412;font-weight:700;padding:4px 10px}.errors-root .errors-inline-add__desc{display:flex;flex-direction:column}.errors-root .errors-inline-add .form-row{align-items:flex-start;display:flex;gap:12px}.errors-root .errors-inline-add__type{flex:0 0 110px}.errors-root .errors-inline-add__type .select{height:40px}.errors-root .errors-inline-add__desc{flex:1 1 auto}.errors-root .errors-inline-add__desc .input,.errors-root .errors-inline-add__desc textarea{min-height:40px;resize:vertical}.errors-root .errors-inline-add__btn{align-self:flex-start;white-space:nowrap}@media(max-width:860px){.errors-root .errors-inline-add .form-row{align-items:stretch;flex-direction:column}.errors-root .errors-inline-add__type{flex:0 0 auto;width:100%}.errors-root .errors-inline-add__btn{width:100%}}.notif-root{background:#f6f7fb;color:#0f172a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.45;padding:24px}.notif-root *{box-sizing:border-box}.notif-root .muted{color:#6b7280;font-size:14px}.notif-root .notif-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.notif-root .notif-header h1{font-size:22px;font-weight:700;margin:0}.notif-root .notif-header p{color:#6b7280;font-size:13px;margin:4px 0 0}.notif-root .alert{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;color:#0f172a;padding:10px 12px}.notif-root .alert.alert-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.notif-root .alert.alert-success{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.notif-root .btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 1px 4px #0000000a;color:#4b5563;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:8px;height:36px;justify-content:center;padding:0 12px;transition:transform .05s,box-shadow .2s,background-color .2s,border-color .2s,color .2s}.notif-root .btn:hover{border-color:#d1d5db;box-shadow:0 3px 12px #00000014}.notif-root .btn:active{transform:translateY(0)}.notif-root .btn:disabled{cursor:not-allowed;opacity:.6}.notif-root .btn.primary{background:#4b5563;border-color:#4b5563;box-shadow:0 2px 10px #1118271f;color:#fff}.notif-root .btn.primary:hover{background:#0b1220;border-color:#0b1220}.notif-root .btn.ghost{background:#fff;border-color:#e5e7eb;color:#4b5563}.notif-root .btn.ghost:hover{border-color:#d1d5db;box-shadow:0 3px 12px #00000014}.notif-root .btn.small{border-radius:5px;font-size:12px;height:30px;padding:0 10px}.notif-root .btn.icon{line-height:0;padding:0 8px}.notif-root .card{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;margin-bottom:16px;padding:16px}.notif-root .accordion{grid-gap:12px;display:grid;gap:12px}.notif-root .acc-item{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;overflow:hidden}.notif-root .acc-item .acc-head{align-items:center;background:#f9fafb;border:none;color:#4b5563;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:14px 16px;width:100%}.notif-root .acc-item .acc-head:hover{background:#f4f6f8}.notif-root .acc-item.open .acc-head{border-bottom:1px solid #f0f2f6}.notif-root .acc-item .acc-body{display:none;padding:16px}.notif-root .acc-item.open .acc-body{display:block}.notif-root .row{align-items:center;display:flex;gap:12px;margin:10px 0}.notif-root .lbl{color:#374151;font-size:13px;font-weight:700;min-width:160px;width:160px}.notif-root .inline{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.notif-root input,.notif-root select,.notif-root textarea{background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;font:inherit;padding:10px 12px;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.notif-root input::placeholder,.notif-root select::placeholder,.notif-root textarea::placeholder{color:#9ca3af}.notif-root input:focus,.notif-root select:focus,.notif-root textarea:focus{background:#fff;border-color:#4b5563;box-shadow:0 0 0 2px #4b556326;outline:none}.notif-root textarea{resize:vertical}.notif-root .row-actions{gap:10px;justify-content:flex-end}.notif-root .inline label:has(>input[type=radio]){align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;padding:6px 10px;position:relative;-webkit-user-select:none;user-select:none}.notif-root .inline label>input[type=radio]{opacity:0;pointer-events:none;position:absolute}.notif-root .inline label:has(>input[type=radio]:checked){background:#4b5563;border-color:#4b5563;color:#fff}.notif-root .inline label:has(>input[type=radio]:checked):after{content:"●";font-size:8px;margin-left:2px;opacity:.9}.notif-root .inline label:has(>input[type=checkbox]){color:#0f172a;font-weight:700;gap:8px}.notif-root .inline label>input[type=checkbox]{accent-color:#4b5563;height:16px;width:16px}.notif-root .stat-cards{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.notif-root .stat{background:#f9fafb;border:1px solid #eef0f4;border-radius:5px;padding:12px 14px}.notif-root .stat .stat-label{color:#6b7280;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.notif-root .stat .stat-value{color:#0f172a;font-size:20px;font-weight:800;margin-top:4px}.notif-root .tmpl-preview{margin-top:6px}.notif-root .tmpl-preview-head{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:8px}.notif-root .tmpl-editor .muted,.notif-root .tmpl-preview-head .muted{font-size:12px}.notif-root .tmpl-editor textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.notif-root .badge{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#374151;display:inline-flex;font-size:12px;font-weight:800;gap:6px;height:22px;padding:0 8px}.notif-root .badge.badge-success{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.notif-root .badge.badge-danger{background:#fef2f2;border-color:#fecaca;color:#991b1b}.notif-root .badge.badge-muted{background:#f1f5f9;border-color:#e5e7eb;color:#334155}.notif-root .tmpl-preview iframe{background:#fff;border:1px solid #e5e7eb;border-radius:5px;min-height:500px;width:100%}@media(max-width:1000px){.notif-root .stat-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.notif-root .notif-header{align-items:flex-start;flex-direction:column;gap:8px}.notif-root .row{align-items:stretch;flex-direction:column}.notif-root .lbl{min-width:0;width:auto}.notif-root .stat-cards{grid-template-columns:1fr}.notif-root .row-actions{align-items:stretch;flex-direction:column;gap:8px}}.admin-root{grid-gap:16px;background:#f8fafc;color:#0f172a;display:grid;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;gap:16px;margin:24px}.admin-header h1{color:#0f172a;font-size:28px;font-weight:800;letter-spacing:.2px;margin:0}.card{background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 8px 22px #1118270f;padding:16px}.grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.field label{color:#64748b;display:block;font-size:12px;margin-bottom:6px}.input,.select{background:#fdfdfd;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;height:40px;outline:none;padding:10px 12px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.input::placeholder,.select::placeholder{color:#9aa3b2}.input:focus,.select:focus{background:#fff;border-color:#f2f2f2;box-shadow:0 0 0 3px #ff4d001f}.list{grid-gap:8px;display:grid;gap:8px;margin-top:10px;max-height:360px;overflow:auto}.list::-webkit-scrollbar{height:10px;width:10px}.list::-webkit-scrollbar-track{background:#fff;border-left:1px solid #e5e7eb}.list::-webkit-scrollbar-thumb{background:#f2f2f2;border-radius:5px}.list-item{align-items:center;background:#fdfdfd;border:1px solid #d9d9d9;border-radius:5px;box-shadow:0 3px 10px #11182708;display:flex;gap:8px;justify-content:space-between;padding:10px 12px}.table-wrapper{border:1px solid #e5e7eb;border-radius:5px;overflow:auto}.table-wrapper::-webkit-scrollbar{height:10px;width:10px}.table-wrapper::-webkit-scrollbar-track{background:#fff;border-left:1px solid #e5e7eb}.table-wrapper::-webkit-scrollbar-thumb{background:#f2f2f2;border-radius:5px}.table{border-collapse:collapse;font-size:14px;min-width:860px;width:100%}.table thead tr{background:#fff}.table td,.table th{padding:12px 14px;text-align:left;vertical-align:middle}.table tbody tr:hover{background:#fff}.actions{grid-gap:8px;-webkit-overflow-scrolling:touch;align-items:center;display:grid;gap:8px;grid-auto-flow:column;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;white-space:nowrap}.actions .btn{flex:0 0 auto;min-height:40px;min-width:96px;width:auto}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.strong{font-weight:600}.muted{color:#64748b}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strong{font-weight:700}.badge{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px!important;display:inline-flex;font-size:12px;line-height:1;padding:4px 8px}.badge-success{background:#ecfdf5;border-color:#a7f3d0;color:#059669;min-width:-webkit-max-content;min-width:max-content}.badge-muted{background:#f1f5f9;color:#334155}.badge-danger{background:#fff1f2;border-color:#ffe4e6;color:#9f1239}.btn{align-items:center;background:#fdfdfd;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;cursor:pointer;display:inline-flex;gap:8px;justify-content:center;min-height:40px;padding:0 14px;transition:transform .04s ease,background .15s ease,border-color .15s ease,opacity .15s ease,box-shadow .15s ease,filter .15s ease;-webkit-user-select:none;user-select:none}.btn:disabled{cursor:not-allowed;opacity:.6}.btn:active{transform:translateY(1px)}.btn.btn-primary{background:#334155;border:1px solid #0000;color:#fff}.btn.btn-primary:hover{filter:brightness(1.02)}.btn.btn-ghost{background:#fff;border-color:#e5e7eb}.btn.btn-ghost:hover{background:#f3f4f6}.btn.btn-danger{background:#fff0f0!important;border:1px solid #fecaca!important;box-shadow:0 2px 8px #1118270f!important;color:#b91c1c!important}.btn.btn-danger:hover{background:#ffe5e5!important}.pagination{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-top:12px}.alert.error{background:#fff1f2;border:1px solid #ffe4e6;border-radius:5px;color:#9f1239;padding:12px 14px}@media(min-width:900px){.grid-2{grid-template-columns:1fr 1fr}}@media(min-width:880px){.form-row{align-items:end;grid-template-columns:1.2fr .9fr .9fr 1fr .8fr 1fr}}@media(max-width:580px){.actions .btn{width:auto}.btn{min-height:44px}.table{min-width:720px}}.pw-meter{background:#eceff4;border-radius:999px;height:6px;margin-bottom:10px;margin-top:-6px;overflow:hidden;position:relative}.pw-meter:after{background:#ef4444;content:"";inset:0;position:absolute;transform:scaleX(1);transform-origin:left center;transition:background-color .2s ease}.pw-meter.ok:after{background:#10b981}.pw-meter.bad:after{background:#ef4444}.pw-checklist{grid-gap:4px;color:#6b7280;display:grid;font-size:12px;gap:4px;list-style:none;margin:0 0 8px;padding:0 2px 2px}.pw-checklist li{padding-left:18px;position:relative}.pw-checklist li:before{color:#9ca3af;content:"•";left:4px;position:absolute;top:0}.pw-checklist li.ok{color:#065f46}.pw-checklist li.ok:before{color:#10b981;content:"✓"}.input-hint{color:#6b7280;font-size:12px;margin-bottom:6px;margin-top:-6px}.input-hint.error{color:#b91c1c}.login-input.input-error{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426}.below-form{color:#6b7280;font-size:13px;margin:6px 0 0;padding:0 24px 20px}.below-form a{color:#374151}@media(max-width:420px){.pw-checklist{padding:0 0 2px}.below-form{padding:0 16px 16px}}.mpd-header-left{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.mpd-header-left h2{margin:0}.mpd-stats{display:flex;flex-wrap:wrap;gap:6px;margin-left:6px}.mpd-sections{display:flex;flex-direction:column}.mpd-section-title{font-size:16px;font-weight:700;margin:18px 0 8px}.mpd-section-title .badge{margin-left:8px}.mpd-list{grid-gap:10px;display:grid;gap:10px;list-style:none;margin:0;padding:0}.mpd-item{background:#fff;border:1px solid #eef0f4;border-radius:10px;padding:10px}.mpd-row{grid-gap:10px;align-items:flex-start;display:grid;gap:10px;grid-template-columns:32px 1fr auto}.mpd-icon{align-items:center;color:#6b7280;display:flex;height:32px;justify-content:center;width:32px}.mpd-body{display:flex;flex-direction:column;gap:4px;min-width:0}.mpd-line{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.mpd-name{color:#0f172a;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mpd-desc{color:#374151;font-size:13px;line-height:1.35}.mpd-meta{color:#6b7280;display:inline-flex;font-size:12px;gap:8px}.mpd-actions,.mpd-meta{align-items:center;flex-wrap:wrap}.mpd-actions{display:flex;gap:6px}.mpd-col{display:flex;flex-direction:column;gap:10px}.mpd-block{background:#f6f5f54a;border:1px solid #eef0f4;border-radius:10px;padding:10px}.mpd-block .mpd-body{margin-top:8px}.mpd-media{background:#fafafa;border-radius:5px;overflow:hidden}.mpd-media img,.mpd-media video{display:block;height:auto;width:100%}.mpd-ph{align-items:center;color:#6b7280;display:flex;justify-content:center;padding:20px}.mpd-link{cursor:pointer}.mpd-audio-card{background:linear-gradient(180deg,#fbfcfe,#f7f9fc);border:1px solid #e8ecf2;border-radius:12px;box-shadow:0 2px 10px #1118270f;padding:10px}.mpd-audio-head{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:8px}.mpd-audio-icon{align-items:center;background:#eef2ff;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;display:inline-flex;height:28px;justify-content:center;width:28px}.mpd-audio-title{color:#0f172a;flex:1 1 auto;font-weight:700;min-width:140px}.badge-lang{background:#ecfeff;border-color:#a5f3fc;color:#155e75}.mpd-audio{display:flex}.mpd-audio audio{width:100%}@media(min-width:900px){.mpd-audio audio{max-width:720px;width:50%}}.mpd-edit{grid-gap:8px;display:grid;gap:8px;margin-top:8px}.mpd-edit-actions{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:520px){.mpd-row{grid-template-columns:24px 1fr}.mpd-actions{margin-top:6px}}.legal-wrap{background:#f6f7fb;color:#0f172a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:20px}.legal-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.legal-head h2{font-size:20px;font-weight:800;letter-spacing:.2px;margin:0}.legal-head-actions{align-items:center;display:flex;gap:8px}.btn-ghost,.btn-primary{align-items:center;border:1px solid #0000;border-radius:5px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:8px;height:34px;justify-content:center;line-height:1;padding:0 12px;transition:background .16s ease,transform .1s,color .16s,box-shadow .15s,border-color .15s}.btn-primary{background:#4b5563;border-color:#4b5563;box-shadow:0 8px 22px #1118272e;color:#fff;height:40px}.btn-primary:hover:not(:disabled){background:#0b1220;box-shadow:0 10px 26px #11182738}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-ghost{background:#fff;border-color:#e5e7eb;box-shadow:0 2px 8px #1118270a;color:#4b5563}.btn-ghost:hover:not(:disabled){background:#f3f4f6}.btn-ghost:disabled{cursor:not-allowed;opacity:.6}.state{border-radius:5px;font-weight:700;padding:10px 12px}.state.muted{background:#f9fafb;border:1px solid #e5e7eb;color:#4b5563}.state.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.state.success{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534}.legal-states{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.legal-layout{grid-gap:16px;display:grid;gap:16px;grid-template-columns:260px minmax(0,1fr)}@media(max-width:900px){.legal-layout{grid-template-columns:1fr}}.legal-sidebar{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;padding:12px}.sidebar-title{color:#111827;font-size:.95rem;font-weight:800;margin:0 0 8px}.legal-list{grid-gap:6px;display:grid;gap:6px;list-style:none;margin:0 0 12px;padding:0}.legal-item{background:#fff;border:1px solid #e5e7eb;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;gap:2px;padding:8px 10px;transition:background .15s,border-color .15s,box-shadow .15s}.legal-item .doc-name{color:#111827;font-size:.95rem;font-weight:700}.legal-item .doc-meta{color:#6b7280;font-size:.8rem}.legal-item .doc-meta.muted{color:#9ca3af}.legal-item.active{background:#111827;border-color:#4b5563;box-shadow:0 6px 16px #0f172a4d;color:#f9fafb}.legal-item.active .doc-name{color:#f9fafb}.legal-item.active .doc-meta{color:#e5e7eb}.legal-item:hover:not(.active){background:#f9fafb}.legal-global{border-top:1px dashed #e5e7eb;margin-top:8px;padding-top:8px}.legal-global .checkbox-row{align-items:center;display:flex;font-size:.9rem;gap:8px}.legal-global .checkbox-row input[type=checkbox]{height:16px;width:16px}.legal-global .hint{color:#6b7280;font-size:.8rem;margin:6px 0 0}.legal-editor{display:flex;flex-direction:column;gap:12px}.legal-card{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 12px #1118270f;padding:14px}.legal-card-head{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.legal-card-head h3{font-size:1.05rem;font-weight:800;margin:0}.legal-card-head .meta{color:#6b7280;display:flex;flex-wrap:wrap;font-size:.85rem;gap:10px}.legal-card-head .meta .muted{color:#9ca3af}.form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:4px}@media(max-width:840px){.form-grid{grid-template-columns:1fr}}.form-grid .fi{display:flex;flex-direction:column;gap:6px}.form-grid .fi label{color:#374151;font-size:.9rem;font-weight:700}.form-grid .fi input,.form-grid .fi textarea{background:#fff;border:1px solid #e5e7eb;border-radius:5px;color:#0f172a;font-size:.95rem;padding:8px 10px;transition:border-color .15s,box-shadow .15s;width:100%}.form-grid .fi input::placeholder,.form-grid .fi textarea::placeholder{color:#9ca3af}.form-grid .fi input:focus,.form-grid .fi textarea:focus{border-color:#d1d5db;box-shadow:0 0 0 3px #11182714;outline:none}.form-grid .fi textarea{min-height:80px;resize:vertical}.form-grid .fi .code-input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem}.form-grid .fi-col{grid-column:1/-1}.actions-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.legal-preview-card{background:#fff;border:1px solid #eef0f4;border-radius:5px;box-shadow:0 2px 10px #0f172a0a;padding:12px}.legal-preview-card h4{font-size:.95rem;font-weight:800;margin:0 0 8px}.legal-preview-card .preview-html{background:#f9fafb;border:1px dashed #e5e7eb;border-radius:5px;max-height:360px;overflow:auto;padding:10px}.legal-preview-card .preview-html h1,.legal-preview-card .preview-html h2,.legal-preview-card .preview-html h3{margin-top:.6em}.legal-wrap :is(a,button,input,select,textarea):focus-visible{border-radius:5px;box-shadow:0 0 0 2px #c7d2fe;outline:none}.splash-video{background:#fff;inset:0;overflow:hidden;position:fixed;z-index:1000}.splash-video__media{height:100%;inset:0;object-fit:cover;object-position:center;position:absolute;width:100%}.splash-video__fade{background:#fff;inset:0;opacity:1;pointer-events:none;position:absolute;transition:opacity .4s ease;transition:opacity var(--startFadeMs,.4s) ease}.splash-video.is-started .splash-video__fade{opacity:0}.splash-video.is-ending .splash-video__fade{opacity:1;transition:opacity .45s ease;transition:opacity var(--endFadeMs,.45s) ease}.splash-video__hello{color:#111827;display:grid;font-size:clamp(36px,8vw,72px);font-weight:500;inset:0;opacity:0;place-items:center;pointer-events:none;position:absolute;transform:translateY(8px) scale(.98);transition:opacity .55s ease,transform .55s ease;transition:opacity var(--helloFadeMs,.55s) ease,transform var(--helloFadeMs,.55s) ease}.splash-video__hello.is-visible{opacity:1;transform:translateY(0) scale(1)}.splash-video:after{content:"";inset:0;pointer-events:none;position:absolute}.splash-video.is-ending:after{opacity:0}.splash-video__skip{-webkit-backdrop-filter:saturate(140%) blur(4px);backdrop-filter:saturate(140%) blur(4px);background:#ffffffe6;border:1px solid #e5e7eb;border-radius:10px;bottom:12px;box-shadow:0 8px 22px #00000014;color:#111827;cursor:pointer;font-weight:600;padding:8px 12px;position:absolute;right:14px;transition:background .15s ease,transform .05s ease}.splash-video__skip:hover{background:#fff}.splash-video__skip:active{transform:translateY(1px)}.splash-video__skip:focus-visible{outline:2px solid #c7d2fe;outline-offset:2px}@media(prefers-reduced-motion:reduce){.splash-video__fade,.splash-video__hello{transition:none!important}}
/*# sourceMappingURL=main.50922bc7.css.map*/