body.admin-mode{overflow:auto;background:#f7f6fb;color:#1c1633;-webkit-user-select:text;user-select:text}.admin-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr;font-family:Inter,system-ui,sans-serif}.admin-sidebar{position:sticky;top:0;height:100vh;background:#1a0f38;color:#e8e8f0;padding:28px 20px;display:flex;flex-direction:column;gap:4px}.admin-sidebar .brand{font-size:13px;letter-spacing:2px;text-transform:uppercase;color:#e8e8f08c;margin-bottom:2px}.admin-sidebar .brand-name{font-size:22px;font-weight:800;margin-bottom:28px;background:linear-gradient(135deg,#f472b6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-sidebar a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#e8e8f0bf;text-decoration:none;font-size:14px;font-weight:500;transition:all .15s}.admin-sidebar a:hover{background:#ffffff0f;color:#fff}.admin-sidebar a.active{background:linear-gradient(135deg,#f472b640,#a78bfa33);color:#fff}.admin-sidebar .bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:16px;font-size:12px;color:#e8e8f08c}.admin-sidebar button.signout{margin-top:8px;width:100%;padding:9px;border-radius:8px;background:#ef44441f;border:1px solid rgba(239,68,68,.3);color:#fca5a5;cursor:pointer;font-weight:600;font-size:13px}.admin-sidebar button.signout:hover{background:#ef444433}.admin-main{padding:40px 48px;max-width:1100px}.admin-main h1{font-size:30px;font-weight:800;margin-bottom:8px;letter-spacing:-.5px}.admin-main .page-kicker{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#7c3aed;margin-bottom:8px;font-weight:600}.admin-main .page-desc{color:#1c1633a6;margin-bottom:28px}.admin-card{background:#fff;border:1px solid rgba(28,22,51,.08);border-radius:14px;padding:24px;margin-bottom:16px;box-shadow:0 1px 2px #1c16330a}.admin-form{display:grid;gap:16px}.admin-form label{display:grid;gap:6px;font-size:13px;font-weight:600;color:#1c1633}.admin-form input[type=text],.admin-form input[type=email],.admin-form input[type=password],.admin-form input[type=url],.admin-form textarea,.admin-form select{width:100%;padding:10px 12px;border-radius:8px;border:1px solid rgba(28,22,51,.12);background:#fafafe;font-family:inherit;font-size:14px;color:#1c1633;transition:border-color .15s;-webkit-user-select:text;user-select:text}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{outline:none;border-color:#a78bfa;box-shadow:0 0 0 3px #a78bfa26}.admin-form textarea{resize:vertical;min-height:80px}.admin-form .row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-form .hint{font-size:12px;color:#1c16338c;font-weight:400}.btn{padding:10px 16px;border-radius:8px;border:none;cursor:pointer;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:all .15s}.btn-primary{background:linear-gradient(135deg,#a78bfa,#f472b6);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #a78bfa59}.btn-secondary{background:#fff;border:1px solid rgba(28,22,51,.12);color:#1c1633}.btn-secondary:hover{border-color:#1c16334d}.btn-danger{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#dc2626}.btn-danger:hover{background:#ef444433}.btn:disabled{opacity:.5;cursor:not-allowed}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:12px}.post-row{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:16px;padding:16px 20px;background:#fff;border:1px solid rgba(28,22,51,.08);border-radius:10px;margin-bottom:8px}.post-row .kind-chip{padding:3px 8px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.kind-chip.blog{background:#f472b626;color:#be185d}.kind-chip.project{background:#38bdf826;color:#0369a1}.post-row .title{font-weight:600}.post-row .meta{font-size:12px;color:#1c16338c}.post-row .status{font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px}.status.published{background:#22c55e26;color:#15803d}.status.draft{background:#94a3b826;color:#475569}.tiptap-editor{border:1px solid rgba(28,22,51,.12);border-radius:10px;background:#fff}.tiptap-editor .tiptap-toolbar{display:flex;gap:4px;padding:8px 10px;border-bottom:1px solid rgba(28,22,51,.08);flex-wrap:wrap}.tiptap-editor .tiptap-toolbar button{padding:6px 10px;border-radius:6px;border:none;background:transparent;cursor:pointer;font-size:13px;font-weight:600;color:#1c1633b3}.tiptap-editor .tiptap-toolbar button:hover{background:#1c16330f}.tiptap-editor .tiptap-toolbar button.active{background:#a78bfa33;color:#7c3aed}.tiptap-editor .ProseMirror{min-height:240px;padding:20px;outline:none;font-size:15px;line-height:1.7;color:#1c1633;background:#fff;caret-color:#7c3aed;-webkit-user-select:text;user-select:text}.tiptap-editor .ProseMirror *{color:inherit}.tiptap-editor .ProseMirror strong{color:#0f0a24;font-weight:700}.tiptap-editor .ProseMirror a{color:#7c3aed;text-decoration:underline}.tiptap-editor .ProseMirror h1{font-size:28px;margin:16px 0 8px;font-weight:700}.tiptap-editor .ProseMirror h2{font-size:22px;margin:14px 0 6px;font-weight:700}.tiptap-editor .ProseMirror p{margin:0 0 12px}.tiptap-editor .ProseMirror ul,.tiptap-editor .ProseMirror ol{padding-left:24px;margin-bottom:12px}.tiptap-editor .ProseMirror code{background:#1c16330f;padding:2px 6px;border-radius:4px;font-size:.9em}.tiptap-editor .ProseMirror blockquote{border-left:3px solid #a78bfa;padding-left:16px;margin:12px 0;color:#1c1633b3}.tiptap-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#1c163359;pointer-events:none;float:left;height:0}.login-wrap{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#1a0f38,#0a0714)}.login-card{width:420px;max-width:92vw;padding:40px 36px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e8e8f0}.login-card h1{font-size:24px;font-weight:700;margin-bottom:6px;background:linear-gradient(135deg,#f472b6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-card .subtitle{font-size:13px;color:#e8e8f099;margin-bottom:28px}.login-card label{display:grid;gap:6px;margin-bottom:14px;font-size:13px;font-weight:500}.login-card input{width:100%;padding:11px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#fff;font-size:14px;font-family:inherit}.login-card input:focus{outline:none;border-color:#a78bfa}.login-card .tabs{display:flex;gap:4px;margin-bottom:20px;background:#0003;padding:4px;border-radius:10px}.login-card .tabs button{flex:1;padding:8px 12px;border-radius:7px;border:none;background:transparent;color:#e8e8f099;cursor:pointer;font-weight:600;font-size:13px}.login-card .tabs button.active{background:#ffffff14;color:#fff}.login-card .msg{padding:10px 12px;border-radius:8px;font-size:13px;margin-bottom:14px}.login-card .msg.err{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.login-card .msg.ok{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#86efac}.contact-row{display:grid;grid-template-columns:140px 1fr 1fr 100px auto;gap:10px;align-items:end;padding:14px;background:#fafafe;border-radius:8px;margin-bottom:8px}.highlight-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden;background:#0a0714;color:#e8e8f0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.admin-mode,body.admin-mode #root{overflow:auto;height:auto}canvas{display:block;touch-action:none;outline:none}::selection{background:#7c5cff;color:#fff}.panel-scroll::-webkit-scrollbar{width:6px}.panel-scroll::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}.post-content{font-size:17px;line-height:1.8;color:#3a2a4a}.post-content h1{font-size:32px;font-weight:800;margin:40px 0 16px;color:#1c1633;line-height:1.2}.post-content h2{font-size:24px;font-weight:700;margin:36px 0 12px;color:#1c1633;line-height:1.25}.post-content h3{font-size:20px;font-weight:600;margin:28px 0 10px;color:#1c1633}.post-content p{margin-bottom:18px}.post-content ul,.post-content ol{margin:16px 0;padding-left:28px}.post-content li{margin-bottom:8px}.post-content blockquote{margin:24px 0;padding:16px 24px;border-left:4px solid #7c3aed;background:#7c3aed0a;border-radius:0 8px 8px 0;font-style:italic;color:#555}.post-content pre{margin:24px 0;padding:20px;background:#1c1633;color:#e8e8f0;border-radius:12px;overflow-x:auto;font-size:14px;line-height:1.6}.post-content code{font-family:Fira Code,Consolas,monospace;font-size:.9em;background:#7c3aed14;padding:2px 6px;border-radius:4px;color:#7c3aed}.post-content pre code{background:none;padding:0;color:inherit}.post-content a{color:#7c3aed;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.post-content a:hover{color:#5b21b6}.post-content img{max-width:100%;border-radius:12px;margin:24px 0}.post-content hr{border:none;height:1px;background:#e8e5f0;margin:32px 0}.post-content strong{font-weight:700;color:#1c1633}
