.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}:root{--tea-indigo: #2a2458;--tea-pea: #5b6fd6;--tea-accent: #4b3f8f;--tea-cream: #f3ebe0;--tea-milk: #fff8f0;--tea-steam: rgba(243, 235, 224, .12);--tea-ink: #1c1838;--tea-muted: #6b6588;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px;--shadow-soft: 0 18px 50px rgba(26, 20, 60, .28);--font-display: "Fraunces", Georgia, serif;--font-body: "Nunito", system-ui, sans-serif;--column: min(920px, calc(100vw - 2rem) )}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-body);color:var(--tea-ink);background:radial-gradient(1200px 600px at 20% -10%,rgba(91,111,214,.45),transparent 55%),radial-gradient(900px 500px at 90% 10%,rgba(75,63,143,.5),transparent 50%),linear-gradient(165deg,#1a1640,#2a2458 45%,#1e1a45);background-attachment:fixed}button,input,textarea,select{font:inherit}a{color:var(--tea-pea)}.app-shell{min-height:100vh}.column{width:var(--column);margin:0 auto}.card{background:color-mix(in srgb,var(--tea-milk) 92%,white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,.35)}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:999px;padding:.55rem 1.1rem;background:var(--tea-accent);color:var(--tea-milk);font-weight:700;cursor:pointer;transition:transform .15s ease,filter .15s ease}.btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn.ghost{background:#2a245814;color:var(--tea-indigo)}.btn.danger{background:#8b3a4a}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem}.field label{font-size:.85rem;font-weight:700;color:var(--tea-muted)}.field input,.field textarea,.field select{border:1px solid rgba(42,36,88,.15);border-radius:var(--radius-sm);padding:.55rem .75rem;background:var(--tea-milk);color:var(--tea-ink)}.field textarea{min-height:88px;resize:vertical}.muted{color:var(--tea-muted);font-size:.9rem}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .7rem;border-radius:999px;background:#5b6fd626;color:var(--tea-indigo);font-size:.8rem;font-weight:700}.login-page{display:grid;place-items:center;padding:2rem}.login-card{width:min(420px,100%);padding:2rem}.login-card h1{font-family:var(--font-display);margin:.2rem 0 .4rem;color:var(--tea-indigo)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:700;color:var(--tea-pea);margin:0}.form-error{color:#8b3a4a;font-weight:700}.studio{padding:5.5rem 0 4rem;position:relative}.studio-pad{padding:2rem 0}.studio-canvas{display:flex;flex-direction:column;gap:1rem}.floating-toolbar{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%);z-index:40;display:flex;align-items:center;gap:.4rem;padding:.45rem .55rem;border-radius:999px;background:#1c1838e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-soft);border:1px solid rgba(243,235,224,.15)}.floating-toolbar select{border:none;border-radius:999px;padding:.4rem .7rem;background:#fff8f01f;color:var(--tea-cream);max-width:160px}.tb-btn{width:2.35rem;height:2.35rem;border-radius:999px;border:none;background:#fff8f01a;color:var(--tea-cream);cursor:pointer;display:inline-grid;place-items:center;text-decoration:none;font-size:1rem}.tb-btn.primary{background:var(--tea-pea);color:#fff}.status-chip{position:fixed;top:1rem;right:1rem;z-index:30;padding:.4rem .85rem;border-radius:999px;background:#1c1838cc;color:var(--tea-cream);font-size:.85rem}.palette{position:fixed;left:1rem;bottom:5rem;z-index:35;width:min(280px,calc(100vw - 2rem));padding:1rem}.palette-grid{display:grid;gap:.45rem}.inspector{position:fixed;top:1rem;left:1rem;z-index:35;width:min(320px,calc(100vw - 2rem));max-height:calc(100vh - 6rem);overflow:auto;padding:1rem}.inspector-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem}.profile-block{overflow:visible;position:relative}.profile-banner{position:relative;height:160px;background:linear-gradient(120deg,#3d348b,#5b6fd6 55%,#7a6bb5);border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.profile-banner img{width:100%;height:100%;object-fit:cover;display:block}.banner-fallback{width:100%;height:100%}.banner-edit,.avatar-edit{position:absolute;bottom:.6rem;right:.6rem;background:#1c1838bf;color:var(--tea-cream);padding:.35rem .65rem;border-radius:999px;font-size:.75rem;font-weight:700;cursor:pointer;z-index:2}.profile-row{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:0 1.25rem 1.1rem;margin-top:-56px;align-items:end;position:relative;z-index:1}.avatar-wrap{position:relative;z-index:2}.avatar{width:112px;height:112px;border-radius:22px;object-fit:cover;border:4px solid var(--tea-milk);background:var(--tea-cream);display:grid;place-items:center;font-family:var(--font-display);font-size:2rem;color:var(--tea-accent);box-shadow:0 8px 24px #1a143c33}.avatar-edit{bottom:.35rem;right:.35rem}.profile-text{min-width:0;padding-bottom:.15rem}.profile-live-preview .profile-name{margin-top:.55rem}.profile-edit-panel{padding:1rem 1.25rem 1.25rem;border-top:1px solid rgba(42,36,88,.08);margin-top:.25rem;position:relative;z-index:0}.profile-name{font-family:var(--font-display);margin:.4rem 0 .35rem;font-size:1.85rem;color:var(--tea-indigo)}.profile-meta{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;color:var(--tea-muted);font-weight:700}.profile-bio{margin:.55rem 0 0;color:var(--tea-ink);line-height:1.45}.widget-card{overflow:hidden;height:100%}.widget-card.selected{outline:2px solid var(--tea-pea)}.w-inner{height:100%;padding:.9rem 1rem;overflow:auto}.w-title{font-family:var(--font-display);margin:0 0 .4rem;font-size:1.1rem;color:var(--tea-indigo)}.w-body{margin:0;white-space:pre-wrap;line-height:1.45;color:var(--tea-ink)}.w-placeholder{height:100%;min-height:80px;display:grid;place-items:center;color:var(--tea-muted);background:#2a24580d;border-radius:var(--radius-sm)}.w-media img,.char-art img,.w-gallery img,.img-frame-media img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-sm);display:block}.w-media,.w-media a{height:100%;display:block}.w-inner.bleed,.w-inner.w-media.bleed{padding:0}.w-inner.bleed .img-frame-media img,.w-inner.bleed .gallery-tile .img-frame-media img{border-radius:0}.img-frame{position:relative;height:100%;display:flex;flex-direction:column;min-height:0;cursor:default}.img-frame[role=button]{cursor:pointer}.img-frame-media{flex:1;min-height:0;position:relative;overflow:hidden;border-radius:var(--radius-sm)}.img-frame.full-bleed .img-frame-media,.img-frame.full-bleed .img-frame-media img{border-radius:0}.caption-badge{position:absolute;left:.55rem;bottom:.55rem;z-index:2;max-width:calc(100% - 1.2rem);padding:.28rem .65rem;border-radius:999px;background:#1c1838c7;color:var(--tea-cream);font-size:.75rem;font-weight:700;line-height:1.2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}.caption-line{font-size:.85rem;font-weight:700;color:var(--tea-indigo);padding:.35rem .15rem}.caption-above{order:-1}.w-gallery{overflow:auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.65rem;height:100%;align-content:start}.w-gallery.bleed{padding:0}.w-gallery.bleed .gallery-grid{gap:0}.gallery-tile{aspect-ratio:1;height:auto!important}.gallery-tile .img-frame-media{aspect-ratio:1}.check-row{display:flex;align-items:center;gap:.45rem;margin-bottom:.85rem;font-size:.9rem;font-weight:700;color:var(--tea-muted);cursor:pointer}.w-audio{display:flex;flex-direction:column;justify-content:center;gap:.65rem}.audio-player{width:100%;border-radius:999px}.w-youtube{display:flex;flex-direction:column;gap:.5rem;min-height:0}.yt-frame{position:relative;flex:1;min-height:160px;border-radius:var(--radius-sm);overflow:hidden;background:#000}.yt-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0c0a1cd1;display:grid;place-items:center;padding:1rem}.lightbox-card{position:relative;width:min(920px,100%);max-height:min(90vh,900px);display:flex;flex-direction:column;align-items:center;gap:.75rem}.lightbox-card img{max-width:100%;max-height:min(72vh,720px);object-fit:contain;border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.lightbox-meta{text-align:center;color:var(--tea-cream);max-width:40rem}.lightbox-meta h3{font-family:var(--font-display);margin:0 0 .35rem}.lightbox-meta p{margin:0;opacity:.9;white-space:pre-wrap}.lightbox-count{color:#f3ebe0b3;font-size:.85rem;font-weight:700}.lightbox-close,.lightbox-nav{position:absolute;border:none;background:#fff8f01f;color:var(--tea-cream);border-radius:999px;cursor:pointer;font-size:1.5rem;line-height:1;width:2.5rem;height:2.5rem}.lightbox-close{top:-.25rem;right:-.25rem}.lightbox-nav.prev{left:.25rem;top:40%}.lightbox-nav.next{right:.25rem;top:40%}.gallery-edit-fields{flex:1;min-width:0}.gallery-edit-item{align-items:flex-start}.gallery-edit-item img{width:72px;height:72px;flex-shrink:0}.w-links,.w-embed{display:flex;flex-direction:column;gap:.45rem}.link-btn{display:block;text-align:center;text-decoration:none;background:var(--tea-accent);color:var(--tea-milk)!important;padding:.55rem .8rem;border-radius:999px;font-weight:700}.embed-badge{align-self:flex-start;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--tea-pea)}.steam-games{margin:.35rem 0 0;padding-left:1.1rem}.w-character{display:grid;grid-template-rows:1fr auto;gap:.55rem;padding:.65rem}.char-art{min-height:0;border-radius:var(--radius-sm);overflow:hidden}.public-page{padding:2rem 0 3rem}.empty-state{padding:2rem;text-align:center}.empty-state h1,.settings-page h1,.settings-card h2{font-family:var(--font-display);color:var(--tea-indigo)}.settings-card{padding:1.25rem;margin-bottom:1rem}.theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.btn-row{display:flex;flex-wrap:wrap;gap:.5rem}.nginx-pre{max-height:320px;overflow:auto;background:#1c1838;color:#f3ebe0;padding:.85rem;border-radius:var(--radius-sm);font-size:.75rem}.status-banner{background:#5b6fd633;color:var(--tea-cream);padding:.65rem .9rem;border-radius:var(--radius-sm)}.back-link{color:var(--tea-cream);text-decoration:none;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#100c248c;display:grid;place-items:center;z-index:50;padding:1rem}.modal{width:min(440px,100%);padding:1.25rem}.gallery-edit-list{display:grid;gap:.5rem}.gallery-edit-item{display:flex;gap:.5rem;align-items:center}.gallery-edit-item img{width:56px;height:56px;object-fit:cover;border-radius:8px}.link-edit-row{border-top:1px solid rgba(42,36,88,.08);padding-top:.5rem;margin-top:.35rem}.react-grid-item.react-grid-placeholder{background:var(--tea-pea)!important;opacity:.25;border-radius:var(--radius-lg)}@media(max-width:720px){.profile-row{grid-template-columns:1fr;align-items:start}.inspector{left:.5rem;right:.5rem;width:auto;top:auto;bottom:5rem}.floating-toolbar select{max-width:110px}}
