.DashboardSidebar_sidebar__zhTwN{background:var(--card-background);border-left:1px solid rgba(240,240,245,.1);padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.DashboardSidebar_logoContainer__2Uy4D{display:flex;align-items:center;gap:.75rem;margin-bottom:3rem}.DashboardSidebar_brandName__dNwIc{font-weight:700;font-size:1.2rem;color:var(--text-primary)}.DashboardSidebar_nav__xSqVO{display:flex;flex-direction:column;gap:.5rem}.DashboardSidebar_navLink__FYSM9{color:var(--text-secondary);text-decoration:none;font-weight:600;padding:1rem;border-radius:10px;transition:all .2s ease;display:flex;align-items:center;gap:.75rem}.DashboardSidebar_navLink__FYSM9:hover{background:rgba(240,240,245,.05);color:var(--text-primary)}.DashboardSidebar_navLink__FYSM9.DashboardSidebar_active__9y_sK{background:var(--primary-cyan);color:var(--background-dark);font-weight:800}.DashboardSidebar_footer__HY5It{display:flex;flex-direction:column;gap:1rem}.DashboardSidebar_userInfo__m2qs7{display:flex;align-items:center;gap:.75rem;padding:1rem}.DashboardSidebar_avatar__R2HkW{border-radius:50%}.DashboardSidebar_userName__ymvuG{font-weight:600;color:var(--text-primary)}.DashboardSidebar_logoutButton__EnIya{background:none;border:none;color:var(--text-secondary);font-family:var(--font-body);font-size:1rem;font-weight:600;padding:1rem;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .2s ease}.DashboardSidebar_logoutButton__EnIya:hover{background:rgba(255,71,87,.1);color:#ff4757}.DashboardSidebar_hamburger__Fmh7b{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:200;position:fixed;top:1.5rem;right:1.5rem}.DashboardSidebar_bar__x8jvf{width:28px;height:3px;background:var(--text-primary);margin:3px 0;border-radius:2px;transition:all .3s}.DashboardSidebar_closeBtn__SlXeJ{display:none}.DashboardSidebar_badge__unIE5{display:inline-block;min-width:18px;height:18px;background:#e53935;color:#fff;font-size:.85em;font-weight:700;border-radius:50%;text-align:center;line-height:18px;margin-right:8px;vertical-align:middle;box-shadow:0 0 0 2px #fff}@media (max-width:900px){.DashboardSidebar_sidebar__zhTwN{position:fixed;top:0;right:0;width:80vw;max-width:320px;height:100vh;z-index:300;background:var(--card-background);box-shadow:-8px 0 32px rgba(0,0,0,.18);transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);padding:2rem 1.2rem;border-left:none;border-right:1px solid rgba(240,240,245,.1)}.DashboardSidebar_sidebar__zhTwN.DashboardSidebar_open__3XA6g{transform:translateX(0)}.DashboardSidebar_closeBtn__SlXeJ{display:block;background:none;border:none;color:var(--text-primary);font-size:2rem;margin-right:auto;margin-left:.5rem;cursor:pointer;position:absolute;top:1.2rem;left:1.2rem;z-index:400}}.LivePreview_previewContainer__wXycD{background:#eef0f7;display:flex;align-items:flex-start;justify-content:flex-start;padding:2rem .5rem 2rem 2rem;max-width:380px;min-width:280px;height:100vh;box-sizing:border-box;border-radius:0 40px 40px 0;box-shadow:8px 0 32px rgba(0,0,0,.07)}.LivePreview_phoneMockup__4FKap{width:100%;max-width:320px;height:640px;border-radius:40px;background:#111;padding:12px;box-shadow:0 20px 40px rgba(0,0,0,.2)}.LivePreview_mockupScreen__AlxBI{width:100%;height:100%;border-radius:30px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;overflow:auto;transition:background .3s ease}.LivePreview_mockupHeader__UHdJ2{text-align:center;margin-bottom:2rem}.LivePreview_mockupAvatar___iqNZ{border-radius:50%;margin-bottom:1rem}.LivePreview_mockupUsername__usRT_{font-size:1.1rem;font-weight:700;color:#FFFFFF;text-shadow:0 1px 3px rgba(0,0,0,.2)}.LivePreview_mockupLinks__Ydc7S{width:100%;display:flex;flex-direction:column;gap:1rem}.LivePreview_mockupLink__mjuXT{width:100%;padding:14px;text-align:center;font-weight:600;background:rgba(255,255,255,.9);color:#000;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .2s ease}.LivePreview_rounded__01423{border-radius:99px}.LivePreview_soft__oiZLD{border-radius:12px}.LivePreview_sharp__45cEm{border-radius:0}.Notification_notification__wGdbv{padding:1rem 1.5rem;border-radius:10px;font-weight:600;margin-top:1rem;box-shadow:0 4px 15px rgba(0,0,0,.1);animation:Notification_slide-in__v6R2h .3s ease-out forwards;border-left:5px solid}.Notification_success__PmSK7{background-color:#e6f9f4;color:#006442;border-color:var(--accent-cyan)}.Notification_error__mXtU4{background-color:#fce8e6;color:#c5221f;border-color:#e74c3c}@keyframes Notification_slide-in__v6R2h{0%{transform:translateX(120%);opacity:0}to{transform:translateX(0);opacity:1}}.dashboard_dashboardContainer__RDA7j{display:grid;grid-template-columns:380px 1fr 280px;height:100vh;background-color:var(--background-main)}.dashboard_mainContent__hxLoe{padding:2rem 3rem;overflow-y:auto}.dashboard_hideOnMobile__JMDfI{display:block}@media (max-width:900px){.dashboard_hideOnMobile__JMDfI{display:none!important}.dashboard_dashboardContainer__RDA7j{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;height:auto;min-height:100vh;background-color:var(--background-main)}.dashboard_mainContent__hxLoe{padding:1.2rem .7rem;width:100vw;min-height:100vh}}@media (max-width:600px){.dashboard_dashboardContainer__RDA7j{display:block}.dashboard_mainContent__hxLoe{padding:.7rem .2rem;font-size:.98rem}}.dashboard_hamburger__Jxp7o{display:none}@media (max-width:900px){.dashboard_hamburger__Jxp7o{display:flex}}.dashboard_backdrop__MIx7y{display:none}@media (max-width:900px){.dashboard_backdrop__MIx7y{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.35);z-index:250;animation:dashboard_fadeIn__dzN1m .2s}}@keyframes dashboard_fadeIn__dzN1m{0%{opacity:0}to{opacity:1}}.dashboard_dashboardHamburger__DLpQ2{display:none}@media (max-width:900px){.dashboard_dashboardHamburger__DLpQ2{display:flex;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;background:rgba(0,0,0,.92);border:2px solid #00e5ff;border-radius:16px;cursor:pointer;z-index:9999;position:fixed;top:.1rem;right:.7rem;box-shadow:0 4px 16px rgba(0,0,0,.18);transition:background .2s,border .2s}.dashboard_dashboardHamburger__DLpQ2:hover{background:rgba(0,229,255,.18);border-color:#fff}.dashboard_bar__iq1xe{width:18px;height:2.5px;background:#fff;margin:3px 0;border-radius:2px;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.22)}.dashboard_sidebar__5ka0E.dashboard_open__2YDrS~.dashboard_dashboardHamburger__DLpQ2{display:none!important}}.SkeletonLoader_skeletonCard__YmKNS{background:var(--card-background);border:1px solid rgba(240,240,245,.1);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;opacity:.5}.SkeletonLoader_skeletonInfo__klgH7{flex-grow:1}.SkeletonLoader_skeletonLine__EljOD{background:#e0e0e0;border-radius:4px;animation:SkeletonLoader_pulse__uO15C 1.5s cubic-bezier(.4,0,.6,1) infinite}.SkeletonLoader_skeletonLine__EljOD.SkeletonLoader_title__IWkMc{height:20px;width:60%;margin-bottom:8px}.SkeletonLoader_skeletonLine__EljOD.SkeletonLoader_url__8kZXW{height:14px;width:80%}.SkeletonLoader_skeletonActions__Uk9JJ{display:flex;gap:.5rem}.SkeletonLoader_skeletonButton__9hwhi{width:36px;height:36px;background:#e0e0e0;border-radius:8px;animation:SkeletonLoader_pulse__uO15C 1.5s cubic-bezier(.4,0,.6,1) infinite}@keyframes SkeletonLoader_pulse__uO15C{50%{opacity:.5}}