@font-face{font-family:Pretendard Variable;src:url(/fonts/PretendardVariable.woff2)format("woff2-variations");font-weight:45 920;font-style:normal;font-display:swap}:root{--font-main:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--font-size-2xs:.625rem;--font-size-xs:.6875rem;--font-size-sm:.75rem;--font-size-md:.8125rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-card-title:clamp(1rem, .95rem + .2vw, 1.125rem);--font-size-page-title:clamp(1.25rem, 1.08rem + .55vw, 1.625rem);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.7;--letter-spacing-tight:-.02em;--letter-spacing-normal:0;--bg-color:#000;--text-main:#f5f5f7;--text-secondary:#a1a1a6;--text-muted:#6e6e73;--mac-glass-bg:#1c1c1ec2;--mac-glass-border:#ffffff1f;--mac-glass-shadow:0 24px 64px -12px #000000a6, 0 0 0 1px #ffffff14;--accent-color:#3b82f6;--accent-glow:#3b82f659;--radius-window:16px;--radius-dock:22px;--radius-card:12px}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;margin:0;padding:0}button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border:none;outline:none}button:focus,button:focus-visible,button:active{-webkit-tap-highlight-color:transparent;outline:none}body{font-family:var(--font-main);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;width:100vw;height:100svh;overflow:hidden}.detail-body,.terminal-body pre,.card-summary,.post-detail-view h1,.post-detail-view p{-webkit-user-select:text;user-select:text}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}input,textarea,select{outline:none;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#ffffff59}.power-screen-container{z-index:10000;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;background:#000;flex-direction:column;justify-content:center;align-items:center;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;overflow:hidden}.power-screen-container.activating{opacity:0;pointer-events:none;transform:scale(1.06)}.power-center-card{z-index:2;text-align:center;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;flex-direction:column;align-items:center;display:flex;position:relative}.power-button{color:#888;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background:#111;border:1px solid #ffffff1f;border-radius:50%;outline:none;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:24px;transition:all .25s;display:flex;position:relative;box-shadow:0 10px 25px #000c}.power-button:focus,.power-button:focus-visible,.power-button:active{-webkit-tap-highlight-color:transparent;outline:none}.power-ring{pointer-events:none;border:1px solid #ffffff1a;border-radius:50%;position:absolute;inset:-5px}.power-button:hover{color:#fff;border-color:#ffffff59;transform:scale(1.05);box-shadow:0 0 25px #ffffff26}.power-button:hover .power-ring{border-color:#ffffff40}.power-button:active{-webkit-tap-highlight-color:transparent;outline:none;transform:scale(.96)}.power-subtitle{color:#777;letter-spacing:-.2px;font-size:14px;font-weight:400}.boot-screen-container{z-index:9999;background:#000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.boot-content{flex-direction:column;align-items:center;width:220px;display:flex}.boot-logo-wrapper{color:#fff;justify-content:center;align-items:center;margin-bottom:50px;display:flex;position:relative}.bot-pulse-ring{pointer-events:none;border:1.5px solid #60a5fa80;border-radius:50%;width:78px;height:78px;animation:2.4s cubic-bezier(0,0,.2,1) infinite botPing;position:absolute}.bot-pulse-ring.bot-pulse-2{animation-delay:1.2s}@keyframes botPing{0%{opacity:.9;border-color:#60a5facc;transform:scale(.75)}75%,to{opacity:0;border-color:#3b82f600;transform:scale(1.75)}}.boot-os-logo{z-index:2;filter:drop-shadow(0 0 16px #60a5fa8c);animation:3s ease-in-out infinite botHover,2.5s ease-in-out infinite alternate botGlow;position:relative}@keyframes botHover{0%{transform:translateY(0)rotate(0)}25%{transform:translateY(-5px)rotate(-1.5deg)}50%{transform:translateY(-8px)rotate(0)}75%{transform:translateY(-4px)rotate(1.5deg)}to{transform:translateY(0)rotate(0)}}@keyframes botGlow{0%{filter:drop-shadow(0 0 10px #3b82f666)drop-shadow(0 0 3px #fff9);color:#e0f2fe}to{filter:drop-shadow(0 0 22px #60a5fad9)drop-shadow(0 0 8px #93c5fde6);color:#fff}}.boot-os-logo path:nth-of-type(4),.boot-os-logo path:nth-of-type(5){transform-origin:50%;animation:3.2s infinite botBlink}@keyframes botBlink{0%,46%,50%,96%,to{opacity:1;transform:scaleY(1)}48%,98%{opacity:.1;transform:scaleY(.1)}}.boot-progress-track{background:#ffffff29;border-radius:999px;width:100%;height:5px;overflow:hidden}.boot-progress-fill{background:#fff;border-radius:999px;height:100%;transition:width 80ms ease-out;box-shadow:0 0 10px #ffffffb3}.desktop-workspace{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100vw;height:100vh;transition:background-color .4s;position:fixed;inset:0;overflow:hidden}.galaxy-status-bar{-webkit-backdrop-filter:blur(16px);z-index:10;color:#e2e8f0;background:#0a0a0e73;justify-content:space-between;align-items:center;height:28px;padding:0 16px;font-size:12px;display:flex;position:absolute;top:0;left:0;right:0}.status-left,.status-right{align-items:center;gap:12px;display:flex}.status-icon-btn{color:#e2e8f0;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;padding:4px 6px;transition:all .15s;display:flex}.status-icon-btn:focus,.status-icon-btn:focus-visible,.status-icon-btn:active{-webkit-tap-highlight-color:transparent;outline:none}.status-icon-btn:hover{color:#fff;background:#ffffff26}.status-icon-btn.power-btn:hover{color:#f87171;background:#ef444440}.status-time{letter-spacing:-.2px;font-size:12px;font-weight:600}.status-battery{color:#e2e8f0;align-items:center;gap:5px;font-size:11px;font-weight:600;display:flex}.status-battery.battery-critical{color:#ef4444;animation:1.2s ease-in-out infinite alternate batteryPulse}@keyframes batteryPulse{0%{opacity:.6}to{opacity:1}}.power-menu-wrapper{position:relative}.galaxy-power-popup{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:6000;background:#1e2028f0;border:1px solid #ffffff1f;border-radius:10px;flex-direction:column;gap:4px;width:140px;padding:6px;display:flex;position:absolute;top:30px;right:0;box-shadow:0 12px 28px #0009}.galaxy-power-popup button{color:#f1f5f9;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:6px;outline:none;align-items:center;gap:8px;padding:8px 10px;font-size:12px;transition:background .15s;display:flex}.galaxy-power-popup button:focus,.galaxy-power-popup button:focus-visible,.galaxy-power-popup button:active{-webkit-tap-highlight-color:transparent;outline:none}.galaxy-power-popup button:hover{background:#ffffff1a}.galaxy-power-popup button.danger:hover{background:#ef4444}.galaxy-home-widgets{z-index:1;pointer-events:auto;flex-direction:column;align-items:center;gap:36px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-54%)}.galaxy-home-widgets.is-dimmed{opacity:.06;filter:blur(14px)brightness(.25);pointer-events:none;transform:translate(-50%,-54%)scale(.96)}.desktop-window-dim-overlay{-webkit-backdrop-filter:blur(18px)saturate(120%);z-index:5;pointer-events:none;background:#080a10c2;animation:.28s cubic-bezier(.16,1,.3,1) dimOverlayFadeIn;position:absolute;inset:0}@keyframes dimOverlayFadeIn{0%{opacity:0}to{opacity:1}}.home-clock-widget.large-scale{--mouse-x:50%;--mouse-y:50%;--spotlight-opacity:0;--dyn-shadow-x:0px;--dyn-shadow-y:16px;--dyn-shadow-blur:40px;--dyn-shadow-opacity:.22;box-sizing:border-box;-webkit-backdrop-filter:blur(36px)saturate(190%);width:100%;max-width:532px;box-shadow:var(--dyn-shadow-x) var(--dyn-shadow-y) var(--dyn-shadow-blur) rgba(0, 0, 0, var(--dyn-shadow-opacity)), 0 4px 14px #00000024;-webkit-user-select:none;user-select:none;background:#ffffff0f;border:1px solid #ffffff21;border-radius:26px;justify-content:space-between;align-items:center;padding:28px 46px;transition:box-shadow .12s ease-out,border-color .25s,background-color .25s;display:flex;position:relative;overflow:hidden}.home-clock-widget.large-scale .liquid-glass-spotlight{border-radius:inherit;pointer-events:none;opacity:var(--spotlight-opacity);background:radial-gradient(400px circle at var(--mouse-x) var(--mouse-y), #ffffff29 0%, #ffffff0d 35%, transparent 75%);z-index:1;transition:opacity .3s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.home-clock-widget.large-scale .liquid-glass-border{border-radius:inherit;pointer-events:none;opacity:var(--spotlight-opacity);background:radial-gradient(320px circle at var(--mouse-x) var(--mouse-y), #ffffff8c 0%, #ffffff2e 40%, transparent 70%);-webkit-mask-composite:xor;z-index:1;padding:1px;transition:opacity .3s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.home-clock-widget.large-scale:hover{background:#ffffff14;border-color:#ffffff2e}.widget-time-block{z-index:2;flex-direction:column;display:flex;position:relative}.home-clock-widget.large-scale .big-time{letter-spacing:-1.5px;color:#fff;font-variant-numeric:tabular-nums;text-shadow:0 4px 14px #00000073;font-size:68px;font-weight:700;line-height:1}.widget-date{color:#ffffffe0;letter-spacing:-.2px;text-shadow:0 2px 8px #00000059;align-items:center;gap:7px;margin-top:8px;font-size:15px;font-weight:500;display:flex}.widget-system-summary{z-index:2;border-left:1px solid #ffffff2e;align-items:center;padding-left:32px;display:flex;position:relative}.system-summary-text{flex-direction:column;display:flex}.system-summary-label{color:#e2e8f0cc;letter-spacing:.3px;text-shadow:0 1px 4px #0000004d;font-size:12px;font-weight:600}.system-summary-time{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:-.5px;text-shadow:0 2px 10px #0006;margin-top:4px;font-size:22px;font-weight:700}.home-clock-widget.large-scale.is-light-bg{box-shadow:var(--dyn-shadow-x) var(--dyn-shadow-y) var(--dyn-shadow-blur) #0f172a1a, 0 4px 16px #0f172a0f;background:#ffffff85;border:1px solid #ffffffd9}.home-clock-widget.large-scale.is-light-bg:hover{background:#ffffff9e;border-color:#fff}.home-clock-widget.large-scale.is-light-bg .liquid-glass-spotlight{background:radial-gradient(400px circle at var(--mouse-x) var(--mouse-y), #ffffffbf 0%, #ffffff38 35%, transparent 75%)}.home-clock-widget.large-scale.is-light-bg .liquid-glass-border{background:radial-gradient(320px circle at var(--mouse-x) var(--mouse-y), #fff 0%, #fff9 40%, transparent 70%)}.home-clock-widget.large-scale.is-light-bg .big-time{color:#0f172a;text-shadow:0 1px 4px #fffc}.home-clock-widget.large-scale.is-light-bg .widget-date{color:#334155;text-shadow:none}.home-clock-widget.large-scale.is-light-bg .widget-system-summary{border-left-color:#0f172a24}.home-clock-widget.large-scale.is-light-bg .system-summary-label{color:#64748b;text-shadow:none}.home-clock-widget.large-scale.is-light-bg .system-summary-time{color:#0f172a;text-shadow:0 1px 4px #fffc}.galaxy-home-widgets.is-light-wallpaper .home-app-label{color:#0f172a;text-shadow:0 1px 3px #fffffff2,0 0 10px #ffffffe6;font-weight:600}.home-edit-floating-pill{-webkit-backdrop-filter:blur(16px);color:#e2e8f0;background:#0f172abf;border:1px solid #38bdf859;border-radius:999px;align-items:center;gap:12px;max-width:380px;margin:0 auto 16px;padding:6px 14px;font-size:12px;font-weight:500;animation:.2s cubic-bezier(.16,1,.3,1) fadeInDown;display:flex;box-shadow:0 8px 24px #00000059}.edit-pill-dot{background:#38bdf8;border-radius:50%;width:7px;height:7px;animation:1.5s infinite pulse;box-shadow:0 0 6px #38bdf8}.btn-edit-done-chip{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:20px;align-items:center;gap:4px;margin-left:auto;padding:4px 10px;font-size:11px;font-weight:600;transition:transform .15s,background .15s;display:flex}.btn-edit-done-chip:hover{background:#1d4ed8;transform:scale(1.04)}.admin-app-context-menu{z-index:9999;-webkit-backdrop-filter:blur(24px)saturate(180%);white-space:nowrap;background:#141822f0;border:1px solid #ffffff29;border-radius:14px;min-width:195px;padding:6px;animation:.15s cubic-bezier(.16,1,.3,1) contextMenuPop;position:absolute;box-shadow:0 16px 36px #000000a6,0 0 0 1px #ffffff14}.admin-app-context-menu.attached-to-app.pop-bottom{top:calc(100% + 8px)}.admin-app-context-menu.attached-to-app.pop-top{bottom:calc(100% + 8px)}.admin-app-context-menu.attached-to-app.align-center{left:50%;transform:translate(-50%)}.admin-app-context-menu.attached-to-app.align-left{left:0;transform:none}.admin-app-context-menu.attached-to-app.align-right{left:auto;right:0;transform:none}@keyframes contextMenuPop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.context-menu-header{flex-direction:column;padding:6px 10px 4px;display:flex}.context-menu-title{color:#fff;letter-spacing:-.2px;font-size:13px;font-weight:600}.context-menu-subtitle{color:#60a5fa;text-transform:uppercase;margin-top:1px;font-size:10px;font-weight:700}.context-menu-divider{background:#ffffff14;height:1px;margin:4px 0}.context-menu-item{color:#e2e8f0;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-size:12px;font-weight:500;transition:all .12s;display:flex}.context-menu-item:hover{color:#fff;background:#ffffff1a;transform:translate(2px)}.context-menu-item:active{transform:scale(.98)}.home-apps-grid-5x3{grid-template-rows:repeat(3,96px);grid-template-columns:repeat(5,84px);place-content:center;gap:16px 28px;min-height:310px;margin:12px auto 0;display:grid}.home-apps-grid-5x3.is-editing-mode{-webkit-user-select:none;user-select:none}.home-apps-grid-5x3.is-loading{opacity:0;pointer-events:none}.home-apps-grid-5x3.is-loaded{animation:.24s cubic-bezier(.16,1,.3,1) forwards gridFadeIn}@keyframes gridFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.home-grid-slot{border-radius:20px;justify-content:center;align-items:center;width:84px;height:96px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.home-grid-slot.is-slot-drag-over{outline-offset:4px;background:#3b82f633;outline:2px dashed #60a5fa}.home-grid-slot.is-droppable-empty-slot:hover{background:#ffffff0d}.home-grid-empty-slot-guide{background:#ffffff08;border:1.5px dashed #fff3;border-radius:18px;width:64px;height:64px;animation:2s ease-in-out infinite pulse}.home-apps-grid{justify-content:center;align-items:center;gap:36px;margin-top:10px;display:flex}.home-apps-grid.is-editing-mode{-webkit-user-select:none;user-select:none}.home-app-card-wrapper{flex-direction:column;align-items:center;transition:transform .2s,opacity .2s;display:flex;position:relative}.home-app-card-wrapper.tablet-jiggle{cursor:grab;animation:.25s ease-in-out infinite tablet-jiggle}.home-app-card-wrapper.tablet-jiggle:nth-child(2n){animation-duration:.29s;animation-delay:-.06s}.home-app-card-wrapper.tablet-jiggle:nth-child(3n){animation-duration:.22s;animation-delay:-.11s}.home-app-card-wrapper.is-dragging{opacity:.35;transform:scale(.92)}.home-app-card-wrapper.is-drag-over{outline-offset:8px;background:#3b82f61a;border-radius:20px;outline:2px dashed #60a5fa}.home-app-card-wrapper.is-disabled-app .home-app-icon-squircle{opacity:.45;filter:grayscale(85%)}.home-app-card-wrapper.is-disabled-app .home-app-label{opacity:.6}.disabled-tag{color:#f87171;margin-left:4px;font-size:11px;font-weight:600}@keyframes tablet-jiggle{0%{transform:rotate(-1.4deg)translate(0,0)}50%{transform:rotate(1.4deg)translateY(-1px)}to{transform:rotate(-1.4deg)translate(0,0)}}.app-visibility-badge-btn{cursor:pointer;z-index:20;border:2px solid #0f172a;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .15s,background .2s;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 4px 10px #0006}.app-visibility-badge-btn:hover{transform:scale(1.15)}.app-visibility-badge-btn.enabled{color:#fff;background:#10b981}.app-visibility-badge-btn.disabled{color:#cbd5e1;background:#64748b}.admin-badge-pill{color:#60a5fa;vertical-align:middle;background:#3b82f633;border:1px solid #3b82f659;border-radius:10px;margin-left:8px;padding:2px 7px;font-size:11px;font-weight:700}.home-app-item{cursor:pointer;background:0 0;flex-direction:column;align-items:center;gap:10px;transition:opacity .2s,filter .2s;display:flex}.home-app-item:disabled{cursor:grab}.home-app-item:hover:not(:disabled) .home-app-icon-squircle{filter:brightness(1.08)}.home-app-item:active:not(:disabled){transform:scale(.96)}.home-app-icon-squircle{border:1px solid #ffffff1f;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 8px 24px #0006,inset 0 1px 1px #ffffff40}.home-app-label{color:#fff;text-shadow:0 2px 6px #000c;letter-spacing:-.2px;font-size:13px;font-weight:500}.galaxy-taskbar.centered-apps-only{-webkit-backdrop-filter:blur(24px)saturate(180%);z-index:5000;background:#0e1016b8;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;height:50px;padding:0 14px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000059}.taskbar-center-apps{justify-content:center;align-items:center;gap:12px;min-width:60px;display:flex}.taskbar-home-indicator{background:#ffffff40;border-radius:999px;width:120px;height:4px;transition:all .2s}.taskbar-home-indicator:hover{background:#ffffff80;width:140px}.taskbar-app-squircle{border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .18s cubic-bezier(.34,1.56,.64,1),opacity .2s;display:flex;position:relative;box-shadow:0 4px 10px #0000004d}.taskbar-app-squircle:hover{transform:translateY(-3px)scale(1.1);box-shadow:0 8px 16px #00000073}.taskbar-app-squircle.minimized{opacity:.65}.taskbar-app-squircle.focused{opacity:1}.running-bar{background:#38bdf8;border-radius:999px;width:14px;height:3px;position:absolute;bottom:-4px;box-shadow:0 0 8px #38bdf8}.taskbar-right-tray{align-items:center;gap:8px;display:flex;position:absolute;right:16px}.taskbar-tray-btn{color:#ffffffd9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.taskbar-tray-btn:hover{color:#fff;background:#ffffff2e;transform:translateY(-2px)}.taskbar-tray-btn.active{color:#60a5fa;background:#3b82f640;border-color:#3b82f680;box-shadow:0 0 10px #3b82f64d}.taskbar-tray-btn.minimized{opacity:.6}.tray-running-dot{background:#38bdf8;border-radius:50%;width:4px;height:4px;position:absolute;bottom:3px;box-shadow:0 0 4px #38bdf8}.tray-badge-count{color:#fff;background:#ef4444;border:1.5px solid #0f1117;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #ef444480}.hidden-apps-folder-popover{-webkit-backdrop-filter:blur(28px)saturate(190%);z-index:9999;background:#111621f0;border:1px solid #ffffff29;border-radius:18px;width:290px;padding:16px;animation:.2s cubic-bezier(.16,1,.3,1) folderPop;position:absolute;bottom:calc(100% + 12px);right:0;box-shadow:0 20px 48px #000000bf,0 0 0 1px #ffffff14}@keyframes folderPop{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.folder-popover-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:10px;display:flex}.folder-popover-title-row{align-items:center;gap:10px;display:flex}.folder-icon-wrap{background:#38bdf826;border:1px solid #38bdf84d;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.folder-popover-title{color:#fff;letter-spacing:-.2px;margin:0;font-size:13px;font-weight:700}.folder-popover-desc{color:#ffffff80;margin-top:1px;font-size:11px;display:block}.folder-close-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.folder-close-btn:hover{color:#fff;background:#ffffff1a}.folder-apps-list{flex-direction:column;gap:8px;max-height:240px;display:flex;overflow-y:auto}.folder-empty-state{text-align:center;padding:24px 8px}.folder-empty-text{color:#ffffffb3;margin-bottom:4px;font-size:12px;font-weight:600}.folder-empty-sub{color:#fff6;font-size:11px}.folder-app-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:8px 10px;transition:all .15s;display:flex}.folder-app-card:hover{background:#ffffff14;border-color:#ffffff24}.folder-app-info{cursor:pointer;flex:1;align-items:center;gap:10px;display:flex}.folder-app-icon{border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 4px 10px #0000004d}.folder-app-name{color:#fff;font-size:12px;font-weight:600}.btn-restore-app{color:#38bdf8;cursor:pointer;background:#38bdf826;border:1px solid #38bdf859;border-radius:8px;align-items:center;gap:4px;padding:5px 10px;font-size:11px;font-weight:600;transition:all .15s;display:flex}.btn-restore-app:hover{color:#fff;background:#0284c7;border-color:#0284c7;transform:translateY(-1px)}.dex-window{background:#0f1117;border:1px solid #ffffff24;border-radius:12px;flex-direction:column;animation:.24s cubic-bezier(.16,1,.3,1) dexWindowPop;display:flex;position:absolute;overflow:hidden;box-shadow:0 24px 64px #000000d9,0 0 0 1px #ffffff14}@keyframes dexWindowPop{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.dex-window.is-dragging{opacity:.94;-webkit-user-select:none;user-select:none}.dex-window-titlebar{cursor:default;background:#ffffff08;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;height:38px;padding:0 12px;display:flex}.dex-window-titlebar:active{cursor:default}.dex-window-title{color:#f1f5f9;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.dex-window-controls{cursor:default;align-items:center;gap:4px;display:flex}.dex-ctrl-btn{color:#94a3b8;cursor:default;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.dex-ctrl-btn:hover{color:#fff;cursor:default;background:#ffffff1a}.dex-ctrl-btn.close-btn:hover{color:#fff;cursor:default;background:#ef4444}.dex-window-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.blog-app-layout{background:#0d0f14;width:100%;height:100%;display:flex}.blog-sidebar{background:#13161f;border-right:1px solid #ffffff14;flex-direction:column;gap:20px;width:260px;padding:20px 16px;display:flex;overflow-y:auto}.profile-card{text-align:center;border-radius:var(--radius-card);background:#ffffff08;border:1px solid #ffffff0f;flex-direction:column;align-items:center;padding:12px 6px;display:flex}.profile-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:10px;font-size:26px;display:flex;box-shadow:0 4px 14px #3b82f666}.profile-avatar svg{stroke-width:2.2px;width:50%;height:50%}.profile-name{color:#fff;font-size:16px;font-weight:700}.profile-handle{color:var(--accent-color);margin-bottom:6px;font-size:12px}.profile-bio{color:var(--text-secondary);margin-bottom:12px;font-size:12px;line-height:1.4}.profile-meta{color:var(--text-muted);flex-wrap:wrap;justify-content:center;gap:10px;font-size:11px;display:flex}.meta-item,.meta-link{align-items:center;gap:4px;display:flex}.meta-link{color:#93c5fd;text-decoration:none}.meta-link:hover{text-decoration:underline}.blog-search-box{align-items:center;width:100%;display:flex;position:relative}.search-submit-btn{color:var(--text-muted);cursor:pointer;z-index:2;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .2s;display:flex;position:absolute;left:6px}.search-submit-btn:hover{color:#60a5fa;background:#3b82f626}.search-icon{color:inherit}.blog-search-box input{color:#fff;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:8px 30px 8px 34px;font-size:12px;transition:border-color .2s,background .2s}.blog-search-box input:focus{border-color:var(--accent-color);background:#ffffff1a}.search-clear-btn{color:var(--text-muted);cursor:pointer;z-index:2;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:all .2s;display:flex;position:absolute;right:8px}.search-clear-btn:hover{color:#f87171;background:#ef444433}.search-reset-tag-btn{color:#93c5fd;cursor:pointer;background:#3b82f626;border:1px solid #3b82f64d;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;transition:all .2s;display:inline-flex}.search-reset-tag-btn:hover{color:#fca5a5;background:#ef444426;border-color:#ef44444d}.sidebar-section-header{justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 4px;display:flex}.sidebar-title{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin:0}.add-category-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:all .2s;display:inline-flex}.add-category-btn:hover{color:#60a5fa;background:#3b82f626;transform:scale(1.1)}.add-category-inline-form{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;gap:8px;margin-bottom:10px;padding:8px;animation:.2s fadeIn;display:flex}.add-category-input{color:#fff;box-sizing:border-box;background:#0000004d;border:1px solid #ffffff1f;border-radius:6px;outline:none;width:100%;padding:6px 8px;font-size:12px;transition:border-color .2s}.add-category-input:focus{background:#0006;border-color:#3b82f6}.add-category-buttons{justify-content:flex-end;gap:6px;display:flex}.add-category-submit-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;transition:background .2s}.add-category-submit-btn:hover{background:#1d4ed8}.add-category-cancel-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:4px;padding:4px 8px;font-size:11px;transition:all .2s}.add-category-cancel-btn:hover{color:#fff;background:#ffffff14}.category-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.category-item-wrapper{list-style:none;transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .15s;position:relative}.category-item-wrapper.draggable{-webkit-user-select:none;user-select:none}.category-item-wrapper.draggable .category-item-btn,.category-item-wrapper.draggable .category-item-btn:active{cursor:default}.category-item-wrapper.is-dragging{opacity:.35;transform:scale(.97)}.category-item-wrapper.is-drag-over{transform:translateY(2px)}.category-item-wrapper.is-drag-over:before{content:"";z-index:10;pointer-events:none;background:linear-gradient(90deg,#3b82f6,#93c5fd);border-radius:2px;height:3px;position:absolute;top:-3px;left:6px;right:6px;box-shadow:0 0 10px #3b82f6cc}.category-item-btn{width:100%;color:var(--text-secondary);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;transition:all .15s;display:flex}.category-item-btn:hover{color:#fff;background:#ffffff0f}.category-item-btn.active{color:#60a5fa;font-weight:var(--font-weight-semibold);background:#3b82f62e;border-color:#3b82f640}.count-pill{font-size:var(--font-size-xs);color:var(--text-muted);background:#ffffff14;border-radius:999px;flex-shrink:0;margin-left:8px;padding:2px 7px}.category-item-btn.active .count-pill{color:#93c5fd;background:#3b82f64d}.sidebar-stats{grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;display:grid}.stat-box{text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;padding:10px}.stat-label{color:var(--text-muted);margin-bottom:4px;font-size:10px;display:block}.stat-value{color:#fff;font-size:18px;font-weight:700}.blog-main-content{flex:1;padding:24px;overflow-y:auto}.posts-feed-view{flex-direction:column;gap:20px;display:flex}.feed-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.feed-header-actions{align-items:center;gap:8px;display:flex}.category-delete-btn{color:#fb7185;background:#f43f5e17;border:1px solid #f43f5e3d;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.category-delete-btn:hover{color:#fda4af;background:#f43f5e2e;border-color:#f43f5e73}.feed-title{font-size:var(--font-size-page-title);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tight);color:#fff}.feed-count{color:var(--text-muted);margin-left:6px;font-size:.875rem;font-weight:400}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-rows:260px;gap:16px;display:grid}.feed-load-sentinel{min-height:28px;color:var(--text-muted);justify-content:center;align-items:center;font-size:12px;display:flex}.post-card{border-radius:var(--radius-card);cursor:pointer;background:#24242880;border:1px solid #ffffff12;flex-direction:column;height:100%;min-height:0;padding:18px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.post-card:hover{border-color:#3b82f666;transform:translateY(-4px);box-shadow:0 12px 28px #0006}.card-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.card-category{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:#60a5fa;background:#3b82f626;border-radius:4px;padding:3px 8px}.card-date{font-size:var(--font-size-xs);color:var(--text-muted)}.card-title{font-size:var(--font-size-card-title);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;display:-webkit-box;overflow:hidden}.card-summary{font-size:var(--font-size-md);line-height:var(--line-height-normal);color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;min-height:0;margin-bottom:14px;display:-webkit-box;overflow:hidden}.card-tags{flex-wrap:wrap;flex-shrink:0;gap:6px;max-height:40px;margin-bottom:16px;display:flex;overflow:hidden}.card-tag{font-size:var(--font-size-xs);color:#94a3b8;background:#ffffff0a;border-radius:4px;padding:2px 6px}.card-footer{font-size:var(--font-size-sm);color:var(--text-muted);border-top:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.card-readtime{align-items:center;gap:4px;display:flex}.card-reactions{align-items:center;gap:12px;display:flex}.card-like-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;transition:all .15s;display:flex}.card-like-btn:hover{color:#fb7185}.card-like-btn.is-liked{color:#fb7185;font-weight:600}.card-like-btn.is-liked .heart-icon{color:#f43f5e}.card-comments-count{align-items:center;gap:4px;display:flex}.post-detail-view{flex-direction:column;max-width:720px;margin:0 auto;display:flex}.detail-toolbar{z-index:30;-webkit-backdrop-filter:blur(16px);background:#121216e6;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin:-24px -24px 24px;padding:14px 24px;display:flex;position:sticky;top:-24px;box-shadow:0 4px 20px #0000004d}.back-btn{color:#cbd5e1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;padding:7px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.back-btn:hover{color:#60a5fa;background:#3b82f626;border-color:#3b82f64d;transform:translate(-2px)}.detail-header{border-bottom:1px solid #ffffff14;margin-bottom:28px;padding-bottom:20px}.detail-badges{color:var(--text-muted);align-items:center;gap:12px;margin-bottom:12px;font-size:12px;display:flex}.category-badge{color:#60a5fa;background:#3b82f633;border-radius:4px;padding:3px 8px;font-weight:600}.meta-info{align-items:center;gap:4px;display:flex}.detail-title{color:#fff;margin-bottom:14px;font-size:28px;font-weight:800;line-height:1.35}.detail-tags{flex-wrap:wrap;gap:6px;display:flex}.tag-pill{color:#38bdf8;background:#38bdf814;border-radius:999px;padding:3px 8px;font-size:12px}.detail-body{color:#d1d5db;flex-direction:column;gap:16px;font-size:15px;line-height:1.75;display:flex}.detail-body h2{color:#fff;margin-top:16px;font-size:22px}.detail-body h3{color:#f3f4f6;margin-top:12px;font-size:18px}.detail-body strong{color:#fff}.post-html-content{flex-direction:column;gap:14px;display:flex}.post-html-content p{margin:0;line-height:1.8}.post-html-content h1{color:#fff;margin-top:18px;font-size:26px;font-weight:700;line-height:1.35}.post-html-content h2{color:#fff;margin-top:16px;font-size:22px;font-weight:700;line-height:1.4}.post-html-content h3{color:#f3f4f6;margin-top:12px;font-size:18px;font-weight:600;line-height:1.45}.post-html-content blockquote{color:#94a3b8;background:#3b82f60d;border-left:3px solid #3b82f6;border-radius:0 6px 6px 0;margin:8px 0;padding-top:6px;padding-bottom:6px;padding-left:14px;font-style:italic}.post-html-content ul,.post-html-content ol{flex-direction:column;gap:6px;margin:4px 0;padding-left:24px;display:flex}.post-html-content code{color:#93c5fd;font-family:var(--font-mono);background:#3b82f626;border-radius:4px;padding:2px 6px;font-size:.9em}.post-html-content pre{font-family:var(--font-mono);color:#38bdf8;background:#0f172a;border:1px solid #ffffff1a;border-radius:10px;margin:8px 0;padding:16px;font-size:13px;overflow-x:auto}.post-html-content pre code{color:inherit;background:0 0;padding:0}.post-html-content hr{border:none;border-top:1px solid #ffffff1f;margin:16px 0}.post-html-content a{color:#60a5fa;text-underline-offset:3px;text-decoration:underline}.post-html-content s{opacity:.7;text-decoration:line-through}.responsive-youtube-player,.post-html-content iframe,.tiptap-editor-body iframe{aspect-ratio:16/9;border:1px solid #ffffff1f;border-radius:12px;max-width:100%;margin:1.5em 0;display:block;box-shadow:0 8px 24px #00000073;width:100%!important;height:auto!important}.code-block{font-family:var(--font-mono);color:#38bdf8;background:#0f172a;border:1px solid #ffffff1a;border-radius:10px;padding:16px;font-size:13px;overflow-x:auto}.bullet-list{flex-direction:column;gap:6px;padding-left:20px;display:flex}.detail-like-section{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;justify-content:center;margin:28px 0;padding:32px 0;display:flex}.big-like-btn{cursor:pointer;color:#cbd5e1;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:10px;padding:12px 28px;font-size:15px;font-weight:600;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.big-like-btn:hover{color:#fda4af;background:#f43f5e1a;border-color:#f43f5e4d;transform:translateY(-2px)}.big-like-btn.is-liked{color:#fb7185;background:#f43f5e29;border-color:#f43f5e73;box-shadow:0 0 20px #f43f5e47}.big-like-btn .big-heart-icon{color:#94a3b8;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.big-like-btn:hover .big-heart-icon{color:#fb7185}.big-like-btn.is-liked .big-heart-icon{color:#f43f5e;transform:scale(1.15)}.comments-section{padding:10px 0 40px}.comments-title{color:#fff;align-items:center;gap:8px;margin-bottom:20px;font-size:18px;font-weight:700;display:flex}.comment-form-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:10px;margin-bottom:24px;padding:14px;transition:border-color .2s;display:flex}.comment-form-card:focus-within{background:#ffffff0a;border-color:#3b82f659}.comment-form-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.comment-author-input{color:#fff;background:#00000040;border:1px solid #ffffff1a;border-radius:6px;outline:none;max-width:200px;padding:7px 10px;font-size:13px}.comment-author-input:focus{border-color:#3b82f6}.comment-submit-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;transition:background .2s,transform .15s;display:inline-flex}.comment-submit-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.comment-textarea{color:#fff;resize:vertical;box-sizing:border-box;background:#00000040;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.5}.comment-textarea:focus{border-color:#3b82f6}.comments-list{flex-direction:column;gap:14px;display:flex}.comment-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:14px 16px;transition:border-color .2s,background .2s}.comment-card:hover{background:#ffffff0a;border-color:#ffffff1a}.comment-card.is-deleted{opacity:.7;background:#0003;border:1px dashed #ffffff1a}.comment-card.is-admin-deleted{opacity:.75;background:#00000040;border:1px dashed #fb923c40}.comment-card-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.comment-meta-left{align-items:center;gap:8px;display:flex}.comment-avatar-circle{color:#60a5fa;background:#3b82f633;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.comment-author-name{color:#e2e8f0;font-size:13px;font-weight:600}.comment-my-badge{color:#60a5fa;background:#3b82f633;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.comment-date-text{color:var(--text-muted);margin-left:2px;font-size:11px}.comment-actions-right{gap:6px;display:flex}.comment-action-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:3px 6px;font-size:12px;transition:all .2s}.comment-action-btn.edit{color:#94a3b8}.comment-action-btn.edit:hover{color:#60a5fa;background:#3b82f626}.comment-action-btn.delete{color:#94a3b8}.comment-action-btn.delete:hover{color:#f87171;background:#ef444426}.comment-action-btn.admin-force{color:#fb923c;border:1px solid #fb923c4d;padding:2px 8px;font-size:11px}.comment-action-btn.admin-force:hover{color:#f97316;background:#fb923c26}.comment-body-text{color:#cbd5e1;word-break:break-word;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.6}.comment-body-text.deleted-text{color:#94a3b8;font-style:italic}.comment-body-text.admin-deleted-text{color:#fdba74;align-items:center;gap:6px;font-style:italic;display:flex}.comment-edit-box{flex-direction:column;gap:8px;margin-top:6px;display:flex}.comment-edit-textarea{color:#fff;box-sizing:border-box;background:#0000004d;border:1px solid #3b82f6;border-radius:6px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:13px}.comment-edit-actions{justify-content:flex-end;gap:6px;display:flex}.comment-edit-save-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:600}.comment-edit-cancel-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:4px;padding:4px 8px;font-size:12px}.no-comments-box{text-align:center;color:var(--text-muted);background:#ffffff05;border:1px dashed #ffffff0f;border-radius:12px;padding:32px 16px;font-size:13px}.blog-write-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:13px;font-weight:600;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 12px #2563eb59}.blog-write-btn:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);transform:translateY(-2px);box-shadow:0 6px 16px #2563eb80}.feed-write-btn{color:#fff;background:#2563eb;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.feed-write-btn:hover{background:#1d4ed8}.detail-actions-right{align-items:center;gap:8px;display:flex}.post-action-btn{border-radius:8px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.post-action-btn.edit{color:#cbd5e1;background:#ffffff14;border:1px solid #ffffff1f}.post-action-btn.edit:hover{color:#fff;background:#ffffff29}.post-action-btn.delete{color:#f87171;background:#ef44441f;border:1px solid #ef444440}.post-action-btn.delete:hover{color:#fff;background:#ef4444}.empty-action-btn{color:#fff;background:#2563eb;border-radius:8px;margin-top:12px;padding:8px 18px;font-size:13px;font-weight:500;transition:background .15s}.empty-action-btn:hover{background:#1d4ed8}.profile-avatar.clickable{cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s}.profile-avatar.clickable:hover{transform:scale(1.08);box-shadow:0 0 16px #3b82f699}.admin-control-panel{background:#10b9811f;border:1px solid #10b9814d;border-radius:14px;flex-direction:column;gap:8px;margin-bottom:4px;padding:10px 12px;animation:.25s ease-out fadeInDialog;display:flex;box-shadow:0 4px 14px #10b9811a}.admin-panel-header{justify-content:space-between;align-items:center;display:flex}.admin-panel-title{color:#34d399;letter-spacing:-.2px;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.admin-shield-icon{color:#10b981}.admin-panel-logout-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.admin-panel-logout-btn:hover{color:#ef4444;background:0 0;transform:scale(1.15)}.admin-panel-actions{grid-template-columns:1fr 1fr;gap:6px;display:grid}.admin-action-chip{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:6px 8px;font-size:11px;font-weight:500;transition:all .15s;display:flex}.admin-action-chip:hover{color:#fff;background:#ffffff24;border-color:#fff3}.profile-edit-modal{width:480px}.avatar-preset-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.avatar-preset-btn{width:36px;height:36px;color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex}.avatar-preset-btn:hover{color:#fff;background:#ffffff26;transform:scale(1.1)}.avatar-preset-btn.selected{color:#60a5fa;background:#3b82f64d;border-color:#3b82f6;box-shadow:0 0 10px #3b82f666}.avatar-custom-input{text-align:center;width:80px!important;font-size:15px!important}.admin-auth-overlay{-webkit-backdrop-filter:blur(16px);z-index:1100;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeInDialog;display:flex;position:absolute;inset:0}.admin-auth-modal{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#1a1c24f5;border:1px solid #ffffff24;border-radius:20px;flex-direction:column;width:400px;max-width:90vw;animation:.25s cubic-bezier(.16,1,.3,1) popDialog;display:flex;overflow:hidden;box-shadow:0 24px 60px #000000b3}.admin-auth-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.admin-auth-title-row{align-items:center;gap:8px;display:flex}.admin-auth-icon{color:#38bdf8}.admin-auth-title-row h3{color:#fff;font-size:16px;font-weight:700}.admin-auth-form{flex-direction:column;gap:14px;padding:20px 22px;display:flex}.admin-auth-desc{color:#94a3b8;font-size:13px;line-height:1.5}.admin-auth-error-msg{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;padding:6px 10px;font-size:12px}.post-editor-page{max-width:780px;min-height:100%}.editor-page-toolbar{margin-bottom:28px}.editor-page-actions,.editor-meta-controls,.content-editor-tabs,.content-format-toolbar{align-items:center;display:flex}.editor-page-actions{gap:12px}.editor-save-state{color:#64748b;font-size:12px;font-weight:600}.editor-btn-submit:disabled{cursor:wait;opacity:.65}.editor-detail-header{flex-direction:column;gap:16px;padding-bottom:24px;display:flex}.editor-meta-controls{gap:10px}.editor-meta-controls label{color:#64748b;align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.editor-meta-controls select,.editor-meta-controls input{color:#cbd5e1;height:32px;font:inherit;background:#ffffff0d;border:1px solid #ffffff17;border-radius:8px;outline:none;padding:0 10px}.editor-meta-controls select option{background:#1e2029}.editor-meta-controls input{width:76px}.editor-title-input{resize:none;color:#fff;letter-spacing:-.8px;background:0 0;border:0;outline:0;width:100%;min-height:92px;font-family:inherit;font-size:32px;font-weight:800;line-height:1.35;overflow:hidden}.editor-title-input::placeholder,.editor-summary-input::placeholder,.editor-tag-composer input::placeholder,.content-editor-textarea::placeholder{color:#475569}.editor-tag-composer{flex-wrap:wrap;align-items:center;gap:7px;min-height:34px;display:flex}.editor-tag-chip{color:#38bdf8;background:#38bdf81a;border-radius:999px;align-items:center;gap:4px;padding:5px 9px;font-size:12px;transition:background .15s,color .15s;display:inline-flex}.editor-tag-chip:hover{color:#fb7185;background:#f43f5e1f}.editor-tag-composer input{color:#cbd5e1;background:0 0;border:0;outline:0;flex:1;min-width:150px;padding:6px 2px;font-size:13px}.editor-summary-input{color:#94a3b8;background:0 0;border:0;border-top:1px solid #ffffff0f;outline:0;width:100%;padding:14px 0 0;font-size:14px;line-height:1.6}.post-content-editor{background:#ffffff06;border:1px solid #ffffff17;border-radius:14px;overflow:hidden}.content-editor-topbar{background:#0f172a75;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:7px 10px;display:flex}.content-editor-tabs,.content-format-toolbar{gap:4px}.content-editor-tabs button,.content-format-toolbar button{color:#94a3b8;border-radius:7px;justify-content:center;align-items:center;height:32px;transition:all .15s;display:inline-flex}.content-editor-tabs button{gap:6px;padding:0 10px;font-size:12px;font-weight:600}.content-format-toolbar button{width:32px}.content-editor-tabs button:hover,.content-format-toolbar button:hover,.content-editor-tabs button.active{color:#e2e8f0;background:#ffffff14}.content-editor-tabs button.active{color:#60a5fa}.content-editor-textarea{resize:vertical;color:#d1d5db;background:0 0;border:0;outline:0;width:100%;min-height:430px;padding:24px;font-family:inherit;font-size:15px;line-height:1.8;display:block}.tiptap-editor-wrapper{flex-direction:column;width:100%;display:flex}.tiptap-toolbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border-bottom:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 12px;display:flex}.tiptap-toolbar-group{align-items:center;gap:3px;display:flex}.tiptap-toolbar-divider{background:#ffffff1f;width:1px;height:18px;margin:0 4px}.tiptap-toolbar-spacer{flex:1}.tiptap-tool-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .15s;display:inline-flex}.tiptap-tool-btn:hover:not(:disabled){color:#f1f5f9;background:#ffffff14}.tiptap-tool-btn.active{color:#60a5fa;background:#3b82f633;border-color:#3b82f666;box-shadow:0 0 8px #3b82f64d}.tiptap-tool-btn:disabled{opacity:.3;cursor:not-allowed}.tiptap-editor-body{background:0 0;width:100%;min-height:420px}.tiptap-editor-body .tiptap,.tiptap-editor-body .ProseMirror{color:#e2e8f0;outline:none;min-height:420px;padding:24px;font-family:inherit;font-size:15px;line-height:1.8}.tiptap-editor-body .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#64748b;pointer-events:none;height:0}.tiptap-editor-body .ProseMirror h1{color:#fff;margin:1.2em 0 .5em;font-size:1.8em;font-weight:700;line-height:1.3}.tiptap-editor-body .ProseMirror h2{color:#f8fafc;margin:1em 0 .4em;font-size:1.4em;font-weight:700;line-height:1.4}.tiptap-editor-body .ProseMirror h3{color:#e2e8f0;margin:.8em 0 .3em;font-size:1.15em;font-weight:600}.tiptap-editor-body .ProseMirror p{margin:.6em 0}.tiptap-editor-body .ProseMirror blockquote{color:#94a3b8;background:#3b82f60d;border-left:3px solid #3b82f6;border-radius:0 6px 6px 0;margin:1em 0;padding-top:4px;padding-bottom:4px;padding-left:14px;font-style:italic}.tiptap-editor-body .ProseMirror ul,.tiptap-editor-body .ProseMirror ol{margin:.6em 0;padding-left:24px}.tiptap-editor-body .ProseMirror li{margin:.25em 0}.tiptap-editor-body .ProseMirror code{color:#93c5fd;font-family:var(--font-mono);background:#3b82f626;border-radius:4px;padding:2px 6px;font-size:.9em}.tiptap-editor-body .ProseMirror pre{font-family:var(--font-mono);background:#0a0f1ed9;border:1px solid #ffffff1a;border-radius:10px;margin:1.2em 0;padding:16px 20px;overflow-x:auto}.tiptap-editor-body .ProseMirror pre code{color:#38bdf8;background:0 0;padding:0;font-size:14px;line-height:1.6}.tiptap-editor-body .ProseMirror hr{border:none;border-top:1px solid #ffffff1f;margin:2em 0}.tiptap-editor-body .ProseMirror a{color:#60a5fa;text-underline-offset:3px;text-decoration:underline;transition:color .15s}.tiptap-editor-body .ProseMirror a:hover{color:#93c5fd}.tiptap-editor-loading{color:var(--text-muted);text-align:center;padding:30px;font-size:14px}.content-editor-preview{min-height:430px;padding:24px}.empty-preview{color:#64748b}.detail-body blockquote{color:#cbd5e1;background:#38bdf812;border-left:3px solid #38bdf8;border-radius:0 8px 8px 0;margin:0;padding:12px 16px}.detail-body a{color:#60a5fa;text-underline-offset:3px;text-decoration:underline}.inline-code{color:#7dd3fc;font-family:var(--font-mono);background:#38bdf81a;border-radius:5px;padding:2px 5px;font-size:.9em}.blog-editor-overlay{-webkit-backdrop-filter:blur(16px);z-index:1000;background:#000000b8;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeInDialog;display:flex;position:absolute;inset:0}.blog-editor-modal{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#1a1c24f5;border:1px solid #ffffff24;border-radius:20px;flex-direction:column;width:680px;max-width:95%;max-height:90%;animation:.25s cubic-bezier(.16,1,.3,1) popDialog;display:flex;overflow:hidden;box-shadow:0 24px 60px #000000b3}.editor-modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.editor-title-row{align-items:center;gap:10px;display:flex}.editor-header-icon{color:#38bdf8}.editor-title-row h3{color:#fff;font-size:17px;font-weight:700}.editor-close-btn{color:#94a3b8;border-radius:6px;padding:4px;transition:all .15s}.editor-close-btn:hover{color:#fff;background:#ffffff1a}.editor-form{flex-direction:column;flex:1;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.editor-field{flex-direction:column;gap:6px;display:flex}.editor-field label{color:#94a3b8;letter-spacing:-.2px;font-size:12px;font-weight:600}.editor-field input,.editor-field select,.editor-field textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;padding:10px 14px;font-size:13px;transition:all .15s}.editor-field input:focus,.editor-field select:focus,.editor-field textarea:focus{background:#ffffff14;border-color:#38bdf8;box-shadow:0 0 12px #38bdf833}.editor-field select option{color:#fff;background:#1e2029}.editor-row-2col{grid-template-columns:1fr 1fr;gap:14px;display:grid}.editor-field.flex-grow{flex:1}.editor-field textarea{resize:vertical;min-height:160px;font-family:inherit;line-height:1.6}.editor-modal-footer{justify-content:flex-end;align-items:center;gap:10px;padding-top:10px;display:flex}.editor-btn-cancel{color:#94a3b8;background:#ffffff0f;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .15s}.editor-btn-cancel:hover{color:#fff;background:#ffffff1f}.editor-btn-submit{color:#fff;background:#2563eb;border-radius:10px;align-items:center;gap:6px;padding:10px 22px;font-size:13px;font-weight:600;transition:all .15s;display:flex;box-shadow:0 4px 14px #2563eb59}.editor-btn-submit:hover{background:#1d4ed8;box-shadow:0 6px 18px #2563eb80}.settings-app{flex-direction:column;gap:20px;height:100%;padding:24px;display:flex;overflow-y:auto}.section-title{color:#fff;align-items:center;gap:8px;margin-bottom:4px;font-size:15px;font-weight:700;display:flex}.section-desc{color:var(--text-muted);margin-bottom:14px;font-size:12px}.wallpaper-card{text-align:left;background:#ffffff08;border:2px solid #0000;border-radius:10px;flex-direction:column;gap:8px;padding:8px;transition:all .2s;display:flex}.wallpaper-card:hover{background:#ffffff0f}.wallpaper-card.active{border-color:var(--accent-color);background:#3b82f61f}.wallpaper-preview{border-radius:6px;width:100%;height:80px}.wallpaper-name{color:#e5e5ea;font-size:12px;font-weight:500}.settings-divider{background:#ffffff14;height:1px}.settings-row{justify-content:space-between;align-items:center;padding:10px 0;display:flex}.setting-subtext{color:var(--text-muted);margin-top:2px;font-size:12px}.toggle-switch{background:#ffffff26;border-radius:999px;width:44px;height:24px;transition:background .2s;position:relative}.toggle-switch.active{background:#10b981}.toggle-handle{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s cubic-bezier(.34,1.56,.64,1);position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0000004d}.about-box{color:#cbd5e1;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;padding:14px;font-size:13px;line-height:1.8}.terminal-app-container{height:100%;font-family:var(--font-mono);background:#0d1117;padding:14px;font-size:13px;overflow-y:auto}.terminal-body{flex-direction:column;gap:4px;display:flex}.terminal-line pre{white-space:pre-wrap;word-break:break-all;margin:0;line-height:1.4}.terminal-line.output pre{color:#8b949e}.terminal-line.command pre{color:#58a6ff;font-weight:600}.terminal-line.error pre{color:#f85149}.terminal-input-row{align-items:center;gap:8px;margin-top:4px;display:flex}.terminal-prompt{color:#3fb950;font-weight:600}.terminal-input{color:#f0f6fc;font-family:var(--font-mono);background:0 0;border:none;flex:1;font-size:13px}.system-exit-dialog-overlay{-webkit-backdrop-filter:blur(16px);z-index:10000;background:#000000a6;justify-content:center;align-items:center;animation:.2s ease-out fadeInDialog;display:flex;position:fixed;inset:0}@keyframes fadeInDialog{0%{opacity:0}to{opacity:1}}.system-exit-dialog{-webkit-backdrop-filter:blur(32px)saturate(200%);backdrop-filter:blur(32px)saturate(200%);text-align:center;background:#1c1e26f0;border:1px solid #ffffff24;border-radius:22px;flex-direction:column;align-items:center;width:440px;max-width:90vw;padding:28px 28px 22px;animation:.25s cubic-bezier(.16,1,.3,1) popDialog;display:flex;box-shadow:0 24px 60px #000000a6,0 0 0 1px #ffffff14}@keyframes popDialog{0%{opacity:0;transform:scale(.92)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.dialog-icon-wrapper{background:#ef444426;border:1px solid #ef44444d;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex;box-shadow:0 0 20px #ef444433}.dialog-title{color:#fff;letter-spacing:-.3px;margin-bottom:8px;font-size:19px;font-weight:700}.dialog-desc{color:#94a3b8;white-space:nowrap;margin-bottom:24px;font-size:14px;line-height:1.5}.dialog-actions{align-items:center;gap:12px;width:100%;display:flex}.dialog-btn{border-radius:12px;flex:1;justify-content:center;align-items:center;height:44px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.dialog-btn.cancel{color:#cbd5e1;background:#ffffff14;border:1px solid #ffffff1a}.dialog-btn.cancel:hover{color:#fff;background:#ffffff24}.dialog-btn.confirm{color:#fff;background:#ef4444;box-shadow:0 4px 14px #ef444466}.dialog-btn.confirm:hover{background:#dc2626;box-shadow:0 6px 18px #ef444480}.dialog-btn:active{transform:scale(.96)}@media (width<=768px){.galaxy-home-widgets{gap:22px;width:calc(100vw - 32px);max-width:380px;top:48%;transform:translate(-50%,-50%)}.home-clock-widget.large-scale{box-sizing:border-box;-webkit-backdrop-filter:blur(20px)saturate(170%);border-radius:22px;flex-direction:column;gap:16px;width:100%;padding:24px 20px}.widget-time-block{text-align:center;align-items:center}.home-clock-widget.large-scale .big-time{font-size:52px}.widget-date{justify-content:center;font-size:13px}.widget-system-summary{border-top:1px solid #ffffff29;border-left:none;justify-content:center;width:100%;padding-top:14px;padding-left:0}.home-apps-grid.large-spacing{gap:16px}.home-app-icon-squircle{border-radius:16px;width:60px;height:60px}.home-app-label{font-size:12px}.dex-window{border:none!important;border-radius:0!important;width:100vw!important;height:calc(100svh - 50px)!important;top:0!important;left:0!important;transform:none!important}.dex-window-titlebar{cursor:default;height:42px;padding:0 14px}.dex-ctrl-btn[title=최대화],.dex-ctrl-btn[title="이전 크기로 복원"]{display:none}.blog-app-layout{flex-direction:column;height:100%;overflow:hidden}.blog-sidebar{border-bottom:1px solid #ffffff14;border-right:none;flex-shrink:0;gap:10px;max-height:none;padding:12px 14px;overflow-y:visible;width:100%!important}.admin-control-panel{gap:6px;margin-bottom:2px;padding:8px 10px}.profile-card{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;transition:all .2s;display:flex}.profile-card.is-collapsed{padding:8px 6px}.profile-card.is-collapsed .profile-avatar{width:42px;height:42px;margin-bottom:4px;font-size:20px;transition:all .2s}.profile-card.is-collapsed .profile-name{font-size:14px}.profile-card.is-collapsed .profile-handle{margin-bottom:0;font-size:11px}.profile-card.is-collapsed .profile-bio{display:none}.profile-card.is-expanded{padding:12px 6px}.profile-card.is-expanded .profile-avatar{width:56px;height:56px;margin-bottom:10px;font-size:26px;transition:all .2s}.profile-card.is-expanded .profile-name{font-size:16px}.profile-card.is-expanded .profile-handle{margin-bottom:6px;font-size:12px}.profile-card.is-expanded .profile-bio{color:var(--text-secondary);text-align:center;margin-bottom:8px;font-size:12px;line-height:1.4;display:block}.profile-meta{justify-content:center;gap:8px}.sidebar-section{width:100%}.sidebar-title{display:none}.category-list{white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:8px;padding-bottom:4px;overflow-x:auto}.category-list::-webkit-scrollbar{display:none}.category-item-btn{background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;flex-shrink:0;gap:6px;width:auto;padding:6px 12px;font-size:12px}.sidebar-stats,.blog-app-layout.has-active-post .blog-sidebar{display:none}.blog-main-content{padding:16px 14px}.posts-grid{grid-template-columns:1fr;gap:14px}.post-card{padding:16px}.detail-title{letter-spacing:-.3px;font-size:20px}.detail-body{font-size:14px;line-height:1.65}.code-block{padding:12px;font-size:12px;overflow-x:auto}.comment-input-row{flex-direction:column;gap:8px}.comment-input-row input{width:100%}.settings-app{padding:16px}.wallpaper-grid{grid-template-columns:1fr 1fr;gap:10px}.wallpaper-preview{height:70px}.system-exit-dialog{width:min(440px,100vw - 32px);padding:24px 20px 20px}.dialog-desc{white-space:normal;word-break:keep-all;font-size:13px}.dialog-title{font-size:17px}.galaxy-status-bar{padding:0 12px}.taskbar-home-indicator{width:80px}.taskbar-app-squircle{width:36px;height:36px}.blog-editor-modal{border-radius:16px;width:100%;max-height:94%}.editor-modal-header{padding:14px 18px}.editor-form{gap:12px;padding:16px 18px}.editor-row-2col{grid-template-columns:1fr;gap:12px}.editor-field textarea{min-height:130px}}@media (width<=480px){.home-clock-widget.large-scale .big-time{font-size:44px}.wallpaper-grid{grid-template-columns:1fr}.dialog-btn{height:42px;font-size:13px}.home-apps-grid.large-spacing{gap:12px}.home-app-icon-squircle{width:52px;height:52px}}.os-modal-overlay{z-index:99999;-webkit-backdrop-filter:blur(14px)saturate(180%);background:#000000a6;justify-content:center;align-items:center;padding:20px;animation:.22s cubic-bezier(.16,1,.3,1) forwards osModalFadeIn;display:flex;position:fixed;inset:0}@keyframes osModalFadeIn{0%{opacity:0}to{opacity:1}}.os-modal-card{-webkit-user-select:none;user-select:none;background:#1a1d24e0;border:1px solid #ffffff24;border-radius:20px;flex-direction:column;gap:20px;width:100%;max-width:440px;padding:24px;animation:.26s cubic-bezier(.16,1,.3,1) forwards osModalPopIn;display:flex;position:relative;box-shadow:0 24px 48px -12px #000000b3,inset 0 0 0 1px #ffffff14}@keyframes osModalPopIn{0%{opacity:0;transform:scale(.92)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.os-modal-close-btn{color:#94a3b8;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex;position:absolute;top:16px;right:16px}.os-modal-close-btn:hover{color:#fff;background:#ffffff26;transform:scale(1.05)}.os-modal-header-section{align-items:flex-start;gap:16px;display:flex}.os-modal-icon-wrapper{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.os-modal-icon-wrapper.danger{color:#fb7185;background:#f43f5e26;border:1px solid #f43f5e4d}.os-modal-icon-wrapper.warning{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.os-modal-icon-wrapper.success{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.os-modal-icon-wrapper.info{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d}.os-modal-text-content{flex:1;min-width:0;padding-top:2px}.os-modal-title{color:#f8fafc;letter-spacing:-.3px;margin:0 0 8px;font-size:17px;font-weight:700}.os-modal-message{color:#cbd5e1;word-break:keep-all;overflow-wrap:break-word;margin:0;font-size:14px;line-height:1.55}.os-modal-input-container{width:100%;margin-top:14px}.os-modal-prompt-input{color:#f1f5f9;box-sizing:border-box;background:#0f172a99;border:1px solid #ffffff26;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .2s}.os-modal-prompt-input:focus{background:#0f172ad9;border-color:#6366f1cc;box-shadow:0 0 0 3px #6366f140}.os-modal-prompt-input::placeholder{color:#64748b;font-size:13.5px}.os-modal-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.os-modal-btn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:10px 20px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-flex}.os-modal-cancel-btn{color:#94a3b8;background:#ffffff14;border:1px solid #ffffff1f}.os-modal-cancel-btn:hover{color:#f1f5f9;background:#ffffff24}.os-modal-confirm-btn{color:#fff;border:1px solid #0000;box-shadow:0 4px 14px #0000004d}.os-modal-confirm-btn.danger{background:linear-gradient(135deg,#e11d48,#be123c);border-color:#f43f5e66}.os-modal-confirm-btn.danger:hover{background:linear-gradient(135deg,#f43f5e,#e11d48);transform:translateY(-1px);box-shadow:0 4px 18px #f43f5e73}.os-modal-confirm-btn.warning{background:linear-gradient(135deg,#d97706,#b45309);border-color:#f59e0b66}.os-modal-confirm-btn.warning:hover{background:linear-gradient(135deg,#f59e0b,#d97706);transform:translateY(-1px);box-shadow:0 4px 18px #f59e0b73}.os-modal-confirm-btn.success{background:linear-gradient(135deg,#059669,#047857);border-color:#10b98166}.os-modal-confirm-btn.success:hover{background:linear-gradient(135deg,#10b981,#059669);transform:translateY(-1px);box-shadow:0 4px 18px #10b98173}.os-modal-confirm-btn.info{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#3b82f666}.os-modal-confirm-btn.info:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);transform:translateY(-1px);box-shadow:0 4px 18px #3b82f673}.os-modal-btn:active{transform:scale(.97)!important}@media (width<=700px){.editor-page-toolbar{align-items:center}.editor-save-state{display:none}.editor-page-actions .editor-btn-submit{padding:8px 12px}.editor-meta-controls{flex-direction:column;align-items:stretch}.editor-meta-controls label{justify-content:space-between}.editor-meta-controls select,.editor-meta-controls input{width:65%}.editor-title-input{min-height:76px;font-size:25px}.content-editor-topbar{flex-direction:column;align-items:flex-start}.content-format-toolbar{width:100%;overflow-x:auto}.content-editor-textarea,.content-editor-preview{min-height:360px;padding:18px}}.db-viewer-overlay{z-index:10000}.db-viewer-modal{background:#16181ef2;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;width:980px;max-width:95vw;height:82vh;max-height:780px;padding:0;display:flex;overflow:hidden;box-shadow:0 24px 60px #000000a6,0 0 0 1px #ffffff14}.db-viewer-header{background:#ffffff08;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.db-header-title-box{align-items:center;gap:10px;display:flex}.db-title-text{color:#f1f5f9;margin:0;font-size:15px;font-weight:600}.db-badge-file{color:#60a5fa;background:#3b82f626;border:1px solid #60a5fa4d;border-radius:12px;padding:2px 8px;font-family:Fira Code,monospace;font-size:11px}.db-header-actions{align-items:center;gap:8px;display:flex}.db-action-icon-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.db-action-icon-btn:hover:not(:disabled){color:#fff;background:#ffffff1f;border-color:#fff3}.db-action-icon-btn:disabled{opacity:.5;cursor:not-allowed}.db-action-icon-btn .spin{animation:1s linear infinite spin}.db-viewer-body{flex:1;min-height:0;display:flex;overflow:hidden}.db-sidebar{background:#0f111780;border-right:1px solid #ffffff14;flex-direction:column;width:220px;min-width:200px;display:flex}.db-sidebar-header{border-bottom:1px solid #ffffff0f;padding:12px 16px}.db-sidebar-label{text-transform:uppercase;letter-spacing:.06em;color:#ffffff73;font-size:11px;font-weight:600}.db-sidebar-list{flex-direction:column;flex:1;gap:4px;padding:8px;display:flex;overflow-y:auto}.db-table-item{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:9px 12px;font-size:13px;transition:all .15s;display:flex}.db-table-item:hover{color:#fff;background:#ffffff0f}.db-table-item.active{color:#93c5fd;background:#3b82f629;border-color:#3b82f659;font-weight:600}.db-table-item-name{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;display:flex;overflow:hidden}.db-table-icon{color:#fff6;flex-shrink:0}.db-table-item.active .db-table-icon{color:#60a5fa}.db-table-count-pill{color:#ffffff8c;background:#ffffff14;border-radius:10px;padding:2px 7px;font-size:11px;font-weight:500}.db-table-item.active .db-table-count-pill{color:#bfdbfe;background:#3b82f64d}.db-loading-box,.db-empty-box{text-align:center;color:#fff6;padding:24px 16px;font-size:12px}.db-main{background:#12141a66;flex-direction:column;flex:1;min-width:0;display:flex}.db-toolbar{background:#ffffff04;border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex}.db-table-info{align-items:baseline;gap:10px;display:flex}.db-current-table-name{color:#f8fafc;font-family:Fira Code,monospace;font-size:15px}.db-total-count{color:#ffffff80;font-size:12px}.db-toolbar-controls{align-items:center;gap:10px;display:flex}.db-search-form{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;align-items:center;width:230px;padding:5px 10px;transition:all .15s;display:flex}.db-search-form:focus-within{background:#ffffff17;border-color:#60a5fa80;box-shadow:0 0 0 2px #3b82f633}.db-search-icon{color:#fff6;flex-shrink:0;margin-right:6px}.db-search-input{color:#f1f5f9;background:0 0;border:none;outline:none;width:100%;font-size:12px}.db-search-input::placeholder{color:#ffffff59}.db-search-clear{color:#fff6;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.db-search-clear:hover{color:#fff}.db-limit-select{color:#e2e8f0;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:5px 8px;font-size:12px}.db-limit-select option{color:#fff;background:#1e2029}.db-error-alert{color:#fca5a5;background:#ef444426;border-bottom:1px solid #ef44444d;padding:10px 16px;font-size:12px}.db-grid-scroll-area{background:#0a0c1066;flex:1;min-height:0;position:relative;overflow:auto}.db-loading-grid,.db-empty-grid{color:#ffffff73;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:240px;font-size:13px;display:flex}.db-spinner{border:2px solid #ffffff26;border-top-color:#3b82f6;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}.db-data-table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;font-size:12px}.db-th-index{text-align:center;z-index:3;color:#ffffff59;background:#181a22;border-bottom:1px solid #ffffff1f;width:44px;padding:8px 6px;font-size:11px;position:sticky;top:0}.db-th-col{z-index:2;white-space:nowrap;background:#181a22;border-bottom:1px solid #ffffff1f;border-right:1px solid #ffffff0d;padding:8px 12px;position:sticky;top:0}.db-col-header-inner{flex-direction:column;gap:2px;display:flex}.db-col-name{color:#f1f5f9;align-items:center;gap:4px;font-family:Fira Code,monospace;font-size:12px;font-weight:600;display:flex}.db-pk-badge{font-size:10px}.db-col-type{color:#94a3b8;font-family:monospace;font-size:10px;font-weight:400}.db-data-row{transition:background .1s}.db-data-row:nth-child(2n){background:#ffffff04}.db-data-row:hover{background:#3b82f614}.db-td-index{text-align:center;color:#ffffff4d;-webkit-user-select:none;user-select:none;border-bottom:1px solid #ffffff0a;border-right:1px solid #ffffff0d;padding:8px 6px;font-size:11px}.db-td-cell{color:#cbd5e1;border-bottom:1px solid #ffffff0a;border-right:1px solid #ffffff0d;max-width:320px;padding:8px 12px}.db-cell-content{text-overflow:ellipsis;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.db-null-pill{color:#ffffff59;background:#ffffff0f;border-radius:4px;padding:1px 6px;font-family:monospace;font-size:10px;font-style:italic;display:inline-block}.db-masked-pill{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:4px;padding:1px 8px;font-size:11px;font-style:italic;display:inline-block}.db-pagination-bar{background:#0f111799;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.db-page-info{color:#ffffff80;font-size:12px}.db-page-buttons{align-items:center;gap:8px;display:flex}.db-page-nav-btn{color:#e2e8f0;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;transition:all .15s;display:flex}.db-page-nav-btn:hover:not(:disabled){color:#fff;background:#ffffff1f}.db-page-nav-btn:disabled{opacity:.35;cursor:not-allowed}@media (width<=768px){.db-viewer-modal{border-radius:12px;width:96vw;height:90vh}.db-viewer-body{flex-direction:column}.db-sidebar{border-bottom:1px solid #ffffff14;border-right:none;width:100%;min-width:100%;max-height:120px}.db-sidebar-list{flex-direction:row;padding:6px;overflow:auto hidden}.db-table-item{white-space:nowrap;gap:8px;width:auto;padding:6px 10px}.db-toolbar{flex-direction:column;align-items:stretch;padding:8px 12px}.db-toolbar-controls{justify-content:space-between}.db-search-form{flex:1;width:auto}}@media screen and (width<=768px){.home-clock-widget.large-scale{border-radius:20px;gap:16px;max-width:300px;padding:16px 20px}.home-clock-widget.large-scale .big-time{font-size:44px}.widget-date{margin-top:4px;font-size:13px}.widget-system-summary{padding-left:16px}.system-summary-time{font-size:16px}.home-apps-grid-5x3.is-mobile-3x3{grid-template-rows:repeat(3,92px);grid-template-columns:repeat(3,80px);gap:14px 20px;min-height:280px;margin-top:14px}.home-apps-grid-5x3.is-mobile-3x3 .home-grid-slot{width:80px;height:92px}.home-apps-grid-5x3.is-mobile-3x3 .home-app-icon-squircle{border-radius:16px;width:58px;height:58px}.home-apps-grid-5x3.is-mobile-3x3 .home-app-label{font-size:12px}.home-apps-grid-5x3.is-mobile-3x3 .home-grid-empty-slot-guide{border-radius:16px;width:58px;height:58px}}.settings-app{color:#f1f5f9;max-height:100%;padding:16px 20px 32px;font-family:inherit;overflow-y:auto}.settings-section{margin-bottom:24px}.section-header-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.section-title{color:#f8fafc;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:700;display:flex}.admin-badge-pill{color:#60a5fa;letter-spacing:.02em;background:#3b82f633;border:1px solid #3b82f666;border-radius:9999px;padding:2px 7px;font-size:10px;font-weight:600}.section-desc{color:#94a3b8;margin:0 0 16px;font-size:12px;line-height:1.5}.settings-divider{background:#ffffff14;height:1px;margin:24px 0}.wallpaper-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:14px;display:grid}.wallpaper-card{cursor:pointer;text-align:center;background:#1e293b66;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;align-items:center;padding:8px;transition:all .22s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.wallpaper-card:hover{background:#33415580;border-color:#fff3;transform:translateY(-2px)}.wallpaper-card.active{background:#2563eb26;border-color:#3b82f6;box-shadow:0 0 16px #3b82f64d}.wallpaper-preview{aspect-ratio:16/10;background-position:50%;background-size:cover;border-radius:10px;width:100%;margin-bottom:8px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff1a}.wallpaper-preview.solid-preview{box-shadow:inset 0 0 0 1px #ffffff26}.wallpaper-active-badge{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:6px;right:6px;box-shadow:0 2px 6px #0006}.wallpaper-name{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;font-weight:500;overflow:hidden}.wallpaper-add-card{background:#0f172a4d;border:1.5px dashed #fff3;justify-content:center}.wallpaper-add-card:hover{background:#3b82f61a;border-color:#3b82f6;box-shadow:0 4px 16px #3b82f633}.wallpaper-add-icon-box{aspect-ratio:16/10;color:#94a3b8;background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-bottom:8px;transition:all .2s;display:flex}.wallpaper-add-card:hover .wallpaper-add-icon-box{color:#60a5fa;background:#3b82f626;transform:scale(1.05)}.wallpaper-name.add-text{color:#94a3b8;font-weight:600}.wallpaper-add-card:hover .wallpaper-name.add-text{color:#60a5fa}.delete-custom-theme-btn{color:#fff;cursor:pointer;z-index:5;background:#ef4444d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex;position:absolute;top:6px;right:6px}.custom-theme-modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#000000a6;justify-content:center;align-items:center;padding:16px;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.custom-theme-modal-card{background:#0f172af2;border:1px solid #ffffff26;border-radius:20px;width:100%;max-width:440px;max-height:90vh;padding:20px;animation:.22s cubic-bezier(.16,1,.3,1) modalScaleUp;overflow-y:auto;box-shadow:0 20px 40px #0009}.custom-theme-modal-card.crop-modal-card{max-width:500px}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.modal-header h4{color:#f8fafc;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:700;display:flex}.modal-close-btn{color:#94a3b8;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.modal-close-btn:hover{color:#fff;background:#ffffff26}.modal-body-form{flex-direction:column;gap:14px;display:flex}.creator-type-selector{gap:8px;display:flex}.creator-type-selector .type-btn{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.creator-type-selector .type-btn.active{color:#fff;background:#2563eb;border-color:#3b82f6;box-shadow:0 2px 8px #2563eb4d}.creator-field-row{flex-direction:column;gap:6px;display:flex}.creator-field-row label{color:#94a3b8;font-size:11px;font-weight:600}.creator-text-input{color:#fff;box-sizing:border-box;background:#0000004d;border:1px solid #ffffff1f;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:12px;transition:border-color .2s}.creator-text-input:focus{border-color:#3b82f6}.picker-wrapper{background:#0000004d;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:10px;padding:6px 10px;display:flex}.color-input-circle{appearance:none;cursor:pointer;background:0 0;border:none;border-radius:50%;width:28px;height:28px;padding:0;overflow:hidden}.color-input-circle::-webkit-color-swatch-wrapper{padding:0}.color-input-circle::-webkit-color-swatch{border:1px solid #ffffff4d;border-radius:50%}.color-hex-text{color:#e2e8f0;text-transform:uppercase;background:0 0;border:none;outline:none;flex:1;font-family:monospace;font-size:13px}.image-upload-options{flex-direction:column;gap:8px;display:flex}.file-select-btn{color:#e2e8f0;cursor:pointer;background:#ffffff14;border:1px dashed #ffffff40;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.file-select-btn:hover{color:#60a5fa;background:#3b82f626;border-color:#3b82f6}.divider-or{color:#64748b;text-align:center;font-size:10px}.image-error-text{color:#f87171;font-size:11px}.interactive-crop-section{flex-direction:column;gap:10px;margin-top:4px;display:flex}.crop-controls-bar{background:#0006;border:1px solid #ffffff14;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:6px 10px;display:flex}.crop-controls-bar{background:#0006;border:1px solid #ffffff14;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.crop-ratio-tabs{gap:4px;display:flex}.ratio-btn{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:4px;padding:5px 9px;font-size:11px;font-weight:600;transition:all .15s;display:flex}.ratio-btn:hover{color:#fff;background:#ffffff1a}.ratio-btn.active{color:#fff;background:#2563eb;border-color:#3b82f6}.crop-quick-actions{gap:4px;display:flex}.quick-fit-btn{color:#93c5fd;cursor:pointer;background:#3b82f626;border:1px solid #60a5fa40;border-radius:6px;align-items:center;gap:4px;padding:5px 8px;font-size:11px;font-weight:600;transition:all .15s;display:flex}.quick-fit-btn:hover{color:#fff;background:#3b82f64d}.quick-fit-btn.icon-only{padding:5px 6px}.crop-zoom-slider-row{background:#0f172a80;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;display:flex}.zoom-step-btn{color:#cbd5e1;cursor:pointer;background:#ffffff14;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.zoom-step-btn:hover{color:#fff;background:#fff3}.zoom-slider-extended{accent-color:#3b82f6;cursor:pointer;flex:1}.zoom-percentage-badge{color:#60a5fa;text-align:right;width:38px;font-family:monospace;font-size:11px;font-weight:600}.crop-bg-style-selector{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.selector-label{color:#94a3b8;font-size:11px;font-weight:500}.bg-choice-chips{gap:6px;display:flex}.bg-choice-chip{color:#cbd5e1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:5px;padding:4px 9px;font-size:11px;font-weight:600;transition:all .15s;display:flex}.bg-choice-chip:hover{color:#fff;background:#ffffff1f}.bg-choice-chip.active{color:#93c5fd;background:#3b82f640;border-color:#60a5fa}.chip-color-dot{border:1px solid #fff6;border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.custom-color-chip{cursor:pointer;position:relative;overflow:hidden}.custom-color-label{cursor:pointer;align-items:center;gap:5px;margin:0;display:flex}.chip-hidden-color-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.crop-guide-hint{color:#60a5fa;align-items:center;gap:4px;margin:0;font-size:11px;display:flex}.crop-viewfinder-frame{cursor:grab;-webkit-user-select:none;user-select:none;background:#020617;border:2px solid #3b82f6;border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000080,inset 0 0 0 1px #fff3}.crop-viewfinder-frame.bg-mode-slate{background:#0f172a}.crop-viewfinder-frame.bg-mode-black{background:#000}.crop-viewfinder-frame:active{cursor:grabbing}.crop-viewfinder-frame.ratio-16-10{aspect-ratio:16/10}.crop-viewfinder-frame.ratio-16-9{aspect-ratio:16/9}.viewfinder-blur-background{filter:blur(25px)brightness(.6);opacity:.9;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:-20px;transform:scale(1.1)}.crop-target-image{-webkit-user-select:none;user-select:none;pointer-events:none;max-width:none;max-height:none;transition:transform 50ms ease-out}.viewfinder-grid-overlay{pointer-events:none;position:absolute;inset:0}.viewfinder-grid-overlay .grid-line{background:#ffffff40;position:absolute}.viewfinder-grid-overlay .grid-line.h1{height:1px;top:33.33%;left:0;right:0}.viewfinder-grid-overlay .grid-line.h2{height:1px;top:66.66%;left:0;right:0}.viewfinder-grid-overlay .grid-line.v1{width:1px;top:0;bottom:0;left:33.33%}.viewfinder-grid-overlay .grid-line.v2{width:1px;top:0;bottom:0;left:66.66%}.viewfinder-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#93c5fd;pointer-events:none;background:#0f172abf;border:1px solid #ffffff26;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600;position:absolute;bottom:8px;right:8px}.spin-icon{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.creator-preview-box{flex-direction:column;gap:6px;margin-top:6px;display:flex}.preview-label-row{justify-content:space-between;align-items:center;display:flex}.preview-label{color:#f1f5f9;font-size:11px;font-weight:700}.preview-sub-hint{color:#64748b;font-size:10px}.preview-display.desktop-live-mini-screen{box-sizing:border-box;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100px;padding:6px 12px 8px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff26,0 8px 24px #0006}.preview-mini-blur-bg{filter:blur(15px)brightness(.6);opacity:.9;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:-10px}.preview-mini-image-viewport{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.preview-mini-img{pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform 50ms ease-out}.preview-mini-statusbar{z-index:2;color:#ffffffd9;justify-content:space-between;align-items:center;width:100%;font-family:monospace;font-size:9px;font-weight:600;display:flex;position:relative}.mini-status-icons{align-items:center;gap:4px;display:flex}.mini-status-icons .mini-dot{background:#4ade80;border-radius:50%;width:4px;height:4px}.mini-status-icons .mini-bar{background:#ffffffb3;border-radius:1px;width:10px;height:4px}.preview-mini-clock-widget{z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;background:#0f172a73;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;align-items:center;padding:4px 12px;display:flex;position:relative}.mini-clock-widget-time{color:#fff;font-family:monospace;font-size:14px;font-weight:800;line-height:1}.mini-clock-widget-date{color:#94a3b8;margin-top:1px;font-size:8px}.preview-mini-dock{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172aa6;border:1px solid #ffffff26;border-radius:9999px;gap:6px;padding:3px 8px;display:flex;position:relative}.mini-icon{border-radius:2px;width:9px;height:9px}.mini-icon.icon-blue{background:#3b82f6}.mini-icon.icon-cyan{background:#06b6d4}.mini-icon.icon-gray{background:#64748b}.mini-icon.icon-purple{background:#a855f7}.modal-actions{justify-content:flex-end;gap:8px;margin-top:6px;display:flex}.modal-cancel-btn{color:#cbd5e1;cursor:pointer;background:#ffffff14;border:none;border-radius:10px;padding:9px 16px;font-size:12px;font-weight:500;transition:all .15s}.modal-cancel-btn:hover{color:#fff;background:#ffffff26}.modal-submit-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:6px;padding:9px 18px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.modal-submit-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.delete-custom-theme-btn:hover{background:#dc2626;transform:scale(1.1)}.settings-row{background:#1e293b59;border:1px solid #ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.settings-row strong{color:#f1f5f9;margin-bottom:2px;font-size:13px;display:block}.setting-subtext{color:#94a3b8;margin:0;font-size:11px}.toggle-switch{cursor:pointer;background:#ffffff26;border:1px solid #ffffff1a;border-radius:9999px;width:44px;height:24px;padding:2px;transition:all .2s cubic-bezier(.16,1,.3,1);position:relative}.toggle-switch.active{background:#3b82f6;border-color:#60a5fa}.toggle-handle{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0000004d}.toggle-switch.active .toggle-handle{transform:translate(20px)}.about-box{background:#1e293b59;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.about-box p{color:#94a3b8;margin:0;font-size:12px}.about-box p strong{color:#e2e8f0}.fullscreen-preview-btn{color:#93c5fd;cursor:pointer;background:#3b82f633;border:1px solid #60a5fa59;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .15s;display:inline-flex}.fullscreen-preview-btn.icon-only{border-radius:8px;width:28px;height:28px;padding:5px}.fullscreen-preview-btn:hover{color:#fff;background:#3b82f666;transform:translateY(-1px)}.desktop-live-mini-screen{cursor:pointer;transition:box-shadow .2s,transform .2s}.desktop-live-mini-screen:hover{box-shadow:0 0 20px #3b82f659,inset 0 0 0 1px #60a5fa66}.fullscreen-desktop-preview-overlay{z-index:100000;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:space-between;align-items:center;animation:.25s ease-out modalFadeIn;display:flex;position:fixed;inset:0;overflow:hidden}.fullscreen-preview-bg{justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.fullscreen-preview-blur-bg{filter:blur(45px)brightness(.65);opacity:.95;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:-30px;transform:scale(1.1)}.fullscreen-preview-img-wrapper{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.fullscreen-preview-img{pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform 50ms ease-out}.fullscreen-preview-statusbar{z-index:10;box-sizing:border-box;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f1f5f9;background:#00000040;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;padding:10px 24px;font-size:13px;font-weight:600;display:flex;position:relative}.statusbar-left{align-items:center;gap:14px;display:flex}.statusbar-logo{background:linear-space;color:#60a5fa;letter-spacing:.05em;font-weight:800}.statusbar-right{color:#cbd5e1;align-items:center;gap:12px;font-size:12px;display:flex}.fullscreen-preview-center-widget{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#0f172a73;border:1px solid #ffffff1f;border-radius:28px;flex-direction:column;align-items:center;padding:24px 44px;display:flex;position:relative;box-shadow:0 20px 50px #00000080}.center-time{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 16px #0006;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:58px;font-weight:800;line-height:1}.center-date{color:#94a3b8;margin-top:8px;font-size:15px;font-weight:500}.center-hint{color:#60a5fa;background:#3b82f626;border:1px solid #60a5fa40;border-radius:9999px;margin-top:12px;padding:4px 12px;font-size:11px}.fullscreen-preview-dock{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172aa6;border:1px solid #ffffff26;border-radius:24px;gap:16px;margin-bottom:24px;padding:10px 24px;display:flex;position:relative;box-shadow:0 10px 30px #0006}.dock-item{border-radius:14px;width:44px;height:44px;transition:transform .2s;box-shadow:0 4px 12px #0000004d}.dock-item:hover{transform:translateY(-4px)}.dock-item.item-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.dock-item.item-cyan{background:linear-gradient(135deg,#06b6d4,#0284c7)}.dock-item.item-gray{background:linear-gradient(135deg,#475569,#334155)}.dock-item.item-purple{background:linear-gradient(135deg,#6366f1,#a855f7)}.fullscreen-preview-controls-bar{z-index:100;gap:10px;display:flex;position:absolute;top:60px;right:24px}.fullscreen-close-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f1f5f9;cursor:pointer;background:#0f172ad9;border:1px solid #fff3;border-radius:12px;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 8px 24px #0006}.fullscreen-close-btn:hover{color:#fff;background:#1e293bf2;transform:translateY(-1px)}.fullscreen-apply-btn{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #60a5fa;border-radius:12px;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 8px 24px #2563eb80}.fullscreen-apply-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 12px 28px #2563eb99}
