@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";:root{--bg-color: #0f172a;--text-color: #f8fafc;--primary-color: #6366f1;--primary-hover: #4f46e5;--secondary-color: #1e293b;--accent-color: #38bdf8;--glass-bg: rgba(30, 41, 59, .7);--glass-border: rgba(255, 255, 255, .1);--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;position:relative}@media(max-width:768px){html,body{overflow-x:hidden;width:100%;max-width:100vw}}#root{width:100%}h1,h2,h3{font-weight:700;letter-spacing:-.025em;margin-bottom:1rem}h1{font-size:2.5rem;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}input,textarea,select{width:100%;padding:.75rem 1rem;background-color:#0f172a99;border:1px solid var(--glass-border);border-radius:.5rem;color:var(--text-color);font-family:inherit;font-size:1rem;transition:all .2s;box-sizing:border-box;margin-bottom:1rem}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #6366f133}label{display:block;margin-bottom:.5rem;font-size:.875rem;color:#94a3b8;font-weight:500}button{cursor:pointer;background-color:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;transition:all .2s;width:100%}button:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}button:disabled{opacity:.7;cursor:not-allowed}.card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:1rem;padding:2rem;box-shadow:0 8px 32px #0003;max-width:100%;margin:0 auto;animation:fadeIn .5s ease-out}.container{max-width:800px;margin:0 auto}.summary-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.summary-grid{grid-template-columns:1fr 1fr}}.summary-section{background:#ffffff08;padding:1.5rem;border-radius:.75rem;border:1px solid var(--glass-border)}.summary-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.25rem}.summary-value{font-size:1rem;color:#e2e8f0}.tag{display:inline-block;padding:.25rem .75rem;background:#38bdf81a;color:var(--accent-color);border-radius:9999px;font-size:.875rem;margin-right:.5rem;margin-bottom:.5rem;border:1px solid rgba(56,189,248,.2)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading-spinner{display:inline-block;width:1.5rem;height:1.5rem;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:.5rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.home-container{display:flex;min-height:100vh;background:#0f172a;font-family:Inter,sans-serif}.home-main{flex:1;padding:2rem;margin:0}.home-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:2rem;border-bottom:1px solid #1e293b}.home-header-title h1{font-size:2rem;font-weight:700;color:#f8fafc;margin:0}.home-header-title p{color:#64748b;margin-top:.5rem;margin-bottom:0}.home-header-profile{display:flex;gap:1rem;align-items:center}.home-header-profile-info{text-align:right}.home-header-profile-name{color:#f8fafc;font-weight:500}.home-header-profile-site{color:#64748b;font-size:.85rem}.home-header-avatar{width:40px;height:40px;border-radius:10px;background:#334155;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-weight:600}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(180px,auto);gap:1.5rem}.bento-item{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:all .2s ease-in-out;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bento-item:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#475569}.span-1{grid-column:span 1}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.span-4{grid-column:span 4}.v-span-1{grid-row:span 1}.v-span-2{grid-row:span 2}@media(max-width:1024px){.bento-grid{grid-template-columns:repeat(2,1fr)}.span-2{grid-column:span 2}}@media(max-width:768px){.home-main{padding:.75rem;max-width:100vw;overflow-x:hidden}.home-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem}.home-header-title h1{font-size:1.25rem;word-break:break-word}.home-header-title p{font-size:.85rem}.home-header-profile{width:100%;justify-content:space-between;flex-direction:row;align-items:center}.home-header-profile-info{text-align:left;order:1}.home-header-avatar{order:2}.bento-grid{display:flex;flex-direction:column;gap:.75rem;width:100%}.span-1,.span-2,.span-3,.span-4{grid-column:auto;width:100%}.v-span-1,.v-span-2{grid-row:auto}.bento-item{min-height:auto;width:100%;max-width:100%;padding:1rem;overflow-x:hidden;border-radius:12px}.hero-actions{flex-direction:column!important;width:100%;gap:.75rem!important;margin-top:1rem!important}.bento-item h2{font-size:1.35rem!important}.bento-item p{font-size:.9rem!important;max-width:100%!important}.draft-item{flex-direction:row!important;gap:.5rem;padding:.5rem;align-items:center}.draft-item>div:nth-child(2){min-width:0;flex:1}.bento-item button{width:100%;margin-bottom:0;margin-left:0!important;padding:.6rem 1rem!important;font-size:.95rem!important}}.news-drafts-container{display:flex;height:100vh;overflow:hidden;background:#0f172a;font-family:Inter,sans-serif}.news-sidebar{width:260px;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;background-color:#0f172a80;height:100%}.news-sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.news-sidebar-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.news-item{cursor:pointer;border-left:2px solid transparent;padding:.75rem 1rem;transition:all .2s;border-radius:0 4px 4px 0}.news-item.active{border-left-color:#6366f1;background-color:#6366f11a}.news-item:hover:not(.active){background-color:#ffffff08}.news-main{flex:1;display:flex;flex-direction:column;background-color:#0f172a;overflow-y:auto;height:100%}.news-editor-wrapper{display:flex;flex-direction:column;padding:1.5rem 2rem;gap:1rem}.news-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.news-actions{display:flex;gap:1rem}.news-subject-input{width:100%;padding:.75rem;background:transparent;border:none;border-bottom:1px solid #334155;color:#fff;font-size:1.25rem;font-weight:600;outline:none;box-sizing:border-box}.news-tab-bar{display:flex;gap:.5rem;border-bottom:1px solid #334155}.news-tab{background:transparent;border:none;color:#94a3b8;padding:.5rem 1rem;cursor:pointer;border-radius:4px 4px 0 0}.news-tab.active{background:#334155;color:#fff}.news-editor-area,.news-preview-area{width:100%;min-height:600px;padding:1rem 0;color:#cbd5e1;font-family:Roboto,sans-serif;line-height:1.7;font-size:1rem;box-sizing:border-box}.news-editor-area{background:transparent;border:none;resize:none;outline:none;white-space:pre-wrap;overflow-wrap:break-word}.news-preview-area{background:#ffffff05;padding:1rem;border-radius:0 4px 4px}@media(max-width:768px){.news-drafts-container{flex-direction:row;position:relative}.news-drafts-container.view-list .news-sidebar{width:100%;display:flex}.news-drafts-container.view-list .news-main,.news-drafts-container.view-detail .news-sidebar{display:none}.news-drafts-container.view-detail .news-main{width:100%;display:flex;padding-top:1rem}.mobile-back-btn{display:flex}.news-editor-wrapper{padding:1rem}.news-header{flex-direction:column;align-items:flex-start;gap:1rem}.news-actions{width:100%;display:flex;flex-direction:column;gap:.5rem}.news-actions button{width:100%;justify-content:center}}.drafts-container{display:flex;height:100vh;overflow:hidden;background:#0f172a;font-family:Inter,sans-serif}.drafts-sidebar{width:260px;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;background-color:#0f172a80;height:100%}.drafts-sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.drafts-sidebar-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.draft-item{cursor:pointer;border-left:2px solid transparent;padding:.75rem 1rem;transition:all .2s;border-radius:0 4px 4px 0}.draft-item.active{border-left-color:#6366f1;background-color:#6366f11a}.draft-item:hover:not(.active){background-color:#ffffff08}.drafts-main{flex:1;display:flex;flex-direction:column;background-color:#0f172a;overflow-y:auto;height:100%;position:relative}.drafts-editor-wrapper{display:flex;flex-direction:column;padding:1.5rem 2rem;gap:1rem}.drafts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.drafts-actions{display:flex;gap:1rem}.mobile-back-btn{display:none;align-items:center;gap:.5rem;background:transparent;border:none;color:#94a3b8;font-size:.9rem;margin-bottom:1rem;cursor:pointer;padding:0}.editor-field-label{display:block;color:#64748b;font-size:.8rem;margin-bottom:.25rem}.editor-input{width:100%;padding:.5rem;background:#1e293b;border:1px solid #334155;border-radius:4px;color:#fff;font-size:1rem;outline:none;box-sizing:border-box}.editor-textarea{width:100%;min-height:300px;padding:1rem;background:#1e293b;border:1px solid #334155;border-radius:4px;color:#cbd5e1;font-family:Roboto,sans-serif;line-height:1.6;font-size:1rem;resize:none;outline:none;overflow:hidden;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box}.drafts-empty-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;text-align:center;padding:2rem}@media(max-width:768px){.drafts-container{flex-direction:row;position:relative}.drafts-container.view-list .drafts-sidebar{width:100%;display:flex}.drafts-container.view-list .drafts-main,.drafts-container.view-detail .drafts-sidebar{display:none}.drafts-container.view-detail .drafts-main{width:100%;display:flex}.mobile-back-btn{display:flex}.drafts-editor-wrapper{padding:1rem}.drafts-header{flex-direction:column;align-items:flex-start;gap:1rem}.drafts-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.drafts-actions>*{flex:1;justify-content:center}.editor-image-preview img{max-height:200px}}.sidebar{width:260px;background-color:#0f172a;border-right:1px solid #1e293b;display:flex;flex-direction:column;height:100vh;position:fixed;left:0;top:0;z-index:50;transition:transform .3s ease-in-out}.sidebar-overlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-toggle-btn{display:none;position:fixed;top:1rem;left:1rem;z-index:60;background:#0f172a;border:1px solid #1e293b;border-radius:8px;padding:.5rem;color:#fff;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a}@media(max-width:768px){.sidebar{transform:translate(-100%);box-shadow:4px 0 24px #00000080}.sidebar.open{transform:translate(0)}.sidebar-overlay.open{display:block}.mobile-toggle-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;top:2rem;left:2rem;padding:0;z-index:60}}.dashboard-main{margin-left:260px;flex:1;width:calc(100% - 260px);position:relative}@media(max-width:768px){.dashboard-main{margin-left:0!important;width:100%!important;max-width:100vw!important;padding-top:4.5rem;overflow-x:hidden!important}body,html{overflow-x:hidden;width:100%;max-width:100vw}}
