:root{--fb-blue: #1877f2;--fb-blue-hover: #166fe5;--fb-green: #42b72a;--fb-green-hover: #36a420;--fb-bg: #f0f2f5;--fb-card: #fff;--fb-text: #1c1e21;--fb-text-secondary: #65676b;--fb-border: #ced0d4;--fb-border-light: #e4e6eb;--fb-input-border: #ccd0d5;--fb-hover-overlay: rgba(0,0,0,.05);--fb-active-overlay: rgba(0,0,0,.1)}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.34;background:var(--fb-bg);color:var(--fb-text);min-height:100vh;display:flex;flex-direction:column}body,p,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.card-title,.card-text,.text-white,.text-light,.text-secondary,.form-label,.form-control,.btn,.badge,.alert,.list-group-item,.nav-link,.dropdown-item,.modal-title,.modal-body,.modal-footer{color:var(--fb-text)}.display-1,.display-2,.display-3,.display-4,.display-5,.display-6{color:var(--fb-text);font-weight:700}main{flex:1}a{color:var(--fb-blue);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}ul,ol{padding-left:0;list-style:none}.styled-ol{color:var(--fb-text-secondary);padding-left:16px;line-height:1.8;list-style:decimal}.tag-pill{display:inline-block;padding:4px 10px;border-radius:20px;background:var(--fb-bg);color:var(--fb-text-secondary);text-transform:capitalize;font-size:12px;text-decoration:none}.tag-pill:hover{background:#e4e6eb;text-decoration:none}.container{max-width:1400px;margin:0 auto;padding:0;width:80%}@media (max-width: 768px){.container{width:98%}}.blog-layout{display:flex;gap:24px;padding:20px 0}.blog-main{flex:1;min-width:0}.blog-sidebar{width:280px;flex-shrink:0}@media (max-width: 768px){.blog-layout{flex-direction:column;padding:12px 0}.blog-sidebar{width:100%}}.widget{background:var(--fb-card);border-radius:8px;box-shadow:0 1px 2px #0000001a;padding:16px;margin-bottom:16px}.widget h3{font-size:.85rem;font-weight:700;color:var(--fb-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.widget p,.widget a{font-size:.85rem;color:var(--fb-text-secondary)}.widget-link{display:block;padding:8px 0;border-bottom:1px solid var(--fb-border-light);font-size:.85rem;color:var(--fb-text)}.widget-link:last-child{border-bottom:none}.widget-link:hover{color:var(--fb-blue)}.fb-btn,.btn{background:var(--fb-blue);color:#fff;border:none;border-radius:6px;padding:12px 24px;font-weight:600;font-size:15px;cursor:pointer;transition:background .2s;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.fb-btn:hover,.btn:hover{background:var(--fb-blue-hover);color:#fff;text-decoration:none}.fb-btn:active{transform:scale(.97)}.fb-btn-green,.btn-success{background:var(--fb-green)}.fb-btn-green:hover,.btn-success:hover{background:var(--fb-green-hover)}.fb-btn-outline{background:transparent;color:var(--fb-blue);border:2px solid var(--fb-blue)}.fb-btn-outline:hover{background:var(--fb-blue);color:#fff}.fb-btn-danger{background:transparent;color:#dc3545;border:2px solid #dc3545}.fb-btn-danger:hover{background:#dc3545;color:#fff}.fb-btn-sm,.btn-sm{padding:6px 14px;font-size:.8rem}.fb-btn-xs{padding:5px 10px;font-size:.75rem;border-radius:6px}.fb-input,.form-control,.form-select,input,textarea,select{width:100%;padding:12px 14px;border:1px solid var(--fb-input-border);border-radius:6px;font-size:15px;background:#fff;outline:none;transition:border .2s}.fb-input:focus,.form-control:focus,.form-select:focus,input:focus,textarea:focus,select:focus{border-color:var(--fb-blue);box-shadow:0 0 0 1px var(--fb-blue)}.fb-card,.card{background:var(--fb-card);border-radius:8px;box-shadow:0 1px 2px #0000001a;overflow:hidden;border:none}.fb-divider{border:none;height:1px;background:var(--fb-border-light);margin:16px 0}.text-secondary{color:var(--fb-text-secondary)!important}.fb-nav{background:#fff!important;border-bottom:1px solid var(--fb-border-light);position:sticky;top:0;z-index:100;height:56px!important;min-height:56px!important;box-shadow:0 2px 4px #0000000a}.fb-nav-inner{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 24px;max-width:1400px;margin:0 auto}@media (max-width: 480px){.fb-nav-inner{padding:0 16px}}.fb-nav-left{display:flex;align-items:center}.fb-nav-brand{font-size:18px;font-weight:800;color:var(--fb-blue);text-decoration:none;letter-spacing:-.3px;padding-right:8px}.fb-nav-brand:hover{text-decoration:none}.fb-nav-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.fb-nav-login{display:inline-flex!important;align-items:center;justify-content:center;padding:0 16px!important;height:36px!important;min-height:36px!important;margin:10px 0!important;background:var(--fb-blue);color:#fff!important;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none!important;transition:background .2s;line-height:1!important;box-sizing:border-box}.fb-nav-login:hover{background:var(--fb-blue-hover);color:#fff;text-decoration:none}.fb-nav-user-wrap{position:relative}.fb-nav-user-btn{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:2px;border-radius:24px;transition:background .15s}.fb-nav-user-btn:hover{background:var(--fb-bg)}.fb-nav-avatar{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.fb-nav-avatar-fallback{width:32px;height:32px;border-radius:50%;background:var(--fb-bg);display:flex;align-items:center;justify-content:center;font-size:14px}.fb-nav-chevron{color:var(--fb-text);transition:transform .2s}.fb-nav-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:8px;box-shadow:0 12px 28px #0003,0 2px 4px #0000001a;width:280px;z-index:200;overflow:hidden}.fb-nav-dropdown.show{display:block}.fb-nav-dropdown-header{display:flex;align-items:center;gap:12px;padding:12px 16px}.fb-nav-dropdown-avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.fb-nav-dropdown-avatar-fallback{width:40px;height:40px;border-radius:50%;background:var(--fb-bg);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.fb-nav-dropdown-name{font-weight:600;font-size:15px;color:var(--fb-text)}.fb-nav-dropdown-subtitle{font-size:13px;color:var(--fb-text-secondary)}.fb-nav-dropdown-divider{height:1px;background:var(--fb-border-light);margin:4px 0}.fb-nav-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 16px;font-size:15px;color:var(--fb-text);text-decoration:none;transition:background .15s}.fb-nav-dropdown-item:hover{background:var(--fb-bg);text-decoration:none}.fb-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid var(--fb-border-light);display:flex;align-items:center;justify-content:space-around;height:56px;padding:0 16px;box-shadow:0 -2px 4px #0000000a}.fb-bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:1;height:100%;max-width:140px;min-width:64px;color:var(--fb-text-secondary);text-decoration:none;font-size:11px;font-weight:500;transition:color .15s;border-top:3px solid transparent;padding:4px 8px 0}.fb-bottom-nav-item:hover{color:var(--fb-text);text-decoration:none}.fb-bottom-nav-item.active{color:var(--fb-blue);border-top-color:var(--fb-blue)}button.fb-bottom-nav-item{background:none;border:none;cursor:pointer;font-family:inherit}body{padding-bottom:56px}.fb-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200}.fb-overlay.show{display:block}.fb-tools-panel{position:fixed;top:0;right:0;bottom:0;width:300px;max-width:85vw;background:#fff;z-index:300;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;box-shadow:-2px 0 12px #00000026}.fb-tools-panel.open{transform:translate(0)}.fb-tools-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--fb-border-light)}.fb-tools-panel-title{font-size:17px;font-weight:700;color:var(--fb-text)}.fb-tools-panel-close{background:none;border:none;font-size:20px;cursor:pointer;color:var(--fb-text-secondary);padding:4px 8px;border-radius:6px}.fb-tools-panel-close:hover{background:var(--fb-bg)}.fb-tools-panel-list{flex:1;overflow-y:auto;padding:8px 0}.fb-tools-panel-item{display:block;padding:14px 20px;font-size:15px;color:var(--fb-text);text-decoration:none;transition:background .15s}.fb-tools-panel-item:hover{background:var(--fb-bg);text-decoration:none}.fb-tools-panel-divider{height:1px;background:var(--fb-border-light);margin:8px 16px}.fb-tools-panel-all{font-weight:600;color:var(--fb-blue)}.footer{background:#fff;border-top:1px solid var(--fb-border-light);padding:16px;margin-top:auto}.footer-links{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center;font-size:13px}.footer-links a{color:#65676b}.footer-copy{text-align:center;margin-top:10px;font-size:12px;color:#65676b}.page-header h1{font-size:20px;font-weight:800}.page-header p{font-size:14px;color:var(--fb-text-secondary);margin-top:4px}.alert{padding:10px 14px;border-radius:8px;font-size:14px;margin-bottom:15px}.alert-danger{background:#ffebee;color:#c62828}.alert-success{background:#e8f5e9;color:#2e7d32}.alert-info{background:#e7f3ff;border-left:4px solid var(--fb-blue)}.empty-state{text-align:center;padding:40px 20px;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a}.empty-state-icon{font-size:48px;margin-bottom:12px}.empty-state-text{color:var(--fb-text-secondary);font-size:15px}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.block{display:block}.gap-2{gap:2px}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-16{gap:16px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.p-0{padding:0}.p-16{padding:16px}.pb-20{padding-bottom:20px}.py-14{padding-top:14px;padding-bottom:14px}.m-0{margin:0}.text-center{text-align:center}.text-sm{font-size:14px}.text-xs{font-size:12px}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.w-full{width:100%}.og-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000001a;transition:transform .15s;-webkit-tap-highlight-color:transparent;text-decoration:none;color:inherit;display:block}.og-card:hover{text-decoration:none}.og-card:active{transform:scale(.97)}.og-card .og-img{width:100%;aspect-ratio:1.91 / 1;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background-size:cover;background-position:center}.og-card .og-bottom{background:rgba(0,0,0,.85);backdrop-filter:blur(4px);padding:8px 10px;margin:4px;border-radius:5px}.og-card .og-bottom .og-title{font-size:.8rem;font-weight:700;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2}.og-card .og-bottom{background:var(--fb-card);padding:12px 14px;margin:8px 8px 12px;border-radius:8px;box-shadow:0 1px 2px #0000000f}.og-card .og-bottom .og-title{font-size:1rem;font-weight:700;color:var(--fb-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25}.og-card .og-bottom .og-desc{font-size:.9rem;color:var(--fb-text-secondary);margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.game-header{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;padding:16px 18px;margin-bottom:12px}.game-header h1{font-size:1.2rem;font-weight:700;color:var(--fb-text);margin:0;line-height:1.3}.game-header p{font-size:.9rem;color:var(--fb-text-secondary);margin:6px 0 0}.preview-frame .preview-label{background:rgba(0,0,0,.85);padding:10px 12px;margin:5px;border-radius:6px;text-align:center;font-size:.85rem;color:#fff9}.cta-section{margin-top:16px}.cta-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s;-webkit-tap-highlight-color:transparent}.cta-btn:active{transform:scale(.97)}.btn-create{background:var(--fb-blue);color:#fff}.btn-create:hover{background:var(--fb-blue-hover);color:#fff}.btn-create:disabled{opacity:.6;cursor:not-allowed;transform:none}.result-box{margin-top:16px}.result-box img{width:100%;border-radius:10px;box-shadow:0 2px 8px #00000026;display:block}.share-bar{margin-top:12px;display:flex;gap:10px}.share-bar-btn{flex:1;padding:12px;font-size:.95rem}.login-page{max-width:480px;padding-bottom:20px}.login-page h1{font-size:1.2rem;font-weight:800;color:var(--fb-text)}.login-page .subtitle{font-size:.85rem;color:var(--fb-text-secondary);margin:4px 0 20px}.login-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;padding:20px}.tab-bar{display:flex;background:var(--fb-bg);border-radius:8px;padding:3px;margin-bottom:20px}.tab-bar .tab{flex:1;padding:10px;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;background:transparent;color:var(--fb-text-secondary);transition:all .2s;-webkit-tap-highlight-color:transparent}.tab-bar .tab.active{background:#fff;color:var(--fb-text);box-shadow:0 1px 2px #00000014}.tab-bar .tab:active{transform:scale(.97)}.tab-content{display:none}.tab-content.active{display:block}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--fb-text);margin-bottom:6px}.form-group .hint{font-size:.75rem;color:var(--fb-text-secondary);margin-top:4px}.file-input-wrap{position:relative}.file-input-wrap input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;top:0;left:0}.file-input-wrap .file-label{display:flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid var(--fb-border);border-radius:8px;font-size:.9rem;color:var(--fb-text-secondary);cursor:pointer}.file-input-wrap .file-label:hover{border-color:var(--fb-blue)}.editor-page-title{font-size:1.2rem;font-weight:800}.widget-back-link{display:block;text-align:center;padding:8px;background:var(--fb-bg);border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;color:var(--fb-blue)}.widget-back-link:hover{background:#e4e6eb;text-decoration:none}.editor-title{font-size:.85rem;font-weight:700;color:var(--fb-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.editor-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;padding:14px}.editor-layout{display:grid;grid-template-columns:380px 1fr;gap:16px;align-items:start}.editor-sidebar{display:flex;flex-direction:column;gap:12px;max-height:calc(100vh - 120px);overflow-y:auto;position:sticky;top:0}.editor-preview{position:sticky;top:0}@media (max-width: 900px){.editor-layout{grid-template-columns:1fr}.editor-sidebar{max-height:none;position:static}.editor-preview{position:static}}.editor-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.editor-grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:6px}@media (max-width: 600px){.editor-grid-2{grid-template-columns:1fr}.editor-grid-4{grid-template-columns:1fr 1fr}}.editor-label{display:block;font-size:.78rem;font-weight:600;margin-bottom:3px}.editor-mt-12{margin-top:12px}.layer-item{background:var(--fb-bg);border-radius:6px;padding:8px 10px;border-left:3px solid #1877f2}.layer-item-hidden{border-left-color:var(--fb-border)}.layer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.layer-badge{font-size:.65rem;padding:1px 6px;border-radius:3px;font-weight:600;text-transform:uppercase}.layer-badge-text{background:#e3f2fd;color:#1565c0}.layer-badge-image{background:#e8f5e9;color:#2e7d32}.layer-badge-dynamic{background:#fff3e0;color:#e65100}.layer-actions{display:flex;gap:4px}.layer-actions button{background:none;border:none;cursor:pointer;color:var(--fb-text-secondary);font-size:.9rem;padding:1px 3px}.layer-actions .btn-remove{color:#dc3545}.layer-item .fb-input{font-size:.8rem}.layer-item .fb-input[type=number]{font-size:.75rem;padding:4px 6px}.color-input{width:100%;border-radius:4px;border:1px solid var(--fb-border);cursor:pointer;padding:0}.canvas-preview{width:100%;border-radius:8px;border:1px solid var(--fb-border)}.canvas-empty{text-align:center;padding:60px 20px;color:var(--fb-text-secondary);border:2px dashed var(--fb-border);border-radius:8px;font-size:.85rem}.admin-list{display:flex;flex-direction:column;gap:12px}.admin-list-item{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;padding:16px}.admin-list-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.admin-list-title{font-size:1rem;font-weight:700;margin:0}.admin-list-badge{font-size:.75rem;padding:2px 8px;border-radius:10px;font-weight:600}.admin-list-badge-published{background:#e8f5e9;color:#2e7d32}.admin-list-badge-draft{background:#f5f5f5;color:#999}.admin-list-desc{font-size:.85rem;color:var(--fb-text-secondary);margin-bottom:12px}.admin-list-actions{display:flex;gap:8px}.editor-info-text{font-size:.75rem;color:var(--fb-text-secondary);margin-top:8px}.editor-info-text a{color:var(--fb-blue);font-weight:600;text-decoration:none}.editor-info-text a:hover{text-decoration:underline}
