.easy-mode-module__IgpMBa__container{--accent-primary:#f59e0b;--accent-secondary:#d97706;--accent-gradient:linear-gradient(135deg, #f59e0b 0%, #d97706 100%);background-color:var(--bg-color);background-image:radial-gradient(var(--dot-color) 1.5px, transparent 1.5px);min-height:100vh;color:var(--text-primary);z-index:1;background-size:24px 24px;padding:80px 0 2rem;position:relative}.easy-mode-module__IgpMBa__customNavbar{z-index:100;border-bottom:1px solid var(--border-color);background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-items:center;height:48px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #00000005}.easy-mode-module__IgpMBa__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.easy-mode-module__IgpMBa__navLeft{align-items:center;gap:.75rem;display:flex}.easy-mode-module__IgpMBa__backBtn{border:1px solid var(--border-color);background:var(--surface-color);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.easy-mode-module__IgpMBa__backBtn:hover{background:var(--surface-hover);color:var(--accent-primary);border-color:var(--border-color)}.easy-mode-module__IgpMBa__navBrand{align-items:center;gap:.5rem;display:flex}.easy-mode-module__IgpMBa__navLogo{object-fit:contain;width:18px;height:18px}.easy-mode-module__IgpMBa__navTitle{font-family:var(--font-accent);letter-spacing:-.5px;color:var(--text-primary);font-size:1.05rem;font-weight:500}.easy-mode-module__IgpMBa__workspaceSelect{background:#ffffffb3;border:1px solid #fffc;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex;box-shadow:0 1px 2px #0000000d}.easy-mode-module__IgpMBa__workspaceSelect select{color:var(--text-primary);cursor:pointer;background:0 0;border:none;outline:none;font-size:.9rem}.easy-mode-module__IgpMBa__workspaceSelect select option{background:#fff}.easy-mode-module__IgpMBa__dashboardGrid{grid-template-columns:350px 1fr;gap:2rem;width:100%;display:grid}.easy-mode-module__IgpMBa__card{-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);background:#ffffff4d;border:1px solid #ffffff80;border-radius:12px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #1f268714,inset 0 1px 1px #fff9}.easy-mode-module__IgpMBa__card:before{content:"";pointer-events:none;background:linear-gradient(120deg,#ffffff80 0%,#fff0 60%);width:60%;height:220%;position:absolute;top:-60%;left:-20%;transform:rotate(15deg)}.easy-mode-module__IgpMBa__card h2{font-family:var(--font-accent);letter-spacing:-.5px;color:var(--text-primary);margin-top:0;margin-bottom:1.5rem;font-size:1.35rem;font-weight:500}.easy-mode-module__IgpMBa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.easy-mode-module__IgpMBa__cardHeader h2{margin:0}.easy-mode-module__IgpMBa__badge{color:var(--accent-secondary);background:#f59e0b1a;border-radius:12px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.easy-mode-module__IgpMBa__form{flex-direction:column;gap:1.25rem;display:flex}.easy-mode-module__IgpMBa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.easy-mode-module__IgpMBa__inputGroup label{font-family:var(--font-accent);color:var(--text-secondary);font-size:.85rem}.easy-mode-module__IgpMBa__inputGroup input,.easy-mode-module__IgpMBa__inputGroup textarea,.easy-mode-module__IgpMBa__inputGroup select{background:var(--surface-hover);border:1px solid var(--border-color);color:var(--text-primary);border-radius:12px;padding:.85rem 1rem;font-family:inherit;font-weight:500;transition:all .2s}.easy-mode-module__IgpMBa__inputGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.easy-mode-module__IgpMBa__inputGroup .easy-mode-module__IgpMBa__fieldHint{color:var(--text-secondary);text-transform:none;letter-spacing:0;margin-top:-.15rem;font-size:.72rem;font-weight:500}.easy-mode-module__IgpMBa__inputGroup input:focus,.easy-mode-module__IgpMBa__inputGroup textarea:focus,.easy-mode-module__IgpMBa__inputGroup select:focus{border-color:var(--accent-primary);background:#fff;outline:none;box-shadow:0 0 0 3px #f59e0b1a}.easy-mode-module__IgpMBa__urlInputWrapper{align-items:center;display:flex;position:relative}.easy-mode-module__IgpMBa__urlIcon{color:var(--text-secondary);position:absolute;left:1rem}.easy-mode-module__IgpMBa__urlInputWrapper input{width:100%;padding-left:3rem}.easy-mode-module__IgpMBa__submitBtn{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.easy-mode-module__IgpMBa__submitBtn:hover:not(:disabled){opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.easy-mode-module__IgpMBa__submitBtn:disabled{opacity:.5;cursor:not-allowed}.easy-mode-module__IgpMBa__emptyState{border:1px dashed var(--border-color);text-align:center;color:var(--text-secondary);background:#f3f4f680;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.easy-mode-module__IgpMBa__emptyStateIcon{color:var(--text-secondary);opacity:.8;margin-bottom:1rem}.easy-mode-module__IgpMBa__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.easy-mode-module__IgpMBa__projectCard{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 2px 10px #00000005}.easy-mode-module__IgpMBa__projectCard:hover{border-color:#f59e0b33;transform:translateY(-4px);box-shadow:0 10px 25px #0000000d}.easy-mode-module__IgpMBa__projectThumb{background:var(--surface-hover);width:100%;height:160px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.easy-mode-module__IgpMBa__projectThumb img{object-fit:cover;width:100%;height:100%}.easy-mode-module__IgpMBa__noThumb{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.easy-mode-module__IgpMBa__topBar{justify-content:space-between;align-items:center;display:flex;position:absolute;top:.5rem;left:.5rem;right:.5rem}.easy-mode-module__IgpMBa__statusIcon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;box-shadow:0 2px 4px #0000001a}.easy-mode-module__IgpMBa__proBadge{background:var(--accent-secondary);color:#fff;letter-spacing:.5px;border-radius:4px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.65rem;font-weight:800;display:flex}.easy-mode-module__IgpMBa__projectInfo{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.easy-mode-module__IgpMBa__titleRow{justify-content:space-between;align-items:center;display:flex}.easy-mode-module__IgpMBa__titleRow h4{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.easy-mode-module__IgpMBa__moreIcon{color:var(--text-secondary);cursor:pointer}.easy-mode-module__IgpMBa__metaRow{justify-content:space-between;align-items:center;display:flex}.easy-mode-module__IgpMBa__date{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.75rem;display:flex}.easy-mode-module__IgpMBa__layzPill{background:var(--surface-hover);color:var(--text-secondary);letter-spacing:.5px;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:600}.easy-mode-module__IgpMBa__spin{animation:1s linear infinite easy-mode-module__IgpMBa__spin}@keyframes easy-mode-module__IgpMBa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.easy-mode-module__IgpMBa__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out easy-mode-module__IgpMBa__fadeIn;display:flex;position:fixed;inset:0}.easy-mode-module__IgpMBa__modalContent{background:#fff;border-radius:16px;width:90%;max-width:400px;animation:.3s ease-out easy-mode-module__IgpMBa__slideUp;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.easy-mode-module__IgpMBa__modalHeader{padding:1.5rem 1.5rem .5rem}.easy-mode-module__IgpMBa__modalHeader h3{font-family:var(--font-accent);letter-spacing:-.5px;color:var(--text-primary);margin:0;font-size:1.3rem;font-weight:500}.easy-mode-module__IgpMBa__modalBody{padding:1rem 1.5rem}.easy-mode-module__IgpMBa__modalFooter{justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.5rem;display:flex}.easy-mode-module__IgpMBa__insufficientCard{background:#ef444414;border:1px solid #ef444440;border-radius:10px;margin-top:.5rem;padding:12px 14px}.easy-mode-module__IgpMBa__btnCancel{background:var(--surface-hover);color:var(--text-secondary);cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:all .2s}.easy-mode-module__IgpMBa__btnCancel:hover{background:var(--border-color)}.easy-mode-module__IgpMBa__btnSave{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.5rem;font-weight:600;transition:all .2s}.easy-mode-module__IgpMBa__btnSave:hover:not(:disabled){opacity:.9}.easy-mode-module__IgpMBa__btnSave:disabled{opacity:.5;cursor:not-allowed}.easy-mode-module__IgpMBa__ambientBackground{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.easy-mode-module__IgpMBa__blob1,.easy-mode-module__IgpMBa__blob2{filter:blur(120px);opacity:.6;border-radius:50%;position:absolute}.easy-mode-module__IgpMBa__blob1{background:#f59e0b33;width:500px;height:500px;top:-100px;left:-100px}.easy-mode-module__IgpMBa__blob2{background:#d9770626;width:600px;height:600px;bottom:20%;right:-50px}.easy-mode-module__IgpMBa__greetingHeader{z-index:1;margin-bottom:2rem;position:relative}.easy-mode-module__IgpMBa__greetingTitle{font-family:var(--font-accent);color:var(--text-primary);letter-spacing:-1px;margin-bottom:.5rem;font-size:2rem;font-weight:500}.easy-mode-module__IgpMBa__greetingSub{color:var(--text-secondary);font-size:1.1rem}.easy-mode-module__IgpMBa__tutorialSteps{gap:1.5rem;width:100%;margin-top:2rem;display:flex}.easy-mode-module__IgpMBa__stepItem{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;flex:1;align-items:center;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.easy-mode-module__IgpMBa__stepIcon{background:var(--surface-hover);width:48px;height:48px;color:var(--accent-primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.easy-mode-module__IgpMBa__stepItem h4{color:var(--text-primary);margin-top:0;margin-bottom:.5rem;font-size:1rem;font-weight:700}.easy-mode-module__IgpMBa__stepItem p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.5}@media (max-width:768px){.easy-mode-module__IgpMBa__dashboardGrid{grid-template-columns:1fr;gap:1.25rem}.easy-mode-module__IgpMBa__tutorialSteps{flex-direction:column}.easy-mode-module__IgpMBa__container{padding:70px 0 1.5rem}.easy-mode-module__IgpMBa__greetingTitle{font-size:1.5rem}.easy-mode-module__IgpMBa__card{padding:1.1rem}.easy-mode-module__IgpMBa__navTitle{font-size:.85rem}}@media (max-width:380px){.easy-mode-module__IgpMBa__navTitle .text-primary{display:none}}@media (max-width:420px){.easy-mode-module__IgpMBa__navLeft{gap:.4rem}}@keyframes easy-mode-module__IgpMBa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes easy-mode-module__IgpMBa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.easy-mode-module__IgpMBa__container ::-webkit-scrollbar{width:8px;height:8px}.easy-mode-module__IgpMBa__container ::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.easy-mode-module__IgpMBa__container ::-webkit-scrollbar-thumb{background:#fff6;border:1px solid #fff3;border-radius:10px;box-shadow:inset 0 0 6px #0000000d}.easy-mode-module__IgpMBa__container ::-webkit-scrollbar-thumb:hover{background:#ffffffb3}:root[data-theme=dark] .easy-mode-module__IgpMBa__card{background:var(--glass-bg);border-color:var(--glass-border);box-shadow:var(--glass-shadow)}:root[data-theme=dark] .easy-mode-module__IgpMBa__workspaceSelect{background:#ffffff0f;border-color:#ffffff1a}:root[data-theme=dark] .easy-mode-module__IgpMBa__workspaceSelect select option{background:var(--surface-color)}:is(:root[data-theme=dark] .easy-mode-module__IgpMBa__projectCard,:root[data-theme=dark] .easy-mode-module__IgpMBa__stepItem,:root[data-theme=dark] .easy-mode-module__IgpMBa__statusIcon){background:var(--surface-color);border-color:var(--border-color)}:root[data-theme=dark] .easy-mode-module__IgpMBa__modalContent{background:var(--surface-color)}:root[data-theme=dark] .easy-mode-module__IgpMBa__emptyState{background:#ffffff08}:is(:root[data-theme=dark] .easy-mode-module__IgpMBa__inputGroup input:focus,:root[data-theme=dark] .easy-mode-module__IgpMBa__inputGroup textarea:focus,:root[data-theme=dark] .easy-mode-module__IgpMBa__inputGroup select:focus){background:#ffffff0f}
.TourGuide-module__0339zW__spotlight{border-radius:var(--radius-md);pointer-events:none;z-index:9998;position:fixed;box-shadow:0 0 0 9999px #000000b8}.TourGuide-module__0339zW__blocker{z-index:9997;position:fixed;inset:0}.TourGuide-module__0339zW__tooltip{z-index:9999;overscroll-behavior:contain;background:var(--surface-color);border:1px solid var(--border-color);width:min(360px,100vw - 24px);max-height:calc(100dvh - 24px);color:var(--text-primary);font-family:var(--font-primary);border-radius:14px;padding:18px;position:fixed;overflow-y:auto;box-shadow:0 20px 50px #00000047}.TourGuide-module__0339zW__counter{font-family:var(--font-accent-mini);font-size:var(--text-xs);letter-spacing:.08em;color:var(--text-secondary);text-transform:uppercase}.TourGuide-module__0339zW__title{font-size:var(--text-lg);color:var(--text-primary);margin:6px 0 8px;font-weight:700}.TourGuide-module__0339zW__body{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.55}.TourGuide-module__0339zW__cards{flex-direction:column;gap:8px;margin-top:12px;display:flex}.TourGuide-module__0339zW__card{border-radius:var(--radius-sm);background:var(--surface-subtle);border-left:3px solid var(--accent,var(--accent-primary));padding:10px 12px}.TourGuide-module__0339zW__cardLabel{font-family:var(--font-accent-mini);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--accent,var(--text-primary))}.TourGuide-module__0339zW__cardDesc{font-size:var(--text-xs);color:var(--text-secondary);margin:4px 0 0;line-height:1.5}.TourGuide-module__0339zW__actionBtn{border-radius:var(--radius-sm);font-size:var(--text-sm);color:#09090b;background:#f5a623;margin-top:12px;padding:9px 14px;font-weight:600;text-decoration:none;display:inline-block}.TourGuide-module__0339zW__footer{justify-content:space-between;align-items:center;gap:10px;margin-top:16px;display:flex}.TourGuide-module__0339zW__skip{font-size:var(--text-sm);color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:6px 2px}.TourGuide-module__0339zW__skip:hover{color:var(--text-primary)}.TourGuide-module__0339zW__navGroup{gap:8px;display:flex}.TourGuide-module__0339zW__back,.TourGuide-module__0339zW__next{border-radius:var(--radius-sm);font-size:var(--text-sm);cursor:pointer;padding:8px 16px;font-weight:600}.TourGuide-module__0339zW__back{border:1px solid var(--border-color);color:var(--text-secondary);background:0 0}.TourGuide-module__0339zW__back:hover{background:var(--surface-hover)}.TourGuide-module__0339zW__next{background:var(--accent-primary);color:#fff;border:none}
