.expandable-footer{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-violet)100%);z-index:100;border-top:none;transition:transform .3s;position:fixed;bottom:0;left:0;right:0}.expandable-footer:not(.expanded){transform:translateY(100%)}.expandable-footer .footer-toggle{opacity:0;pointer-events:none}.expandable-footer.visible .footer-toggle,.expandable-footer.expanded .footer-toggle{opacity:1;pointer-events:auto}.footer-toggle{cursor:pointer;color:#444;background:#eee;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #0003}.footer-toggle:hover{background:#f5f5f5;transform:translate(-50%)scale(1.08)}.footer-toggle svg{margin-top:-2px;transition:transform .3s}.expandable-footer.expanded .footer-toggle{background:#e0e0e0}.expandable-footer.expanded .footer-toggle svg{margin-top:2px;transform:rotate(180deg)}.footer-content{justify-content:space-between;max-width:100%;padding:28px 48px 32px;display:flex}.footer-col{flex-direction:column;flex:1;gap:10px;display:flex}.footer-col-brand{gap:14px}.footer-logo{color:#fff;letter-spacing:-.5px;font-size:22px;font-weight:700}.footer-socials{gap:12px;display:flex}.footer-social{color:#ffffffb3;justify-content:center;align-items:center;transition:color .2s,transform .2s;display:flex}.footer-social:hover{color:#fff;transform:scale(1.1)}.footer-col-title{color:#fff;margin:0 0 4px;font-size:14px;font-weight:600}.footer-link{color:#ffffffd9;font-size:13px;text-decoration:none;transition:color .2s,opacity .2s}.footer-link:hover{color:#fff;opacity:1}.footer-copyright{color:#fff9;margin:0;font-size:12px}.footer-business-info{border-top:1px solid #ffffff26;flex-direction:column;gap:4px;padding:16px 48px 20px;display:flex}.footer-business-info p{color:#fff9;flex-wrap:wrap;align-items:center;gap:0;margin:0;font-size:11px;display:flex}.footer-business-info span{white-space:nowrap}.footer-divider{opacity:.5;margin:0 8px}@media (max-width:768px){.expandable-footer{display:none}}@media (min-width:769px){body{padding-bottom:32px}}[data-theme=dark] .expandable-footer{background:linear-gradient(135deg,#1e1e28fa 0%,#191923fa 100%);border-top:1px solid #ffffff14}[data-theme=dark] .footer-toggle{background:var(--bg-secondary,#1e1e2e);color:var(--text-secondary,#a0a0a0);box-shadow:0 2px 10px #0006}[data-theme=dark] .footer-toggle:hover,[data-theme=dark] .expandable-footer.expanded .footer-toggle{background:var(--bg-tertiary,#2a2a3a)}[data-theme=dark] .footer-logo{color:#fff}[data-theme=dark] .footer-col-title{color:#ffffffe6}[data-theme=dark] .footer-link{color:#ffffffa6}[data-theme=dark] .footer-link:hover{color:#ffffffe6}[data-theme=dark] .footer-social{color:#ffffff80}[data-theme=dark] .footer-social:hover{color:var(--accent-primary,#8b5cf6)}[data-theme=dark] .footer-copyright{color:#fff6}[data-theme=dark] .footer-business-info{border-top:1px solid #ffffff14}[data-theme=dark] .footer-business-info p{color:#fff6}
.CreateSection-module__nrge6G__container{background:var(--bg-secondary);flex:1;grid-template-columns:1fr 1fr;gap:24px;min-height:calc(100vh - 80px);padding:24px;display:grid}.CreateSection-module__nrge6G__pane{text-align:center;background:var(--bg-primary);border:1px solid var(--border-light);cursor:pointer;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:48px 32px;transition:all .25s;display:flex}.CreateSection-module__nrge6G__pane:hover{border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 8px 40px #6366f11a}.CreateSection-module__nrge6G__content{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.CreateSection-module__nrge6G__icon{margin-bottom:24px;font-size:56px}.CreateSection-module__nrge6G__iconWrap{width:72px;height:72px;color:var(--accent-primary);background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:20px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.CreateSection-module__nrge6G__title{color:var(--text-primary);margin:0 0 12px;font-size:28px;font-weight:700}.CreateSection-module__nrge6G__desc{color:var(--text-tertiary);margin:0;font-size:16px}.CreateSection-module__nrge6G__action{background:var(--accent-primary);color:#fff;border-radius:14px;align-items:center;gap:8px;margin-top:32px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.CreateSection-module__nrge6G__pane:hover .CreateSection-module__nrge6G__action{background:var(--accent-secondary,#4f46e5);transform:translate(4px)}.CreateSection-module__nrge6G__actionText{font-weight:600}.CreateSection-module__nrge6G__btnGroup{gap:12px;margin-top:32px;display:flex}.CreateSection-module__nrge6G__btn{border:1px solid var(--border-light);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:14px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .2s}.CreateSection-module__nrge6G__btn:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}.CreateSection-module__nrge6G__btnPro{color:#1a1a2e;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;position:relative}.CreateSection-module__nrge6G__btnPro:hover:not(.CreateSection-module__nrge6G__btnDisabled){background:linear-gradient(135deg,#fcd34d,#fbbf24)}.CreateSection-module__nrge6G__btnDisabled{opacity:.6;cursor:not-allowed;transform:none!important}.CreateSection-module__nrge6G__btnDisabled:hover{transform:none}.CreateSection-module__nrge6G__soonBadge{background:var(--accent-primary);color:#fff;border-radius:3px;padding:2px 5px;font-size:8px;font-weight:500;position:absolute;top:-4px;right:-4px}@media (max-width:900px){.CreateSection-module__nrge6G__container{grid-template-columns:1fr;gap:16px;min-height:auto;padding:16px}.CreateSection-module__nrge6G__pane{min-height:280px;padding:40px 24px}.CreateSection-module__nrge6G__icon{margin-bottom:20px;font-size:48px}.CreateSection-module__nrge6G__title{font-size:24px}.CreateSection-module__nrge6G__desc{font-size:15px}}@media (max-width:480px){.CreateSection-module__nrge6G__pane{min-height:240px;padding:32px 20px}.CreateSection-module__nrge6G__icon{font-size:40px}.CreateSection-module__nrge6G__title{font-size:20px}.CreateSection-module__nrge6G__btnGroup{flex-direction:column;width:100%}.CreateSection-module__nrge6G__btn{width:100%}}
