:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#2c3e50;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafd;font-family:Pretendard,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.5}body{width:100vw;min-height:100vh;margin:0;padding:0;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}a{color:inherit;text-decoration:none}:root{--primary-color:#000;--primary-dark:#1a1a1a;--accent-color:#4f46e5;--bg-light:#f8fafc;--text-color:#0f172a;--text-light:#64748b;--white:#fff;--glass-bg:#ffffff73;--glass-border:#ffffff80;--header-height:80px;--side-padding:clamp(2rem, 15vw, 28rem);--grad-1:#f1f5f9;--noise-url:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;color:var(--text-color);background:var(--grad-1);letter-spacing:-.01em;margin:0;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001a padding-box padding-box;border:3px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#0003 padding-box padding-box}.app-container{flex-direction:column;min-height:100vh;transition:opacity .4s;display:flex;position:relative}.app-container:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#4f46e50a 0%,#0000 70%);width:40%;height:60%;position:fixed;top:-10%;right:-5%}.main-header{padding:0 var(--side-padding);height:var(--header-height);-webkit-backdrop-filter:blur(40px)saturate(180%)contrast(105%);z-index:1000;background:#ffffffd9;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;width:100%;transition:background .3s;display:flex;position:sticky;top:0}.main-header:before{content:"";background-image:var(--noise-url);opacity:.06;pointer-events:none;z-index:-1;position:absolute;inset:0}.header-left{align-items:center;gap:3.5rem;display:flex}.logo-container{cursor:pointer}.logo-img{width:auto;height:44px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:block}.logo-img:hover{transform:scale(1.04)rotate(-1deg)}.desktop-nav{gap:.8rem;display:flex}.desktop-nav a.nav-link{color:var(--text-color);border-radius:12px;padding:10px 18px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.desktop-nav a.nav-link:hover{color:var(--accent-color);background:#0000000a}.header-right{align-items:center;gap:1.5rem;display:flex}.header-right-controls{align-items:center;gap:1rem;display:flex}.notification-bell{width:40px;height:40px;color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.notification-bell:hover{background:#0000000d;transform:translateY(-1px)}.notification-dot{background:#ff3b30;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;top:7px;right:7px;box-shadow:0 0 0 2px #ff3b3033}.mode-toggle{background:#0000000a;border-radius:12px;align-items:center;gap:2px;padding:3px;display:flex}.toggle-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;padding:6px 14px;font-size:.8rem;font-weight:700;transition:all .2s}.toggle-btn.active{background:var(--white);color:var(--primary-color);box-shadow:0 2px 8px #0000000f}.login-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:12px;padding:10px 22px;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0000001a}.login-btn:hover{background:#222;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.login-btn:active{transform:translateY(-1px)}.hero-section{margin:2.5rem var(--side-padding) 3.5rem;height:calc(38vh - var(--header-height));border-radius:32px;min-height:340px;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #0000001a}.hero-slider{z-index:0;position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.2s ease-in-out,transform 8s linear;position:absolute;inset:0;transform:scale(1.05)}.hero-slide.active{opacity:1;transform:scale(1)}.hero-overlay{background:linear-gradient(90deg,#0009 0%,#00000026 50%,#0000 100%);position:absolute;inset:0}.hero-text{z-index:2;color:#fff;pointer-events:none;flex-direction:column;justify-content:center;max-width:800px;height:100%;padding:3rem;display:flex;position:relative}.hero-text h1,.hero-text p,.hero-actions{pointer-events:auto}.hero-text h1{letter-spacing:-.03em;white-space:pre-line;text-shadow:0 6px 20px #00000040;margin:0 0 1rem;font-size:clamp(2rem,6.5vw,3.5rem);font-weight:900;line-height:1.1;animation:.6s cubic-bezier(.16,1,.3,1) forwards slideText}@keyframes slideText{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-text p{color:#ffffffe6;opacity:0;max-width:500px;margin-bottom:2rem;font-size:1rem;font-weight:500;line-height:1.5;animation:.6s cubic-bezier(.16,1,.3,1) .1s forwards slideText}.slider-dots{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000001a;border-radius:30px;gap:.6rem;padding:8px 16px;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:all .3s}.dot.active{background:#fff;border-radius:8px;width:22px}.slider-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;cursor:pointer;z-index:10;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:.6rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-nav:hover{background:#fff3;transform:translateY(-50%)scale(1.05)}.slider-nav.prev{left:1.5rem}.slider-nav.next{right:1.5rem}.hero-actions{opacity:0;gap:.8rem;animation:.6s cubic-bezier(.16,1,.3,1) .2s forwards slideText;display:flex}.primary-btn,.secondary-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.23,1,.32,1);display:inline-flex}.primary-btn{color:#fff;background:#000;box-shadow:0 6px 16px -5px #00000026,0 4px 6px -4px #0000001a}.primary-btn:hover{background:#111;transform:translateY(-2px);box-shadow:0 12px 25px -8px #0003}.primary-btn:active{transform:translateY(-1px)}.secondary-btn{-webkit-backdrop-filter:blur(15px);color:#fff;background:#ffffff1a;border:1px solid #fff3;position:relative;overflow:hidden}.secondary-btn:before{content:"";background-image:var(--noise-url);opacity:.04;pointer-events:none;position:absolute;inset:0}.secondary-btn:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-3px)}.category-buttons-section{padding:2.5rem var(--side-padding);background:var(--bg-light);border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;margin-bottom:3rem}.category-buttons-heading{flex-direction:column;gap:.2rem;margin-bottom:1rem;display:flex}.category-buttons-heading span{color:var(--text-light);font-size:.85rem;font-weight:600}.category-buttons-heading strong{color:var(--text-color);letter-spacing:-.02em;font-size:1.2rem;font-weight:900}.theme-client .category-buttons-heading span{color:#64748b}.theme-client .category-buttons-heading strong{color:#f1f5f9}.category-buttons-container{flex-wrap:nowrap;gap:.6rem;width:100%;display:flex}.category-btn{background:var(--white);min-width:0;color:var(--text-color);cursor:pointer;text-align:center;white-space:nowrap;border:1px solid #00000014;border-radius:14px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:16px 4px;font-size:clamp(.6rem,.9vw,.8rem);font-weight:600;transition:all .25s;display:flex;overflow:hidden;box-shadow:0 3px 8px #0000000a}.category-btn-emoji{font-size:clamp(1rem,1.5vw,1.4rem);line-height:1}.category-btn:hover{background:var(--accent-color);color:var(--white);border-color:var(--accent-color);transform:translateY(-1px);box-shadow:0 4px 10px #00000014}.theme-client .category-buttons-section{background:#0f172a;border-color:#ffffff0f}.theme-client .category-btn{color:#e2e8f0;background:#1a202c;border-color:#ffffff1a;box-shadow:0 4px 10px #0003}.theme-client .category-btn:hover{background:var(--accent-color);color:var(--white);border-color:var(--accent-color)}.report-section{padding:4rem var(--side-padding)}.report-header{margin-bottom:2rem}.report-header h2{letter-spacing:-.02em;margin:0;font-size:1.8rem;font-weight:900;display:inline-block;position:relative}.report-header h2:after{content:"";background:var(--primary-color);border-radius:2px;width:30px;height:3px;position:absolute;bottom:-8px;left:0}.report-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.report-card{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:20px;transition:all .3s cubic-bezier(.2,1,.2,1);overflow:hidden;box-shadow:0 4px 16px #0000000a}.report-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.report-card-image{aspect-ratio:16/10;background-position:50%;background-size:cover}.report-card-body{flex-direction:column;gap:.5rem;padding:1.2rem 1.4rem 1.4rem;display:flex}.report-tag{color:var(--accent-color);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:800}.report-card-body h3{letter-spacing:-.01em;color:var(--text-color);margin:0;font-size:.95rem;font-weight:800;line-height:1.4}.report-date{color:var(--text-light);font-size:.75rem;font-weight:600}.report-footer{text-align:center}.report-more-btn{color:var(--text-color);cursor:pointer;background:0 0;border:1.5px solid #00000026;border-radius:12px;padding:12px 36px;font-size:.9rem;font-weight:700;transition:all .25s}.report-more-btn:hover{color:#fff;background:#000;border-color:#000;transform:translateY(-2px)}.theme-client .report-card{background:#0f172a;border-color:#ffffff0f}.theme-client .report-card-body h3,.theme-client .report-header h2{color:#f1f5f9}.theme-client .report-header h2:after{background:#fff}.theme-client .report-more-btn{color:#f1f5f9;border-color:#fff3}.theme-client .report-more-btn:hover{color:#000;background:#fff;border-color:#fff}@media screen and (width<=768px){.report-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.guide-section{padding:2rem var(--side-padding);margin-bottom:1rem}.guide-inner{background:#000;border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem 3rem;display:flex}.guide-text h2{color:#fff;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.3rem;font-weight:900}.guide-text p{color:#fff9;margin:0;font-size:.9rem;font-weight:500}.pdf-download-btn{color:#000;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:12px;flex-shrink:0;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:700;transition:all .25s;display:inline-flex}.pdf-download-btn:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.theme-client .guide-inner{background:#1e293b;border:1px solid #ffffff14}@media screen and (width<=768px){.guide-inner{flex-direction:column;align-items:flex-start;padding:2rem}.pdf-download-btn{justify-content:center;width:100%}}.featured-section{padding:4rem var(--side-padding) 8rem}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.section-header h2{letter-spacing:-.02em;margin:0;font-size:1.8rem;font-weight:900;position:relative}.section-header h2:after{content:"";background:var(--primary-color);border-radius:2px;width:30px;height:3px;position:absolute;bottom:-8px;left:0}.card-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;display:grid}.content-card{background:#fff;border:1px solid #00000008;border-radius:28px;transition:all .4s cubic-bezier(.2,1,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 20px #00000005}.content-card:hover{border-color:#0000000d;transform:translateY(-10px);box-shadow:0 25px 50px -15px #00000014}.card-image{aspect-ratio:16/10;background:#f1f5f9;position:relative;overflow:hidden}.card-image:before{content:"";background:linear-gradient(135deg,#4f46e50a 0%,#00000003 100%);position:absolute;inset:0}.card-body{padding:2rem}.category{letter-spacing:.06em;color:var(--accent-color);text-transform:uppercase;margin-bottom:1rem;font-size:.65rem;font-weight:800;display:inline-block}.card-body h3{letter-spacing:-.01em;margin:0 0 .8rem;font-size:1.3rem;font-weight:800}.card-body p{color:var(--text-light);margin:0;font-size:.9rem;line-height:1.5}.modal-overlay{-webkit-backdrop-filter:blur(30px)saturate(130%);z-index:3000;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.modal-overlay:before{content:"";background-image:var(--noise-url);opacity:.03;pointer-events:none;position:absolute;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:1px solid #fff6;border-radius:32px;flex-direction:column;width:100%;max-width:400px;padding:3rem 2rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) modalAppear;display:flex;position:relative;box-shadow:0 25px 60px -15px #0003}@keyframes modalAppear{0%{opacity:0;transform:translateY(15px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.close-modal{cursor:pointer;color:#777;z-index:10;background:0 0;border:none;font-size:1.8rem;transition:color .3s;position:absolute;top:1.2rem;right:1.2rem}.close-modal:hover{color:#000}.login-box{flex-direction:column;gap:.6rem;width:100%;display:flex}.login-input{box-sizing:border-box;color:#000;background:#00000005;border:1px solid #0000000f;border-radius:16px;width:100%;padding:15px 20px;font-size:.95rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.login-input:focus{background:#fff;border-color:#000;outline:none;box-shadow:0 0 0 3px #00000008}.theme-client{color:#fff;background:#020617!important}.theme-client:before{background:radial-gradient(circle at 80% 20%,#4f46e526 0%,#0000 70%)}.theme-client .main-header{background:#020617e6;border-bottom:1px solid #ffffff1a}.theme-client .desktop-nav a.nav-link{color:#ffffffb3}.theme-client .desktop-nav a.nav-link:hover{color:#fff;background:#ffffff0f}.theme-client .logo-img{filter:invert()brightness(1.5)}.theme-client .notification-bell{color:#fff;border-color:#ffffff1a}.theme-client .notification-bell:hover{background:#ffffff0d}.theme-client .mode-toggle{background:#ffffff0f}.theme-client .toggle-btn.active{color:#fff;background:#ffffff26}.theme-client .content-card{background:#0f172a;border-color:#ffffff0f}.theme-client .card-body h3{color:#fff}.theme-client .card-body p{color:#94a3b8}.theme-client .section-header h2:after{background:#fff}.theme-client .login-btn{color:#000;background:#fff}.notification-popover{-webkit-backdrop-filter:blur(40px)saturate(200%);z-index:1100;transform-origin:100% 0;background:#fffffffa;border:1px solid #00000026;border-radius:28px;flex-direction:column;width:340px;max-height:520px;animation:.4s cubic-bezier(.16,1,.3,1) popoverFadeIn;display:flex;position:absolute;top:calc(100% + 15px);right:-10px;overflow:hidden;box-shadow:0 15px 35px -5px #00000026,0 35px 70px -15px #0000004d}.notification-popover:before{content:"";background-image:var(--noise-url);opacity:.05;pointer-events:none;z-index:-1;position:absolute;inset:0}.notification-popover:after{content:"";z-index:1;background:#fff;border-top:1px solid #00000026;border-left:1px solid #00000026;width:16px;height:16px;position:absolute;top:-8px;right:22px;transform:rotate(45deg)}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.popover-header{background:#ffffff4d;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:1.5rem 1.8rem;display:flex}.popover-header h3{color:#000;letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:900}.popover-header .count{color:#fff;background:#ff4d4d;border-radius:10px;padding:3px 10px;font-size:.8rem;font-weight:800;box-shadow:0 4px 10px #ff4d4d4d}.popover-content{flex:1;padding:.8rem;overflow-y:auto}.noti-item{cursor:pointer;border:1px solid #0000;border-radius:20px;gap:1.2rem;padding:1.2rem;transition:all .25s;display:flex}.noti-item:hover{background:#fff;border-color:#0000000d;transform:translateY(-2px);box-shadow:0 8px 20px #0000000a}.noti-dot{background:var(--accent-color);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:6px;box-shadow:0 0 0 4px #4f46e51a}.noti-info{flex-direction:column;gap:6px;display:flex}.noti-title{color:#1a1a1a;margin:0;font-size:.95rem;font-weight:800}.noti-desc{color:#4b5563;margin:0;font-size:.85rem;font-weight:500;line-height:1.5}.noti-time{color:#9ca3af;margin-top:4px;font-size:.75rem;font-weight:600}.popover-footer{text-align:center;background:#ffffff4d;border-top:1px solid #0000000f;padding:1.2rem}.popover-footer button{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;padding:10px 24px;font-size:.85rem;font-weight:700;transition:all .2s}.popover-footer button:hover{color:#000;background:#e2e8f0}.notification-bell.active{color:#fff;background:#000;border-color:#000;transform:scale(.95)}.theme-client .notification-popover{background:#0f172af5;border-color:#ffffff26;box-shadow:0 25px 50px -12px #00000080}.theme-client .notification-popover:after{background:#0f172af5;border-color:#ffffff26}.theme-client .popover-header{background:#ffffff05;border-color:#ffffff1a}.theme-client .popover-header h3{color:#fff}.theme-client .noti-item:hover{background:#ffffff0d;border-color:#ffffff1a}.theme-client .noti-title{color:#f8fafc}.theme-client .noti-desc{color:#94a3b8}.theme-client .popover-footer{background:#ffffff05;border-color:#ffffff1a}.theme-client .popover-footer button{color:#cbd5e1;background:#ffffff1a}.theme-client .popover-footer button:hover{color:#fff;background:#fff3}.footer{padding:6rem var(--side-padding);text-align:center;color:var(--text-light);background:#fff;border-top:1px solid #f1f5f9;font-weight:600}.theme-client .footer{color:#475569;background:#020617;border-top:1px solid #ffffff0f}.dashboard-layout-wrapper{padding:0 var(--side-padding);box-sizing:border-box}.dashboard-layout{min-height:calc(100vh - var(--header-height));display:flex}.dashboard-sidebar{width:240px;top:var(--header-height);height:calc(100vh - var(--header-height));background:#fff;border-right:1px solid #f1f5f9;flex-direction:column;flex-shrink:0;padding:2rem 1.2rem;display:flex;position:sticky;overflow-y:auto}.dashboard-profile{border-bottom:1px solid #f1f5f9;align-items:center;gap:.9rem;margin-bottom:1.5rem;padding:1rem .8rem;display:flex}.dashboard-avatar{color:#fff;background:#000;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:900;display:flex}.dashboard-name{color:#0f172a;margin:0;font-size:.9rem;font-weight:800}.dashboard-level{color:#94a3b8;font-size:.72rem;font-weight:700}.dashboard-nav{flex-direction:column;flex:1;gap:.3rem;display:flex}.dashboard-nav-label{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .6rem .4rem;font-size:.7rem;font-weight:800}.dashboard-nav-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:.7rem;width:100%;padding:.75rem .9rem;font-size:.88rem;font-weight:600;transition:all .18s;display:flex}.dashboard-nav-item:hover{color:#0f172a;background:#f8fafc}.dashboard-nav-item.active{color:#fff;background:#0f172a;font-weight:700}.nav-count{background:#00000012;border-radius:20px;margin-left:auto;padding:2px 8px;font-size:.75rem;font-weight:700}.dashboard-nav-item.active .nav-count{background:#fff3}.dashboard-sidebar-footer{border-top:1px solid #f1f5f9;padding-top:1.2rem}.dashboard-back-btn{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;width:100%;padding:.7rem;font-size:.85rem;font-weight:700;transition:all .18s}.dashboard-back-btn:hover{color:#0f172a;background:#f8fafc}.dashboard-content{flex:1;min-width:0;max-width:100%;padding:2.5rem}.dashboard-content-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.dashboard-content-header h1{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:1.6rem;font-weight:900}.dashboard-count-badge{color:#64748b;background:#f1f5f9;border-radius:20px;padding:4px 10px;font-size:.8rem;font-weight:700}.dashboard-back-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.85rem;font-weight:700}.dashboard-back-link:hover{color:#0f172a}.dashboard-empty{text-align:center;color:#94a3b8;padding:4rem;font-weight:600}.dashboard-project-list{flex-direction:column;gap:.8rem;display:flex}.dashboard-project-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:16px;justify-content:space-between;align-items:center;padding:1.4rem 1.6rem;transition:all .2s;display:flex}.dashboard-project-card:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.project-card-left{flex-direction:column;gap:.4rem;display:flex}.project-card-left h3{color:#0f172a;margin:0;font-size:1rem;font-weight:800}.project-card-left p{color:#94a3b8;margin:0;font-size:.82rem;font-weight:500}.project-status-badge{letter-spacing:.06em;border-radius:20px;width:fit-content;padding:3px 10px;font-size:.68rem;font-weight:800;display:inline-block}.project-status-badge.ongoing{color:#4f46e5;background:#eef2ff}.project-status-badge.done{color:#16a34a;background:#f0fdf4}.project-arrow{color:#cbd5e1;font-size:1.1rem;font-weight:700}.dashboard-progress-bar-wrap{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.dashboard-progress-bar{background:#f1f5f9;border-radius:50px;flex:1;height:8px;overflow:hidden}.dashboard-progress-fill{background:linear-gradient(90deg,#4f46e5,#818cf8);border-radius:50px;height:100%;transition:width 1.2s cubic-bezier(.16,1,.3,1)}.dashboard-progress-label{color:#4f46e5;white-space:nowrap;font-size:.85rem;font-weight:800}.timeline-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1.2rem 1.4rem;transition:all .2s}.timeline-card.active{border-color:#0f172a;box-shadow:0 4px 16px #00000014}.timeline-card.upcoming{opacity:.45}.step-badge{color:#64748b;background:#f1f5f9;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:900}.timeline-card.active .step-badge{color:#fff;background:#0f172a}@media screen and (width<=768px){.dashboard-layout{flex-direction:column}.dashboard-sidebar{flex-flow:wrap;gap:.5rem;width:100%;height:auto;padding:1rem;position:static}.dashboard-profile{width:100%;margin-bottom:.5rem}.dashboard-nav{flex-flow:wrap}.dashboard-nav-label,.dashboard-sidebar-footer{display:none}.dashboard-content{padding:1.5rem}}.help-fab-wrapper{z-index:2000;flex-direction:column;align-items:flex-end;gap:.8rem;display:flex;position:fixed;bottom:2rem;right:2rem}.help-fab{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;font-weight:900;transition:all .25s cubic-bezier(.2,1,.2,1);display:flex;box-shadow:0 8px 24px #0003}.help-fab:hover{transform:scale(1.1);box-shadow:0 12px 32px #00000040}.help-bubble{transform-origin:100% 100%;background:#fff;border:1px solid #0000000f;border-radius:20px;width:220px;padding:1.4rem 1.6rem;animation:.25s cubic-bezier(.2,1,.2,1) bubbleIn;box-shadow:0 12px 40px #0000001f}@keyframes bubbleIn{0%{opacity:0;transform:scale(.85)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.help-bubble-header{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.help-bubble-header span{color:#000;font-size:.95rem;font-weight:900}.help-bubble-header button{cursor:pointer;color:#999;background:0 0;border:none;padding:0;font-size:.85rem;line-height:1}.help-bubble p{color:#555;margin:0 0 1.2rem;font-size:.85rem;font-weight:500;line-height:1.6}.help-bubble-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:10px;width:100%;padding:10px;font-size:.85rem;font-weight:700;transition:background .2s}.help-bubble-btn:hover{background:#222}.theme-client .help-fab{color:#000;background:#fff}.theme-client .help-bubble{background:#0f172a;border-color:#ffffff1a}.theme-client .help-bubble-header span{color:#f1f5f9}.theme-client .help-bubble p{color:#94a3b8}.theme-client .help-bubble-btn{color:#000;background:#fff}@media screen and (width<=768px){:root{--side-padding:1.5rem}.hero-section{border-radius:32px;height:37.5vh;margin:1rem}.hero-text{padding:2.5rem}.hero-actions{flex-direction:column;width:100%}.hero-actions button{width:100%}.desktop-nav{display:none}.header-left{gap:1.5rem}.card-grid{grid-template-columns:1fr;gap:2rem}.modal-overlay{align-items:center;padding:1.5rem}.modal-content{border-radius:32px;padding:3rem 2rem}.slider-nav{width:45px;height:45px}.slider-nav.prev{left:1rem}.slider-nav.next{right:1rem}.slider-dots{padding:6px 12px;bottom:1.5rem}}
