:root{--bg-body: #f7f9fc;--bg-card: #ffffff;--bg-sidebar: #1a1c23;--text-main: #1a202c;--text-muted: #718096;--text-light: #e2e8f0;--border-light: #e2e8f0;--status-accepted-bg: #def7ec;--status-accepted-text: #03543f;--status-revision-bg: #fefcbf;--status-revision-text: #744210;--status-rejected-bg: #fed7d7;--status-rejected-text: #9b2c2c;--pk-primary: #3182ce;--pk-primary-hover: #2b6cb0;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-body);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}button{cursor:pointer;font-family:inherit;border:none;background:none}#app{display:flex;flex-direction:column;min-height:100vh}.navbar{background-color:var(--bg-card);border-bottom:1px solid var(--border-light);padding:var(--space-md) var(--space-xl);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.nav-brand{font-weight:700;font-size:1.25rem;color:var(--text-main);text-decoration:none;display:flex;align-items:center;gap:var(--space-sm)}.nav-links{display:flex;gap:var(--space-lg)}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--pk-primary)}.container{max-width:1200px;margin:0 auto;padding:var(--space-xl);width:100%;flex:1}.dashboard-header{margin-bottom:var(--space-xl);display:flex;justify-content:space-between;align-items:end}.title-group h1{font-size:2rem;font-weight:700;margin-bottom:var(--space-xs)}.title-group p{color:var(--text-muted)}.filters-bar{display:flex;gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;align-items:center}.search-input{flex:1;min-width:200px;padding:var(--space-sm) var(--space-md);border:1px solid var(--border-light);border-radius:var(--radius-md);outline:none;transition:border-color .2s}.search-input:focus{border-color:var(--pk-primary)}.filter-select{padding:var(--space-sm) var(--space-md);border:1px solid var(--border-light);border-radius:var(--radius-md);background:#fff;min-width:140px}.scripts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-lg)}.script-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;border:1px solid var(--border-light);display:flex;flex-direction:column;gap:var(--space-md);cursor:pointer;text-decoration:none;color:inherit;position:relative;overflow:hidden}.script-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.card-header{display:flex;justify-content:space-between;align-items:start}.script-id{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-xs)}.script-title{font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:var(--space-xs)}.script-meta{color:var(--text-muted);font-size:.875rem;display:flex;align-items:center;gap:var(--space-sm)}.badge{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.badge-accepted{background:var(--status-accepted-bg);color:var(--status-accepted-text)}.badge-revision{background:var(--status-revision-bg);color:var(--status-revision-text)}.badge-rejected{background:var(--status-rejected-bg);color:var(--status-rejected-text)}.rating-stars{color:#fbbf24;font-size:.9rem}.detail-layout{display:grid;grid-template-columns:1fr 340px;gap:var(--space-xl);height:calc(100vh - 120px)}.editor-section{background:var(--bg-card);border-radius:var(--radius-lg);display:flex;flex-direction:column;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);overflow:hidden}.editor-toolbar{padding:var(--space-md);border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;background:#fdfdfd}.text-tools{display:flex;gap:var(--space-sm);align-items:center;margin-right:auto;margin-left:0}.text-tools button,.text-tools div{display:flex;align-items:center}.tool-btn{padding:4px 8px;border:1px solid var(--border-light);border-radius:var(--radius-sm);background:#fff;color:var(--text-main);font-size:.85rem;font-weight:600;min-width:32px;justify-content:center}.tool-btn:hover{background:#f0f0f0}.editor-content-area{flex:1;padding:var(--space-lg);overflow-y:auto;outline:none;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7;color:var(--text-main);white-space:pre-wrap}.editor-content-area *{font-size:inherit!important;line-height:inherit}.editor-content-area[dir=rtl]{text-align:right;direction:rtl}.panel-section{display:flex;flex-direction:column;gap:var(--space-lg);height:100%;overflow-y:auto}.meta-card,.evaluation-card,.history-card{background:var(--bg-card);padding:var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.history-card{flex:1;display:flex;flex-direction:column;min-height:200px}.history-list{flex:1;overflow-y:auto;margin-top:var(--space-md);max-height:300px;border-top:1px solid var(--border-light);padding-top:var(--space-sm)}.history-item{display:flex;flex-direction:column;gap:2px;margin-bottom:var(--space-md);font-size:.85rem}.history-meta{display:flex;justify-content:space-between;color:var(--text-muted);font-size:.75rem}.history-value{font-weight:500}.form-group{margin-bottom:var(--space-md)}.form-label{display:block;font-size:.85rem;font-weight:500;color:var(--text-muted);margin-bottom:var(--space-xs)}.form-control{width:100%;padding:var(--space-sm);border:1px solid var(--border-light);border-radius:var(--radius-sm);font-size:.95rem}.form-control:focus{border-color:var(--pk-primary);outline:none}textarea.form-control{resize:vertical;min-height:80px}.action-buttons{display:flex;flex-direction:column;gap:var(--space-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font-weight:600;font-size:.95rem;transition:all .2s;text-decoration:none}.btn-primary{background-color:var(--pk-primary);color:#fff}.btn-primary:hover{background-color:var(--pk-primary-hover)}.btn-secondary{background-color:#fff;border:1px solid var(--border-light);color:var(--text-main)}.btn-secondary:hover{background-color:#f7f9fc}.btn-danger-outline{color:#c53030;border:1px solid #fed7d7;background:#fff}.btn-danger-outline:hover{background:#fff5f5}.btn-success{background-color:var(--status-accepted-bg);color:var(--status-accepted-text)}.btn-warning{background-color:var(--status-revision-bg);color:var(--status-revision-text)}.btn-danger{background-color:var(--status-rejected-bg);color:var(--status-rejected-text)}.back-link{display:inline-flex;align-items:center;gap:var(--space-xs);color:var(--text-muted);text-decoration:none;font-weight:500;margin-bottom:var(--space-md);font-size:.9rem}.back-link:hover{color:var(--text-main)}.fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:var(--radius-lg);padding:var(--space-xl);width:90%;max-width:500px;box-shadow:var(--shadow-md)}body.read-mode-active{overflow:hidden}body.read-mode-active .navbar,body.read-mode-active .panel-section,body.read-mode-active .back-link,body.read-mode-active .dashboard-header,body.read-mode-active .container>div:first-child{display:none!important}body.read-mode-active .container>div[style*="justify-content:space-between"]{display:none!important}body.read-mode-active #app{height:100vh}body.read-mode-active .container{max-width:100%;padding:0;height:100vh}body.read-mode-active .detail-layout{display:block;height:100vh;margin:0}body.read-mode-active .editor-section{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;border-radius:0;border:none}body.read-mode-active .editor-toolbar{position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000000d;justify-content:center;padding-left:20px;padding-right:20px}body.read-mode-active .editor-toolbar>div:first-child{display:none!important}body.read-mode-active #save-status{display:none}body.read-mode-active .editor-content-area{max-width:800px;margin:0 auto;padding:40px 20px 100px;line-height:1.8}@media(max-width:768px){.navbar{padding:var(--space-md);flex-wrap:wrap;gap:var(--space-md)}.nav-links{gap:var(--space-md);width:100%;justify-content:center;font-size:.9rem}.container{padding:var(--space-md)}.dashboard-header{flex-direction:column;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-md)}.filters-bar{flex-direction:column;align-items:stretch}.search-input,.filter-select{width:100%}.detail-layout{display:flex;flex-direction:column;height:auto!important}.editor-section{height:60vh;min-height:400px}.panel-section{height:auto;overflow-y:visible}.editor-toolbar{flex-direction:column;align-items:stretch;gap:var(--space-sm)}.editor-toolbar>div:first-child{justify-content:center;margin-bottom:var(--space-xs)}.text-tools{justify-content:center;flex-wrap:wrap;margin:0 auto}.nav-brand{margin:0 auto}.nav-links{margin-top:10px}h1{font-size:1.5rem!important}}@media(max-width:480px){.scripts-grid{grid-template-columns:1fr}.tool-btn{padding:6px}}
