.toast{position:fixed;top:2rem;right:2rem;min-width:300px;max-width:500px;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;z-index:10000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{color:#10b981}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{color:#ef4444}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-icon{flex-shrink:0}.toast-message{flex:1;font-size:.95rem;color:#1f2937;font-weight:500}.toast-close{background:transparent;border:none;cursor:pointer;padding:.25rem;color:#6b7280;transition:color .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px}.toast-close:hover{color:#1f2937;background:#f3f4f6}.dashboard{max-width:1600px;animation:fadeIn .5s ease-in}.loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.1rem;color:var(--text-secondary)}.stats-section{margin-bottom:3rem;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-title{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:var(--text);letter-spacing:-.01em}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}.stat-card{background:linear-gradient(135deg,#fffffff2,#fffc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:var(--shadow);display:flex;gap:1.25rem;align-items:flex-start;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.5);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.stat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.stat-card:hover:before{transform:scaleX(1)}.stat-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.stat-card:hover .stat-icon{transform:scale(1.1) rotate(5deg)}.stat-icon:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:20px;background:inherit;opacity:.2;filter:blur(15px)}.stat-content{flex:1}.stat-label{font-size:.9rem;color:var(--text-secondary);margin-bottom:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2.5rem;font-weight:800;color:var(--text);line-height:1;margin-bottom:.75rem;letter-spacing:-.02em}.stat-trend{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--success);font-weight:600;padding:.375rem .75rem;background:#10b9811a;border-radius:20px;width:fit-content}.countries-list{padding:2rem;background:linear-gradient(135deg,#fffffff2,#fffc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.5);transition:all .3s cubic-bezier(.4,0,.2,1)}.countries-list:hover{box-shadow:var(--shadow-md)}.country-header{display:flex;justify-content:space-between;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:2px solid var(--border);font-size:.9rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.country-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--border);transition:all .3s cubic-bezier(.4,0,.2,1)}.country-item:hover{transform:translate(8px);background:linear-gradient(90deg,rgba(99,102,241,.05) 0%,transparent 100%);padding-left:1rem;margin-left:-1rem;border-radius:8px}.country-item:last-child{border-bottom:none}.country-name{display:flex;align-items:center;gap:1rem;font-weight:600;color:var(--text)}.country-name svg{color:var(--primary)}.country-stats{display:flex;align-items:center;gap:1.25rem;min-width:250px}.country-count{font-weight:700;min-width:80px;text-align:right;font-size:1.1rem;color:var(--text)}.country-bar{flex:1;height:10px;background:var(--background);border-radius:10px;overflow:hidden;position:relative}.country-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.country-bar-fill{height:100%;border-radius:10px;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.country-bar-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 2s infinite .5s}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.stat-value{font-size:2rem}.country-stats{min-width:180px}.country-count{min-width:60px}}.requests-page{max-width:1600px;animation:fadeIn .3s ease-in}.header-stats{display:flex;gap:1rem}.stat-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--primary);color:#fff;border-radius:20px;font-size:.9rem;font-weight:500}.filters-bar{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-box{flex:1;min-width:300px;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;transition:all .2s}.search-box:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.search-box input{flex:1;border:none;padding:0;font-size:.95rem}.search-box input:focus{outline:none}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:.9rem;font-weight:500;color:var(--text);cursor:pointer;transition:all .2s}.filter-btn:hover{background:var(--background);border-color:var(--primary)}.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.messages-layout{display:grid;grid-template-columns:400px 1fr;gap:1.5rem;height:calc(100vh - 300px)}.messages-list{background:var(--surface);border-radius:12px;padding:1rem;overflow-y:auto;box-shadow:0 1px 3px #0000001a}.message-item{padding:1rem;border-radius:8px;margin-bottom:.75rem;cursor:pointer;transition:all .2s;border:1px solid transparent}.message-item:hover{background:var(--background);transform:translate(4px)}.message-item.selected{background:#dbeafe;border-color:var(--primary)}.message-item.unread{background:#fef3c7}.message-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.message-from{display:flex;gap:.75rem;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.name{font-weight:600;font-size:.95rem;color:var(--text)}.email{font-size:.85rem;color:var(--text-secondary)}.status-icon{flex-shrink:0}.status-icon.unread{color:var(--warning)}.status-icon.read{color:var(--secondary)}.status-icon.replied{color:var(--success)}.message-subject{font-weight:600;margin-bottom:.5rem;color:var(--text)}.message-preview{font-size:.9rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem}.message-footer{display:flex;justify-content:space-between;align-items:center}.time{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:var(--text-secondary)}.priority-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.priority-badge.high{background:#fee2e2;color:var(--danger)}.priority-badge.normal{background:var(--background);color:var(--text-secondary)}.message-detail{background:var(--surface);border-radius:12px;padding:2rem;overflow-y:auto;box-shadow:0 1px 3px #0000001a}.detail-header{padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.detail-header h2{font-size:1.5rem;margin-bottom:.5rem}.detail-meta{display:flex;gap:1rem;font-size:.9rem;color:var(--text-secondary)}.detail-actions{display:flex;gap:.75rem;margin-top:1rem}.btn-action{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:8px;font-weight:500;transition:all .2s}.btn-action:not(.danger){background:var(--primary);color:#fff;border:none}.btn-action.danger{background:transparent;color:var(--danger);border:1px solid var(--danger)}.btn-action.success{background:var(--success);color:#fff;border:none}.btn-action:disabled{opacity:.5;cursor:not-allowed}.detail-body{padding:1.5rem 0;line-height:1.8;color:var(--text)}.detail-footer{padding-top:1.5rem;border-top:1px solid var(--border)}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item .label{font-size:.85rem;color:var(--text-secondary);font-weight:500}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-badge.unread{background:#fef3c7;color:#92400e}.status-badge.read{background:#dbeafe;color:#1e40af}.status-badge.replied{background:#d1fae5;color:#065f46}.status-badge.new{background:#fef3c7;color:#92400e}.status-badge.reviewing{background:#dbeafe;color:#1e40af}.status-badge.in-discussion{background:#e0e7ff;color:#4338ca}.status-badge.accepted{background:#d1fae5;color:#065f46}.status-badge.rejected{background:#fee2e2;color:#991b1b}.requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem}.request-card{background:var(--surface);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.request-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f;border-color:var(--primary)}.request-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.request-header h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:var(--text)}.company,.founder-name{font-size:.9rem;color:var(--text-secondary)}.badges{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.request-description{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.request-details,.cofounder-details{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.detail-item,.detail-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--background);border-radius:6px;font-size:.85rem;color:var(--text)}.tech-stack,.expertise-tags,.expertise-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-badge,.expertise-badge{padding:.375rem .75rem;background:#dbeafe;color:#1e40af;border-radius:6px;font-size:.85rem;font-weight:500}.tech-badge.large,.expertise-badge.large{padding:.5rem 1rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.expertise-badge{background:#e0e7ff;color:#4338ca}.request-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border)}.contact-info,.funding-info{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.btn-view{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:6px;font-weight:500;transition:all .2s}.btn-view:hover{background:var(--primary-dark);transform:translate(2px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease-in}.modal-content{background:var(--surface);border-radius:16px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:2rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:flex-start}.modal-header h2{font-size:1.75rem;font-weight:600;margin-bottom:.25rem}.modal-subtitle{font-size:.95rem;color:var(--text-secondary)}.btn-close{background:transparent;border:none;font-size:2rem;color:var(--text-secondary);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.btn-close:hover{background:var(--background);color:var(--text)}.modal-body{padding:2rem}.detail-section{margin-bottom:2rem}.detail-section h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.detail-section p{line-height:1.7;color:var(--text-secondary)}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.detail-value{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;color:var(--text);padding:1rem;background:var(--background);border-radius:8px}.contact-grid{display:grid;gap:1rem}.contact-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:var(--background);border-radius:8px}.contact-item>div{display:flex;flex-direction:column;gap:.25rem}.contact-item .label{font-size:.85rem;color:var(--text-secondary);font-weight:500}.contact-item a{color:var(--primary);text-decoration:none;font-weight:500}.contact-item a:hover{text-decoration:underline}.status-actions{display:flex;flex-direction:column;gap:1rem}.action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--text-secondary);text-align:center}.empty-state.full-width{grid-column:1 / -1}.empty-state svg{margin-bottom:1rem;opacity:.5}@media (max-width: 1024px){.messages-layout,.requests-grid,.detail-grid{grid-template-columns:1fr}}@media (max-width: 768px){.filters-bar{flex-direction:column}.search-box{min-width:100%}.filter-buttons{justify-content:flex-start}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.crud-page{max-width:1400px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.btn-primary{background:var(--primary);color:#fff;display:flex;align-items:center;gap:.5rem}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--background)}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.btn-icon{background:transparent;border:none;padding:.5rem;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-icon:hover{background:var(--background)}.btn-edit:hover{background:#dbeafe;color:var(--primary)}.btn-delete:hover{background:#fee2e2;color:var(--danger)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:var(--surface);border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-large{max-width:800px}.modal-xl{max-width:1200px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.5rem;font-weight:600;margin:0}.form{padding:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-checkbox{display:flex;align-items:center}.form-checkbox label{display:flex;align-items:center;gap:.5rem;margin:0;cursor:pointer}.form-checkbox input[type=checkbox]{width:auto;margin:0;cursor:pointer}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.item-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.item-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px #0000001a}.item-image{width:100%;height:200px;object-fit:cover}.item-content{padding:1.5rem}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.item-badge{background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.item-price{font-weight:700;color:var(--success);font-size:1.1rem}.item-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.item-subtitle{font-size:.875rem;color:var(--text-secondary);margin-bottom:.75rem}.item-description{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.item-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border)}.item-meta{font-size:.875rem;color:var(--text-secondary)}.item-meta-row{display:flex;justify-content:space-between;width:100%;font-size:.875rem;color:var(--text-secondary)}.item-actions{display:flex;gap:.5rem}.metrics-list{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--background);border-radius:8px}.metric-item{display:flex;gap:.5rem;align-items:flex-start}.metric-inputs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;flex:1}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.metric-badge{background:var(--background);padding:.75rem;border-radius:8px;text-align:center}.metric-value{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:.25rem}.metric-label{font-size:.75rem;font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.05em}.metric-desc{font-size:.75rem;color:var(--text-secondary)}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:var(--background);color:var(--text-secondary);padding:.25rem .75rem;border-radius:6px;font-size:.875rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-secondary);background:var(--surface);border-radius:12px;border:2px dashed var(--border)}.empty-state p{font-size:1.1rem}.editor-wrapper{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface)}.editor-wrapper .quill{background:var(--surface)}.editor-wrapper .ql-toolbar{background:var(--background);border:none;border-bottom:1px solid var(--border);padding:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.editor-wrapper .ql-container{border:none;font-size:1rem;font-family:inherit;min-height:400px}.editor-wrapper .ql-editor{min-height:400px;padding:1.5rem;font-size:1rem;line-height:1.8;color:var(--text)}.editor-wrapper .ql-editor.ql-blank:before{color:var(--text-secondary);font-style:normal;left:1.5rem}.editor-wrapper .ql-toolbar button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.editor-wrapper .ql-toolbar button:hover{background:var(--surface);box-shadow:var(--shadow-sm)}.editor-wrapper .ql-toolbar button.ql-active{background:var(--primary);color:#fff}.editor-wrapper .ql-toolbar .ql-stroke{stroke:var(--text);transition:stroke .2s}.editor-wrapper .ql-toolbar .ql-fill{fill:var(--text);transition:fill .2s}.editor-wrapper .ql-toolbar button:hover .ql-stroke{stroke:var(--primary)}.editor-wrapper .ql-toolbar button:hover .ql-fill{fill:var(--primary)}.editor-wrapper .ql-toolbar button.ql-active .ql-stroke{stroke:#fff}.editor-wrapper .ql-toolbar button.ql-active .ql-fill{fill:#fff}.editor-wrapper .ql-toolbar .ql-picker{height:32px;border-radius:6px;transition:all .2s}.editor-wrapper .ql-toolbar .ql-picker:hover{background:var(--surface);box-shadow:var(--shadow-sm)}.editor-wrapper .ql-toolbar .ql-picker-label{border:none;padding:0 .5rem;color:var(--text)}.editor-wrapper .ql-toolbar .ql-picker-options{background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-md);padding:.5rem;margin-top:.25rem}.editor-wrapper .ql-toolbar .ql-picker-item{color:var(--text);padding:.5rem 1rem;border-radius:6px;transition:all .2s}.editor-wrapper .ql-toolbar .ql-picker-item:hover{background:var(--background);color:var(--primary)}.editor-wrapper .ql-toolbar .ql-picker-item.ql-selected{background:var(--primary);color:#fff}.editor-wrapper .ql-editor h1{font-size:2rem;font-weight:700;margin:1rem 0;color:var(--text)}.editor-wrapper .ql-editor h2{font-size:1.75rem;font-weight:700;margin:1rem 0;color:var(--text)}.editor-wrapper .ql-editor h3{font-size:1.5rem;font-weight:600;margin:1rem 0;color:var(--text)}.editor-wrapper .ql-editor h4{font-size:1.25rem;font-weight:600;margin:1rem 0;color:var(--text)}.editor-wrapper .ql-editor h5{font-size:1.1rem;font-weight:600;margin:1rem 0;color:var(--text)}.editor-wrapper .ql-editor h6{font-size:1rem;font-weight:600;margin:1rem 0;color:var(--text)}.editor-wrapper .ql-editor p{margin:.75rem 0;line-height:1.8}.editor-wrapper .ql-editor ul,.editor-wrapper .ql-editor ol{padding-left:1.5rem;margin:.75rem 0}.editor-wrapper .ql-editor li{margin:.5rem 0;line-height:1.6}.editor-wrapper .ql-editor blockquote{border-left:4px solid var(--primary);padding-left:1rem;margin:1rem 0;color:var(--text-secondary);font-style:italic;background:var(--background);padding:1rem;border-radius:0 8px 8px 0}.editor-wrapper .ql-editor pre{background:var(--text);color:#f8f8f2;padding:1rem;border-radius:8px;margin:1rem 0;overflow-x:auto}.editor-wrapper .ql-editor code{background:var(--background);color:var(--danger);padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.editor-wrapper .ql-editor pre code{background:transparent;color:inherit;padding:0}.editor-wrapper .ql-editor a{color:var(--primary);text-decoration:underline}.editor-wrapper .ql-editor img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.editor-wrapper .ql-editor strong{font-weight:700}.editor-wrapper .ql-editor em{font-style:italic}.editor-wrapper .ql-editor u{text-decoration:underline}.editor-wrapper .ql-editor s{text-decoration:line-through}.editor-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}@media (max-width: 768px){.editor-wrapper .ql-toolbar{padding:.75rem}.editor-wrapper .ql-editor{min-height:300px;padding:1rem}.editor-wrapper .ql-container{min-height:300px}}*{box-sizing:border-box;margin:0;padding:0}.login-page{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;position:relative;overflow-x:hidden;overflow-y:auto}.login-page:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:float 20s ease-in-out infinite}.login-page:after{content:"";position:absolute;bottom:-50%;left:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);animation:float 15s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-20px,-20px) rotate(5deg)}}.login-container{width:100%;max-width:450px;z-index:1;margin:0 auto}.login-card{background:#fff;border-radius:24px;box-shadow:0 25px 70px #00000059;overflow:hidden;animation:slideUp .6s cubic-bezier(.16,1,.3,1);position:relative;width:100%;box-sizing:border-box}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.login-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 2rem;text-align:center;color:#fff}.login-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-icon svg{width:40px;height:40px;stroke-width:2.5}.login-header h1{margin:0 0 .5rem;font-size:2rem;font-weight:800}.login-header p{margin:0;opacity:.9;font-size:1.1rem}.login-form{padding:2rem}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.125rem;background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;border-left:4px solid #ef4444;animation:errorShake .4s ease}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.error-message svg{width:20px;height:20px;flex-shrink:0;stroke-width:2.5}.error-message span{flex:1}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.75rem;color:#1f2937;font-weight:600;font-size:.95rem;letter-spacing:-.01em}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;width:20px;height:20px;color:#9ca3af;pointer-events:none;transition:color .3s ease;z-index:1}.input-with-icon{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#f9fafb;font-family:inherit}.input-with-icon:hover{background:#fff;border-color:#d1d5db}.input-with-icon:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a;transform:translateY(-1px)}.input-with-icon:focus~.input-icon,.input-wrapper:focus-within .input-icon{color:#667eea}.password-toggle{position:absolute;right:.75rem;background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:all .2s ease;border-radius:8px;z-index:1}.password-toggle:hover{background:#f3f4f6;color:#667eea}.password-toggle:active{transform:scale(.95)}.password-toggle svg{width:20px;height:20px;stroke-width:2}.form-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.checkbox-custom{width:18px;height:18px;border:2px solid #d1d5db;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:#fff;position:relative}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"";position:absolute;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);top:1px}.checkbox-label:hover .checkbox-custom{border-color:#667eea}.checkbox-text{color:#4b5563;font-size:.9rem;font-weight:500}.forgot-password{color:#667eea;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s ease;white-space:nowrap}.forgot-password:hover{color:#764ba2;text-decoration:underline}.login-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;position:relative;overflow:hidden}.login-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#764ba2,#667eea);opacity:0;transition:opacity .3s ease}.login-button:hover:not(:disabled):before{opacity:1}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #667eea73}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-button svg{width:20px;height:20px;stroke-width:2.5;position:relative;z-index:1}.login-button span{position:relative;z-index:1}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.login-footer{padding:1.25rem 2rem;background:linear-gradient(to bottom,#f9fafb,#f3f4f6);text-align:center;border-top:1px solid #e5e7eb}.dev-info{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border-radius:8px;color:#6b7280;font-size:.85rem;font-weight:500;border:1px solid #e5e7eb}.dev-info svg{width:16px;height:16px;color:#9ca3af;stroke-width:2}@media (max-width: 768px){.login-page{padding:1rem}.login-header{padding:2.5rem 1.5rem}.login-icon{width:70px;height:70px;margin-bottom:1.25rem}.login-icon svg{width:35px;height:35px}.login-header h1{font-size:1.75rem}.login-header p{font-size:1rem}.login-form{padding:1.5rem}.form-options{flex-direction:column;align-items:flex-start;gap:.875rem}.forgot-password{align-self:flex-end}.login-button{padding:1rem;font-size:1rem}}@media (max-width: 480px){.login-page{padding:.5rem}.login-header{padding:2rem 1.25rem}.login-form{padding:1.25rem}.login-footer{padding:1rem 1.25rem}.dev-info{font-size:.8rem;padding:.5rem .875rem}}.user-info{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;margin:1rem 1rem 0;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:12px;border:1px solid rgba(102,126,234,.2)}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.user-details{flex:1;min-width:0}.user-name{margin:0;font-weight:600;font-size:.95rem;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{margin:0;font-size:.8rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding:1.5rem;margin-top:auto;border-top:1px solid #e5e7eb}.logout-button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:transparent;border:2px solid #ef4444;color:#ef4444;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.logout-button:hover{background:#ef4444;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.logout-button svg{width:18px;height:18px}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:#6b7280}.spinner-large{width:60px;height:60px;border:4px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app{display:flex;min-height:100vh}.sidebar{width:280px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid var(--border);padding:2rem 0;position:fixed;height:100vh;overflow-y:auto;box-shadow:var(--shadow-sm);z-index:100;display:flex;flex-direction:column}.sidebar-header{margin-bottom:1.5rem;padding:0 1.5rem 1.5rem;border-bottom:2px solid var(--border)}.sidebar-title{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.sidebar-subtitle{font-size:.875rem;color:var(--text-secondary);margin-top:.5rem;font-weight:500}.nav-menu{list-style:none;padding:0 1.5rem;flex:1}.nav-section{margin-bottom:2rem}.nav-section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.75rem;letter-spacing:.1em;padding-left:1rem}.nav-item{margin-bottom:.5rem}.nav-link{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;color:var(--text);text-decoration:none;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:var(--primary);transform:scaleY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover{background:linear-gradient(90deg,rgba(99,102,241,.1) 0%,transparent 100%);color:var(--primary);transform:translate(4px)}.nav-link:hover:before{transform:scaleY(1)}.nav-link.active{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:var(--shadow-md);transform:translate(4px)}.nav-link.active:before{background:#fff;transform:scaleY(1)}.nav-link svg{width:22px;height:22px;flex-shrink:0}.main-content{flex:1;margin-left:280px;padding:2.5rem;min-height:100vh;animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-header{margin-bottom:2.5rem;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.page-title{font-size:2.5rem;font-weight:800;color:var(--text);margin-bottom:.5rem;letter-spacing:-.02em;background:linear-gradient(135deg,var(--text) 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-description{font-size:1.1rem;color:var(--text-secondary);font-weight:400}@media (max-width: 1024px){.sidebar{width:240px}.main-content{margin-left:240px;padding:2rem}}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}.main-content{margin-left:0;padding:1.5rem}.page-title{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--secondary: #64748b;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--info: #06b6d4;--background: #f8fafc;--surface: #ffffff;--text: #0f172a;--text-secondary: #64748b;--border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)}body{margin:0;background:linear-gradient(135deg,#f8fafc,#e0e7ff);color:var(--text);overflow-x:hidden}#root{min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6rem 1.2rem;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}button:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}button:active{transform:translateY(0)}button:focus,button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}input,textarea,select{border:1px solid var(--border);border-radius:8px;padding:.6rem;font-size:1rem;font-family:inherit;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);background:var(--surface)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a;transform:translateY(-1px)}.card{background:var(--surface);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow);transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:var(--shadow-md)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}
