.desktop-pet{position:fixed;right:-120px;bottom:16px;width:420px;height:560px;z-index:1000;touch-action:none}.desktop-pet__frame{width:420px;height:560px;border-radius:0;border:none;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;position:relative;overflow:visible}.desktop-pet__live2d{width:420px;height:560px;pointer-events:auto}.desktop-pet__live2d canvas{display:block}@media (max-width: 768px){.desktop-pet{display:none}}.home-container{padding:2rem;max-width:1200px;margin:0 auto;position:relative;height:calc(100vh - 173px);height:calc(100dvh - 173px);overflow:hidden}.home-scanline{position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent);animation:scanline 8s linear infinite;opacity:.3;pointer-events:none;z-index:10}.home-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:1}.home-hero{height:calc(100vh - 173px);height:calc(100dvh - 173px);display:flex;align-items:center;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg at 50% 50%,transparent 0deg,rgba(0,212,255,.03) 60deg,transparent 120deg,rgba(124,58,237,.03) 180deg,transparent 240deg,rgba(245,158,11,.03) 300deg,transparent 360deg);animation:rotate 30s linear infinite;pointer-events:none;z-index:1}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-content{position:relative;z-index:2}.home-title{font-size:3.5rem!important;font-weight:700!important;margin-bottom:.5rem!important;letter-spacing:.1em!important}.home-subtitle{font-size:1.5rem!important;font-weight:600!important;margin-bottom:1.5rem!important;opacity:.95;letter-spacing:.05em!important}.home-description{font-size:1rem!important;line-height:1.6!important;margin-bottom:2rem!important;color:#c7d2fe!important;max-width:550px}.home-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;max-width:550px}.feature-item{display:flex;align-items:center;gap:.8rem;padding:.8rem 1.2rem;background:#1a1f3a99;border:1px solid rgba(59,130,246,.3);border-radius:8px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-item:hover{background:#00d4ff14;border-color:#00d4ff80;transform:translate(3px)}.feature-icon{font-size:1.5rem}.feature-text{font-size:1rem;font-weight:500;color:#fff;letter-spacing:.05em}.home-actions{margin-top:1.5rem}.home-button{margin-right:1rem;margin-bottom:1rem;position:relative;overflow:hidden;border-radius:8px;font-weight:600;letter-spacing:.05em}.home-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.home-button:hover:before{left:100%}.particle{position:absolute;width:4px;height:4px;background:var(--primary-color);border-radius:50%;box-shadow:0 0 10px var(--primary-color);animation:float-particle 15s infinite}.particle:nth-child(1){top:10%;left:20%;animation-delay:0s;animation-duration:15s}.particle:nth-child(2){top:30%;left:70%;animation-delay:2s;animation-duration:18s}.particle:nth-child(3){top:50%;left:30%;animation-delay:4s;animation-duration:12s}.particle:nth-child(4){top:70%;left:80%;animation-delay:1s;animation-duration:16s}.particle:nth-child(5){top:20%;left:60%;animation-delay:3s;animation-duration:14s}.particle:nth-child(6){top:60%;left:10%;animation-delay:5s;animation-duration:17s}.particle:nth-child(7){top:80%;left:40%;animation-delay:2s;animation-duration:13s}.particle:nth-child(8){top:40%;left:90%;animation-delay:4s;animation-duration:19s}.particle:nth-child(9){top:10%;left:80%;animation-delay:1s;animation-duration:15s}@keyframes float-particle{0%{transform:translateY(0) translate(0);opacity:.6}25%{transform:translateY(-50px) translate(20px);opacity:1}50%{transform:translateY(0) translate(40px);opacity:.8}75%{transform:translateY(50px) translate(20px);opacity:.6}to{transform:translateY(0) translate(0);opacity:.6}}@keyframes scanline{0%{top:-2px}to{top:100%}}@media (max-width: 768px){.home-container{padding:1rem;height:calc(100vh - 156px);height:calc(100dvh - 156px)}.home-hero{height:calc(100vh - 156px);height:calc(100dvh - 156px)}.home-title{font-size:2rem!important}.home-subtitle{font-size:1.2rem!important;margin-bottom:1rem!important}.home-description{font-size:.9rem!important;margin-bottom:1.5rem!important}.home-features{grid-template-columns:1fr;gap:.8rem;margin-bottom:1.5rem}.feature-item{padding:.6rem 1rem}.feature-text{font-size:.85rem}.home-actions{margin-top:1rem;display:flex;flex-direction:column;gap:.8rem}.home-button{margin-right:0;margin-bottom:0;width:100%;max-width:280px}}@media (max-width: 480px){.home-container{padding:.8rem;height:calc(100vh - 146px);height:calc(100dvh - 146px)}.home-hero{height:calc(100vh - 146px);height:calc(100dvh - 146px)}.home-title{font-size:1.8rem!important}.home-subtitle{font-size:1.1rem!important}.home-description{font-size:.85rem!important}.feature-item{padding:.5rem .8rem}.feature-icon{font-size:1.2rem}.feature-text{font-size:.8rem}.home-button{font-size:14px;padding:10px 16px}}.login-container,.register-container{min-height:calc(100vh - 65px);min-height:calc(100dvh - 65px);display:flex;align-items:center;justify-content:center;padding:2rem}.login-container .ant-card,.register-container .ant-card{border-radius:12px!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 32px #0006,0 0 60px #3b82f61a,inset 0 1px #ffffff0d;max-width:440px;width:100%}.login-container .ant-card-head-title,.register-container .ant-card-head-title{font-family:Orbitron,Rajdhani,sans-serif!important;font-size:1.5rem!important;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-container .ant-card-body,.register-container .ant-card-body{padding:28px 24px!important}.login-container input.ant-input,.register-container input.ant-input,.login-container .ant-input-affix-wrapper,.register-container .ant-input-affix-wrapper{height:44px!important;border-radius:8px!important}.login-container .ant-btn-primary,.register-container .ant-btn-primary{height:44px!important;border-radius:8px!important;font-weight:600;letter-spacing:.1em;text-transform:uppercase;font-size:14px;transition:all .3s ease!important}.login-container .ant-btn-primary:hover,.register-container .ant-btn-primary:hover{transform:translateY(-2px)}.login-container .login-footer,.register-container .register-footer{text-align:center;margin-top:16px;color:var(--text-secondary);font-size:14px}@media (max-width: 768px){.login-container,.register-container{min-height:calc(100vh - 56px);min-height:calc(100dvh - 56px);padding:1rem}.login-container .ant-card,.register-container .ant-card{max-width:100%;margin:0 10px}.login-container .ant-card-head-title,.register-container .ant-card-head-title{font-size:1.3rem!important}.login-container .ant-card-body,.register-container .ant-card-body{padding:20px 16px!important}.login-container input.ant-input,.register-container input.ant-input,.login-container .ant-input-affix-wrapper,.register-container .ant-input-affix-wrapper{height:40px!important}.login-container .ant-btn-primary,.register-container .ant-btn-primary{height:40px!important;font-size:13px}.login-container .login-footer,.register-container .register-footer{font-size:13px;margin-top:12px}}@media (max-width: 480px){.login-container,.register-container{padding:.8rem}.login-container .ant-card,.register-container .ant-card{margin:0 5px}.login-container .ant-card-head-title,.register-container .ant-card-head-title{font-size:1.1rem!important}.login-container .ant-card-body,.register-container .ant-card-body{padding:16px 12px!important}.login-container input.ant-input,.register-container input.ant-input,.login-container .ant-input-affix-wrapper,.register-container .ant-input-affix-wrapper{height:36px!important}.login-container .ant-btn-primary,.register-container .ant-btn-primary{height:36px!important;font-size:12px}}.creation-container{padding:2rem;max-width:1200px;margin:0 auto}.creation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.creation-title{font-size:2rem!important;margin:0!important}.creation-button{font-weight:500}.novel-list{margin-top:1rem}.novel-item{border-bottom:none!important;padding:0 0 1rem!important}.novel-card{width:100%;background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important;border-radius:8px;transition:all .3s ease}.novel-card:hover{border-color:#00d4ff80!important}.novel-info{flex:1}.novel-name{color:#00d4ff!important;font-size:1.2rem!important;margin-bottom:.5rem!important}.novel-description{color:#a5b4fc!important;margin-bottom:.5rem!important}.novel-meta{display:flex;align-items:center;gap:1rem}.novel-date{color:#c7d2fe!important;font-size:.9rem}.novel-actions{display:flex;gap:.8rem;margin-top:1rem}.action-button{font-weight:500}.creation-modal .ant-modal-content{background:#1a1f3af2!important;border:1px solid rgba(59,130,246,.3)!important}.creation-modal .ant-modal-header{background:transparent!important;border-bottom:1px solid rgba(59,130,246,.3)!important}.creation-modal .ant-modal-title{color:#00d4ff!important}.creation-modal .ant-modal-close-x{color:#a5b4fc!important}.creation-input{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important;color:#e0e7ff!important}.creation-input:focus{border-color:#00d4ff!important}.creation-input::placeholder{color:#6b7280!important}.ant-popover-inner{background:#1a1f3af2!important;border:1px solid rgba(59,130,246,.3)!important}.ant-popover-message-title{color:#e0e7ff!important}.ant-popover-buttons button{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important;color:#e0e7ff!important}.ant-popover-buttons button:hover{border-color:#00d4ff!important;color:#00d4ff!important}.ant-popover-buttons .ant-btn-primary{background:linear-gradient(135deg,#00d4ff,#7c3aed)!important;border:none!important;color:#fff!important}@media (max-width: 768px){.creation-container{padding:1rem}.creation-header{flex-direction:column;gap:1rem;align-items:flex-start}.creation-title{font-size:1.5rem!important}.novel-actions{flex-direction:column}}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:#fff0;border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.novel-container{padding:2rem;max-width:1400px;margin:0 auto}.novel-header{margin-bottom:2rem}.novel-title{font-size:2.5rem!important;margin-bottom:.5rem!important}.novel-actions{margin-top:1.5rem;display:flex;gap:1rem;flex-wrap:wrap}.novel-action-button{position:relative}.novel-chapters{margin-top:2rem}.novel-chapter-list{background:#1a1f3a66;border:1px solid rgba(59,130,246,.3);border-radius:8px;padding:1rem;max-height:400px;overflow-y:auto}.novel-chapter-item{padding:.8rem 1rem;margin-bottom:.5rem;background:#252b4880;border:1px solid rgba(59,130,246,.2);border-radius:6px;cursor:pointer;transition:all .3s ease}.novel-chapter-item:hover{background:#00d4ff14;border-color:#00d4ff80;transform:translate(3px)}.novel-chapter-item.active{background:#00d4ff26;border-color:#00d4ff99}.novel-editor-container{margin-top:2rem;background:#1a1f3a66;border:1px solid rgba(59,130,246,.3);border-radius:8px;padding:1.5rem;min-height:500px}.novel-editor{min-height:450px;background:transparent;color:#e0e7ff;font-size:15px;line-height:1.8}.novel-editor .public-DraftEditor-content{min-height:450px;color:#e0e7ff}.novel-editor .public-DraftEditorPlaceholder-root{color:#6b7280!important}.novel-content-preview{min-height:400px;border:1px solid rgba(59,130,246,.3);padding:1rem;white-space:pre-wrap;line-height:1.8;color:#e0e7ff;background:#1a1f3a4d;border-radius:6px}.novel-generating{margin-top:2rem;background:#1a1f3a99;border:1px solid rgba(16,185,129,.3);border-radius:8px;padding:1.5rem;min-height:200px;position:relative;overflow:hidden}.novel-generating:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--success-color),transparent);animation:scanline 3s linear infinite}.novel-generating-title{font-size:1.2rem!important;color:var(--success-color)!important;margin-bottom:1rem!important;display:flex;align-items:center;gap:.5rem}.novel-generating-content{white-space:pre-wrap;font-family:Courier New,monospace;font-size:15px;line-height:1.8;color:#fff}.novel-generating-waiting{color:var(--text-secondary);font-style:italic}.novel-empty-state{border:1px dashed rgba(59,130,246,.3);border-radius:8px;padding:3rem;text-align:center;background:#1a1f3a66;color:var(--text-secondary)}.novel-empty-state .ant-typography{color:var(--text-secondary)!important}.novel-modal-content{background:#1a1f3af2}.novel-form-label{color:var(--text-secondary)!important;font-weight:500}.novel-stats{display:flex;gap:2rem;margin-top:1rem;padding:1rem;background:#1a1f3a66;border-radius:8px}.novel-stat-item{display:flex;flex-direction:column;align-items:center}.novel-stat-value{font-size:1.5rem;font-weight:600;color:var(--primary-color)}.novel-stat-label{font-size:.9rem;color:var(--text-secondary);margin-top:.25rem}@keyframes scanline{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 768px){.novel-container{padding:1rem}.novel-title{font-size:1.8rem!important}.novel-actions{flex-direction:column}.novel-stats{flex-direction:column;gap:1rem}}.setting-container{padding:2rem;max-width:800px;margin:0 auto}.setting-header{margin-bottom:1.5rem}.setting-title{font-size:2rem!important;font-weight:600!important;margin-bottom:.5rem!important}.setting-description{color:#a5b4fc!important;margin-bottom:1rem!important}.setting-alert{background:#3b82f61a!important;border:1px solid rgba(59,130,246,.3)!important;border-radius:8px}.setting-alert .ant-alert-message{color:#00d4ff!important;font-weight:600}.setting-alert .ant-alert-description{color:#a5b4fc!important}.setting-card{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important;border-radius:8px}.setting-form-label{color:#e0e7ff;font-weight:500}.setting-form-extra{color:#6b7280;font-size:12px}.setting-section-title{color:#e0e7ff!important;margin-bottom:1rem!important}.setting-status{display:flex;flex-direction:column;gap:.75rem}.setting-status-item{display:flex;align-items:center;gap:.5rem}.setting-status-label{color:#6b7280;min-width:80px;font-size:14px}.setting-status-value{color:#00d4ff;font-size:14px;font-weight:500}.setting-form .ant-input-affix-wrapper{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important;border-radius:6px}.setting-form .ant-input-affix-wrapper:hover{border-color:#00d4ff80!important;box-shadow:0 0 8px #00d4ff33!important}.setting-form .ant-input-affix-wrapper:focus-within{border-color:#00d4ffcc!important;box-shadow:0 0 12px #00d4ff4d!important}.setting-form .ant-input-affix-wrapper .ant-input{background:transparent!important;border:none!important;color:#e0e7ff!important}.setting-form .ant-input-affix-wrapper .ant-input::placeholder{color:#6b7280!important}.setting-form .ant-input-password-icon{color:#a5b4fc!important;font-size:16px}.setting-form .ant-input-password-icon:hover{color:#00d4ff!important}.setting-form .ant-select{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important;border-radius:6px}.setting-form .ant-select-selector{background:#1a1f3a99!important;border:none!important;color:#e0e7ff!important}.setting-form .ant-select-selection-placeholder{color:#6b7280!important}.setting-form .ant-select-dropdown{background:#1a1f3af2!important;border:1px solid rgba(59,130,246,.3)!important;border-radius:6px}.setting-form .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#00d4ff1a!important;color:#00d4ff!important}.setting-form .ant-select-item:hover:not(.ant-select-item-option-disabled){background:#00d4ff14!important;color:#e0e7ff!important}@media (max-width: 768px){.setting-container{padding:1rem}.setting-title{font-size:1.5rem!important}}.creative-container{padding:2rem;max-width:1200px;margin:0 auto}.creative-title{font-size:2.5rem!important;margin-bottom:.5rem!important}.creative-description{font-size:1.1rem!important;color:#c7d2fe!important;margin-bottom:2rem!important}.creative-form-card{margin-top:2rem}.creative-loading-card{margin-top:2rem;text-align:center;padding:2rem}.creative-result-card{margin-top:2rem}.creative-result-title{font-size:1.2rem!important;color:var(--primary-color)!important;margin-bottom:1rem!important}.creative-result-content{white-space:pre-wrap;line-height:1.8;font-family:Courier New,monospace;font-size:15px;color:#fff;position:relative}.creative-form-item{margin-bottom:1.5rem}.creative-form-label{color:var(--text-secondary)!important;font-weight:500;margin-bottom:.5rem}.creative-button-group{width:100%;display:flex;justify-content:flex-end;gap:1rem}.creative-button{position:relative}.creative-stats{display:flex;gap:2rem;margin-top:1.5rem;padding:1rem;background:#1a1f3a66;border-radius:8px;border:1px solid rgba(59,130,246,.2)}.creative-stat-item{display:flex;flex-direction:column;align-items:center}.creative-stat-value{font-size:1.5rem;font-weight:600;color:var(--primary-color)}.creative-stat-label{font-size:.9rem;color:var(--text-secondary);margin-top:.25rem}.creative-tabs{margin-bottom:2rem}.creative-tab{padding:.8rem 1.5rem;background:#1a1f3a99;border:1px solid rgba(59,130,246,.3);border-radius:6px;cursor:pointer;transition:all .3s ease;color:var(--text-secondary)}.creative-tab:hover{background:#00d4ff1a;border-color:var(--primary-color)}.creative-tab.active{background:#00d4ff33;border-color:var(--primary-color);color:var(--primary-color);box-shadow:0 0 15px #00d4ff4d}@media (max-width: 768px){.creative-container{padding:1rem}.creative-title{font-size:1.8rem!important}.creative-stats{flex-direction:column;gap:1rem}}.profile-container{max-width:800px;margin:0 auto;padding:2rem 1rem}.profile-header{margin-bottom:2rem}.profile-title{font-size:2rem!important;font-weight:600!important;margin-bottom:.5rem!important}.profile-card{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important}.profile-card .ant-card-body{padding:0!important}.profile-tabs .ant-tabs-nav{background:#1a1f3a66!important;margin-bottom:0!important;border-bottom:1px solid rgba(59,130,246,.3)!important}.profile-tabs .ant-tabs-nav:before{border-bottom:none!important}.profile-tabs .ant-tabs-tab{background:transparent!important;border:none!important;color:#a5b4fc!important;padding:12px 24px!important}.profile-tabs .ant-tabs-tab-active{background:#00d4ff1a!important;color:#00d4ff!important}.profile-tabs .ant-tabs-tab:hover{color:#00d4ff!important}.profile-tabs .ant-tabs-ink-bar{background:#00d4ff!important}.profile-tabs .ant-tabs-content{padding:24px!important}.profile-form{max-width:400px}.profile-form .ant-form-item-label>label{color:#a5b4fc!important}.profile-form .ant-input-affix-wrapper{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important;padding:4px 11px!important}.profile-form .ant-input-affix-wrapper:hover{border-color:#00d4ff80!important}.profile-form .ant-input-affix-wrapper-focused{border-color:#00d4ff!important;box-shadow:0 0 0 2px #00d4ff1a!important}.profile-form .ant-input-affix-wrapper .ant-input{background:transparent!important;border:none!important;color:#e0e7ff!important}.profile-form .ant-input-affix-wrapper .ant-input::placeholder{color:#6b7280!important}.profile-form .ant-input-affix-wrapper .ant-input-suffix,.profile-form .ant-input-affix-wrapper .ant-input-prefix{color:#a5b4fc!important}.profile-info{color:#a5b4fc;font-size:14px}.profile-info p{margin-bottom:.5rem}.profile-divider{border-color:#3b82f64d!important}@media (max-width: 768px){.profile-container{padding:1rem}.profile-title{font-size:1.5rem!important}.profile-form{max-width:100%}}.trash-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.trash-header{margin-bottom:2rem}.trash-title{font-size:2rem!important;font-weight:600!important;margin-bottom:.5rem!important}.trash-description{color:#a5b4fc!important;margin-top:.5rem!important}.trash-card{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important}.trash-card .ant-card-body{padding:0!important}.trash-tabs .ant-tabs-nav{background:#1a1f3a66!important;margin-bottom:0!important;border-bottom:1px solid rgba(59,130,246,.3)!important}.trash-tabs .ant-tabs-nav:before{border-bottom:none!important}.trash-tabs .ant-tabs-tab{background:transparent!important;border:none!important;color:#a5b4fc!important;padding:12px 24px!important}.trash-tabs .ant-tabs-tab-active{background:#00d4ff1a!important;color:#00d4ff!important}.trash-tabs .ant-tabs-tab:hover{color:#00d4ff!important}.trash-tabs .ant-tabs-ink-bar{background:#00d4ff!important}.trash-tabs .ant-tabs-content{padding:24px!important}.trash-empty{padding:3rem 0;text-align:center;color:#6b7280!important}.trash-empty-icon{font-size:48px;margin-bottom:16px;color:#6b7280!important}.trash-table .ant-table{background:transparent!important}.trash-table .ant-table-thead>tr>th{background:#1a1f3a99!important;color:#00d4ff!important;border-bottom:1px solid rgba(59,130,246,.3)!important}.trash-table .ant-table-tbody>tr>td{background:transparent!important;color:#e0e7ff!important;border-bottom:1px solid rgba(59,130,246,.2)!important}.trash-table .ant-table-tbody>tr:hover>td{background:#00d4ff0d!important}.trash-table .ant-table-tbody>tr>td strong{color:#00d4ff!important}.ant-pagination .ant-pagination-item{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important}.ant-pagination .ant-pagination-item a{color:#a5b4fc!important}.ant-pagination .ant-pagination-item-active{background:#00d4ff33!important;border-color:#00d4ff!important}.ant-pagination .ant-pagination-item-active a{color:#00d4ff!important}.ant-pagination .ant-pagination-prev,.ant-pagination .ant-pagination-next{color:#a5b4fc!important}.ant-pagination .ant-pagination-prev:hover,.ant-pagination .ant-pagination-next:hover{color:#00d4ff!important}@media (max-width: 768px){.trash-container{padding:1rem}.trash-title{font-size:1.5rem!important}}.creative-list-container{padding:2rem;max-width:1200px;margin:0 auto}.creative-list-header{margin-bottom:1.5rem}.creative-list-title{font-size:2rem!important;font-weight:600!important;margin-bottom:.5rem!important}.creative-list-description{color:#a5b4fc!important;margin-bottom:1rem!important}.creative-list-card{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important;border-radius:8px}.creative-list-card .ant-table{background:transparent}.creative-list-card .ant-table-thead>tr>th{background:#1a1f3acc!important;color:#00d4ff!important;border-bottom:1px solid rgba(59,130,246,.3)!important;font-weight:600;letter-spacing:.05em}.creative-list-card .ant-table-tbody>tr>td{background:#252b484d!important;color:#e0e7ff!important;border-bottom:1px solid rgba(59,130,246,.15)!important}.creative-list-row:hover>td,.creative-list-card .ant-table-tbody>tr:hover>td{background:#00d4ff14!important}.creative-list-title-text{font-weight:500;color:#e0e7ff}.creative-list-card .ant-btn-text{color:#a5b4fc!important}.creative-list-card .ant-btn-text:hover{color:#00d4ff!important;background:#00d4ff1a!important}.creative-list-card .ant-btn-text.danger:hover{color:#ef4444!important;background:#ef44441a!important}.creative-list-card .ant-pagination{margin-top:16px}.creative-list-card .ant-pagination-item{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important;border-radius:6px}.creative-list-card .ant-pagination-item a{color:#a5b4fc!important}.creative-list-card .ant-pagination-item-active{background:linear-gradient(135deg,#00d4ff,#7c3aed)!important;border-color:transparent!important}.creative-list-card .ant-pagination-item-active a{color:#fff!important;font-weight:600}.creative-list-card .ant-pagination-prev,.creative-list-card .ant-pagination-next{background:transparent!important;border:none!important;color:#a5b4fc!important}.creative-list-card .ant-pagination-prev:hover,.creative-list-card .ant-pagination-next:hover{color:#00d4ff!important}.creative-list-card .ant-select-selector{background:#1a1f3a99!important;border:1px solid rgba(59,130,246,.3)!important;color:#a5b4fc!important;border-radius:6px}.creative-list-card .ant-select-selection-item{color:#a5b4fc!important}.creative-list-card .ant-table-empty{background:#252b484d;color:#6b7280}.creative-view-content{max-height:60vh;overflow-y:auto}.creative-view-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(59,130,246,.3);color:#a5b4fc;font-size:14px}.creative-view-body{line-height:1.8;color:#e0e7ff;white-space:pre-wrap}@media (max-width: 768px){.creative-list-container{padding:1rem}.creative-list-title{font-size:1.5rem!important}.creative-view-content{max-height:50vh}.creative-view-meta{flex-direction:column;gap:.5rem}}:root{--primary-color: #00d4ff;--secondary-color: #7c3aed;--accent-color: #f59e0b;--background-dark: #0a0e27;--background-darker: #050816;--surface-color: #1a1f3a;--surface-light: #252b48;--text-primary: #e0e7ff;--text-secondary: #a5b4fc;--border-color: #3b82f6;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--glow-primary: 0 0 20px rgba(0, 212, 255, .5);--glow-secondary: 0 0 20px rgba(124, 58, 237, .5)}*{margin:0;padding:0;box-sizing:border-box}html{background:var(--background-darker)!important;-webkit-text-size-adjust:100%}body{font-family:Orbitron,Rajdhani,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--background-darker) 0%,var(--background-dark) 100%)!important;color:var(--text-primary);min-height:100vh;overflow-x:hidden;position:relative;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(0,212,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(124,58,237,.05) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(245,158,11,.03) 0%,transparent 50%);pointer-events:none;z-index:0}#root{position:relative;z-index:1}h1,h2,h3,h4,h5,h6{font-family:Orbitron,Rajdhani,sans-serif;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}p{line-height:1.8;color:var(--text-secondary)}a{color:var(--primary-color);text-decoration:none;transition:all .3s ease}a:hover{color:var(--secondary-color)}input.ant-input{background-color:#0a0e27!important;background:#0a0e27!important;border:1px solid rgba(59,130,246,.35)!important;color:#e0e7ff!important;-webkit-text-fill-color:#e0e7ff!important;caret-color:#00d4ff!important;border-radius:6px!important;height:36px!important;padding:4px 12px!important;font-size:14px!important;transition:all .3s ease!important}input.ant-input:hover{border-color:#00d4ff80!important}input.ant-input:focus{border-color:#00d4ff!important;box-shadow:0 0 10px #00d4ff33!important;outline:none!important}input.ant-input::placeholder,input.ant-input::-webkit-input-placeholder{color:#a5b4fc80!important;-webkit-text-fill-color:rgba(165,180,252,.5)!important}.ant-input-affix-wrapper{background-color:#0a0e27!important;background:#0a0e27!important;border:1px solid rgba(59,130,246,.35)!important;border-radius:6px!important;padding:0 11px!important;transition:all .3s ease!important}.ant-input-affix-wrapper:hover{border-color:#00d4ff80!important}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus-within{border-color:#00d4ff!important;box-shadow:0 0 10px #00d4ff33!important}.ant-input-affix-wrapper>input.ant-input,.ant-input-affix-wrapper .ant-input{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;color:#e0e7ff!important;-webkit-text-fill-color:#e0e7ff!important;height:auto!important;padding:0!important}.ant-input-password-icon,.ant-input-suffix .anticon{color:#a5b4fc!important}input.ant-input:-moz-autofill{background-color:#0a0e27!important;background:#0a0e27!important;color:#e0e7ff!important;-moz-text-fill-color:#e0e7ff!important}input.ant-input:-webkit-autofill,input.ant-input:-webkit-autofill:hover,input.ant-input:-webkit-autofill:focus,input.ant-input:-webkit-autofill:active{background-color:#0a0e27!important;background:#0a0e27!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-text-fill-color:#e0e7ff!important;color:#e0e7ff!important;caret-color:#00d4ff!important}.ant-input-affix-wrapper input:-webkit-autofill,.ant-input-affix-wrapper input:-webkit-autofill:hover,.ant-input-affix-wrapper input:-webkit-autofill:focus,.ant-input-affix-wrapper input:-webkit-autofill:active{background:transparent!important;background-color:transparent!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-text-fill-color:#e0e7ff!important;color:#e0e7ff!important;caret-color:#00d4ff!important}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes glow{0%,to{box-shadow:0 0 5px var(--primary-color)}50%{box-shadow:0 0 20px var(--primary-color),0 0 30px var(--secondary-color)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.streaming-cursor{display:inline-block;width:2px;height:1em;background-color:var(--success-color);margin-left:2px;animation:blink 1s infinite}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-darker)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-color),var(--secondary-color));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--secondary-color),var(--primary-color))}.DraftEditor-root{color:#e0e7ff!important;font-size:15px;line-height:1.8}.DraftEditor-editorContainer{min-height:400px}.public-DraftEditor-content,.public-DraftStyleDefault-block{color:#e0e7ff!important}.public-DraftEditorPlaceholder-root,.public-DraftEditorPlaceholder-inner{color:#6b7280!important}@media (max-width: 768px){html{font-size:14px}body{padding-bottom:calc(80px + env(safe-area-inset-bottom))}h1{font-size:1.8rem}h2{font-size:1.5rem}h3{font-size:1.3rem}p{font-size:1rem}.ant-layout-content{padding:16px!important}.ant-btn{font-size:14px;padding:6px 12px}.ant-btn-lg{font-size:16px;padding:8px 16px}.ant-card,.ant-form-item{margin-bottom:16px}.ant-input{font-size:14px;height:40px}.ant-select{font-size:14px}.ant-table{font-size:12px}.ant-table th,.ant-table td{padding:8px 12px}}@media (max-width: 480px){html{font-size:13px}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}.ant-layout-content{padding:12px!important}.ant-btn{font-size:12px;padding:4px 8px}.ant-btn-lg{font-size:14px;padding:6px 12px}.ant-form-item{margin-bottom:12px}.ant-input{font-size:13px;height:36px}.ant-table th,.ant-table td{padding:6px 8px}}@media (hover: none) and (pointer: coarse){button,.ant-btn,.ant-menu-item,.ant-dropdown-menu-item,a{touch-action:manipulation}.ant-btn,.ant-menu-item{min-height:44px}}
