.desktop-app-layout{--web-coral: #e15a5a;--web-magenta: #d950a1;--web-violet: #8557d9;--web-blue: #497de8;--web-cyan: #26bfd2;--web-green: #39b980;--role-p: #e15a5a;--role-a: #7dbe4f;--role-e: #e8c547;--role-i: #a3adb8}.desktop-app-layout .desktop-workspace{background:linear-gradient(rgba(75,89,101,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(75,89,101,.055) 1px,transparent 1px),var(--bg-product);background-size:28px 28px,28px 28px,auto}.web-dashboard{max-width:1240px;margin:0 auto;color:var(--text-primary)}.web-dashboard button{font:inherit}.web-dashboard-hero{position:relative;display:flex;min-height:164px;justify-content:space-between;align-items:center;gap:32px;margin-bottom:18px;padding:28px 30px;overflow:hidden;border:1px solid #2d3945;border-radius:16px;background:linear-gradient(135deg,#11171ff7,#080d12f5)}.web-dashboard-hero>*:not(.web-dashboard-hero__wires){position:relative;z-index:1}.web-dashboard-hero__wires{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.38;pointer-events:none}.web-dashboard-hero__wires path{fill:none;stroke-width:4;vector-effect:non-scaling-stroke}.web-dashboard-hero__wires .wire-p{stroke:var(--role-p)}.web-dashboard-hero__wires .wire-a{stroke:var(--role-a)}.web-dashboard-hero__wires .wire-e{stroke:var(--role-e)}.web-dashboard-hero__wires .wire-i{stroke:var(--role-i)}.web-dashboard-hero h1{margin:5px 0 8px;font-size:clamp(30px,4vw,46px);letter-spacing:-.045em;line-height:1}.web-dashboard-hero p{margin:0;max-width:620px;color:var(--text-secondary);font-size:15px}.web-eyebrow{color:var(--web-coral);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.web-role-chip{display:flex;align-items:center;gap:11px;min-width:220px;padding:10px 12px;color:var(--text-primary);background:#0a1016f0;border:1px solid #34404c;border-radius:12px;text-align:left;cursor:pointer}.web-role-chip>span:nth-child(2){display:flex;flex:1;flex-direction:column;font-weight:750}.web-role-chip small{color:var(--text-secondary);font-size:10px;font-weight:600}.web-role-letter{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;background:var(--web-violet);color:#fff;font-weight:850}.web-role-letter--producer,.web-role-letter--p{background:var(--role-p)}.web-role-letter--administrator,.web-role-letter--a{background:var(--role-a);color:#17220f}.web-role-letter--entrepreneur,.web-role-letter--e{background:var(--role-e);color:#28220a}.web-role-letter--integrator,.web-role-letter--i{background:var(--role-i);color:#18202a}.web-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:18px;align-items:start}.web-dashboard-main,.web-dashboard-aside{display:grid;gap:18px}.web-panel{padding:22px;overflow:hidden;background:#0a1016f5;border:1px solid #2d3945;border-radius:14px;box-shadow:0 12px 35px #0003}.web-section-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.web-section-header h2,.web-next-step h2{margin:3px 0 0;font-size:19px;letter-spacing:-.02em}.web-next-step{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;border-color:#e15a5a57}.web-next-step:after{position:absolute;right:-40px;bottom:-70px;width:220px;height:130px;border:18px solid color-mix(in srgb,var(--web-coral),transparent 91%);border-radius:50%;content:"";pointer-events:none}.web-next-step__icon{display:grid;width:52px;height:52px;place-items:center;border-radius:16px;background:color-mix(in srgb,var(--web-coral),transparent 86%);color:var(--web-coral)}.web-next-step__copy{position:relative;z-index:1}.web-next-step__copy p{margin:6px 0 0;color:var(--text-secondary);font-size:13px}.web-primary-button,.web-secondary-button,.web-text-button,.web-icon-button{position:relative;z-index:1;border:0;cursor:pointer}.web-primary-button{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:12px;background:var(--web-coral);color:#fff;font-weight:750}.web-text-button{display:inline-flex;align-items:center;gap:5px;padding:5px;background:transparent;color:var(--text-secondary);font-size:12px;font-weight:700}.web-icon-button{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--web-coral),transparent 88%);color:var(--web-coral)}.web-secondary-button{width:100%;margin-top:14px;padding:10px;border:1px solid var(--border);border-radius:11px;background:transparent;color:var(--text-primary);font-size:12px;font-weight:750}.web-path{display:grid;grid-template-columns:repeat(4,1fr)}.web-path-step{position:relative;display:grid;justify-items:center;gap:7px;padding:4px 8px;border:0;background:transparent;color:var(--text-secondary);font-size:11px;font-weight:700;cursor:pointer}.web-path-step:not(:last-child):after{position:absolute;top:17px;left:calc(50% + 18px);width:calc(100% - 36px);height:1px;background:var(--border);content:""}.web-path-step.is-done:not(:last-child):after{background:var(--web-green)}.web-path-step__number{z-index:1;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--bg-secondary);font-size:12px}.web-path-step.is-done .web-path-step__number{border-color:var(--web-green);background:color-mix(in srgb,var(--web-green),transparent 85%);color:var(--web-green)}.web-path-step:nth-child(1) .web-path-step__icon{color:var(--role-p)}.web-path-step:nth-child(2) .web-path-step__icon{color:var(--role-a)}.web-path-step:nth-child(3) .web-path-step__icon{color:var(--role-e)}.web-path-step:nth-child(4) .web-path-step__icon{color:var(--role-i)}.web-people-list,.web-project-list{display:grid;gap:8px}.web-person,.web-project-list>button,.web-stat-panel>button{display:flex;width:100%;align-items:center;gap:12px;padding:10px;border:0;border-radius:13px;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.web-person:hover,.web-project-list>button:hover,.web-stat-panel>button:hover{background:var(--bg-primary)}.web-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:13px;object-fit:cover}.web-avatar--fallback{display:grid;flex-grow:0;flex-shrink:0;place-items:center;aspect-ratio:1;background:#497de829;color:var(--web-blue);font-size:13px;font-weight:850}.web-person__copy,.web-project-list span:nth-child(2),.web-stat-panel button span{display:flex;min-width:0;flex:1;flex-direction:column}.web-person strong,.web-project-list strong,.web-stat-panel strong{font-size:13px}.web-person small,.web-project-list small,.web-stat-panel small{overflow:hidden;color:var(--text-secondary);font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.web-score{color:var(--web-coral);font-size:15px;font-weight:850;text-align:right}.web-score small{display:block;font-size:8px;font-weight:600}.web-stat-panel>button{margin:2px 0;padding:11px 7px}.web-stat-panel>button:nth-of-type(1)>svg{color:var(--web-violet)}.web-stat-panel>button:nth-of-type(2)>svg{color:var(--web-blue)}.web-stat-panel>button:nth-of-type(3)>svg{color:var(--web-magenta)}.web-stat-panel>button>strong{min-width:32px;text-align:right}.web-project-mark{width:7px;height:34px;flex:0 0 7px;border-radius:8px;background:var(--web-cyan)}.web-project-list>button:nth-child(2) .web-project-mark{background:var(--web-magenta)}.web-project-list>button:nth-child(3) .web-project-mark{background:var(--web-green)}.web-project-score{color:var(--text-primary);font-size:12px}.web-empty-line{padding:16px 4px;color:var(--text-secondary);font-size:13px}.web-dashboard-loading{display:flex;min-height:50vh;align-items:center;justify-content:center;gap:12px;color:var(--text-secondary)}@media (max-width: 960px){.web-dashboard-grid{grid-template-columns:1fr}.web-dashboard-aside{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.web-dashboard-hero{display:block;min-height:0;padding:22px 18px}.web-dashboard-hero p{font-size:13px}.web-role-chip{width:100%;margin-top:16px}.web-panel{padding:17px;border-radius:13px}.web-next-step{grid-template-columns:auto 1fr}.web-next-step .web-primary-button{grid-column:1 / -1;justify-content:center}.web-dashboard-aside{grid-template-columns:1fr}.web-path{grid-template-columns:repeat(2,1fr);gap:18px 4px}.web-path-step:after{display:none}.web-section-header{margin-bottom:13px}}.landing{min-height:100vh;position:relative;isolation:isolate;background:linear-gradient(rgba(75,89,101,.085) 1px,transparent 1px),linear-gradient(90deg,rgba(75,89,101,.085) 1px,transparent 1px),radial-gradient(900px 620px at 79% 12%,rgba(19,30,39,.32),transparent 70%),radial-gradient(1000px 800px at 18% 68%,rgba(16,25,33,.25),transparent 74%),var(--bg);background-size:28px 28px,28px 28px,auto,auto,auto;color:var(--text)}.landing>header,.landing>main,.landing>footer{position:relative;z-index:2}.lp-page-wires{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible;opacity:.48}.lp-page-wires path{fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.lp-page-wires .wire-p{stroke:var(--role-p)}.lp-page-wires .wire-a{stroke:var(--role-a)}.lp-page-wires .wire-e{stroke:var(--role-e)}.lp-page-wires .wire-i{stroke:var(--role-i)}.lp-header{height:106px;max-width:1440px;margin:0 auto;padding:0 48px;display:flex;align-items:center;gap:40px;position:relative;z-index:10}.lp-brand{border:0;background:none;padding:0;cursor:pointer}.dna-logo-image{display:block;width:auto;object-fit:contain;object-position:center}.lp-brand .dna-logo-image{height:68px;width:58px}.lp-header .lp-brand span:last-child{font-size:28px!important}.lp-nav{display:flex;gap:42px;margin-left:auto}.lp-nav button,.lp-btn-ghost{border:0;background:none;color:#c2c3c6;font-size:18px;font-weight:400;cursor:pointer;padding:8px 0}.lp-nav button:hover,.lp-btn-ghost:hover{color:var(--text)}.lp-header-actions{display:flex;align-items:center;gap:34px;margin-left:35px}.lp-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid transparent;font-size:18px;font-weight:400;transition:.2s}.lp-btn-outline{min-width:127px;height:50px;border-radius:7px;background:var(--role-p);color:#fff;box-shadow:0 5px 18px #e15a5a2e}.lp-btn-outline:hover,.lp-btn-primary:hover{background:#ed6666}.lp-btn-primary{background:var(--role-p);color:#fff;border-radius:7px;height:72px;padding:0 45px;font-size:20px}.lp-btn-secondary{height:72px;padding:0 33px;border-color:#33404c;background:#080d12b3;color:#c8cbd0;border-radius:7px;font-size:20px}.lp-btn-secondary:hover{border-color:#68727b;color:#fff}.lp-btn:focus-visible,.lp-nav button:focus-visible{outline:2px solid var(--focus);outline-offset:4px}.lp-hero{max-width:1440px;min-height:626px;margin:0 auto;padding:23px 48px 28px;display:grid;grid-template-columns:46% 54%;align-items:center;position:relative}.lp-hero:after{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:47%;pointer-events:none;background-image:linear-gradient(rgba(79,94,105,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(79,94,105,.12) 1px,transparent 1px);background-size:27px 27px;-webkit-mask-image:linear-gradient(90deg,transparent,black 18%,black 92%,transparent);mask-image:linear-gradient(90deg,transparent,black 18%,black 92%,transparent)}.lp-contours{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible}.lp-contours path{fill:none;stroke:#26313b;stroke-width:1.15;opacity:.72;vector-effect:non-scaling-stroke}.lp-hero-left,.lp-hero-right{position:relative;z-index:1}.lp-hero-left{padding-top:26px}.lp-hero-left h1{max-width:650px;margin:0 0 28px;font-size:clamp(42px,4.15vw,61px);line-height:1.12;letter-spacing:-.025em;font-weight:700;color:#f3f2ef}.lp-sub{max-width:600px;color:#a8aaad;font-size:20px;line-height:1.75;margin:0 0 39px}.lp-cta{display:flex;gap:27px;flex-wrap:wrap}.lp-micro{display:none}.rt{width:100%;max-width:760px;margin:0 auto;padding:0 0 0 12px;position:relative}.rt-heading{display:flex;flex-direction:column;gap:5px;margin:0 0 17px;font-size:26px;line-height:1.2}.rt-heading .rt-status{font-size:15px;color:var(--role-a)}.rt-status{display:inline-flex;align-items:center;gap:9px;color:var(--success);font-size:14px;font-weight:600}.rt-status-dot{width:16px;height:16px;border-radius:50%;background:var(--role-a);position:relative}.rt-status-dot:after{content:"";position:absolute;width:6px;height:3px;border-left:2px solid #10200e;border-bottom:2px solid #10200e;transform:rotate(-45deg);left:4px;top:5px}.rt-roles{display:grid;grid-template-columns:repeat(4,1fr);gap:19px;position:relative;z-index:2}.rt-role{height:153px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid #34404c;border-radius:12px;background:linear-gradient(145deg,#151d25f0,#0a0f14f0);box-shadow:inset 0 1px #ffffff05;text-align:center}.rt-role-letter{width:47px;height:47px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:25px;font-weight:700}.rt-role-name{color:#f1f1ef;font-size:16px;line-height:1.55}.rt-role:after{content:"";display:block;width:45px;height:3px;margin-top:2px;border-radius:4px;background:var(--role-p)}.rt-role:nth-child(2):after{background:var(--role-a)}.rt-role:nth-child(3):after{background:var(--role-e)}.rt-role:nth-child(4):after{background:var(--role-i)}.rt-stage{height:310px;position:relative}.rt-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;z-index:1}.rt-line{stroke-dasharray:1;stroke-dashoffset:1;opacity:.98;vector-effect:non-scaling-stroke}.rt-play .rt-line{animation:rt-draw .6s ease forwards}.rt-play .rt-line-0{animation-delay:.05s}.rt-play .rt-line-1{animation-delay:.18s}.rt-play .rt-line-2{animation-delay:.31s}.rt-play .rt-line-3{animation-delay:.44s}@keyframes rt-draw{to{stroke-dashoffset:0}}@keyframes rt-fade{to{opacity:1}}.rt-project{position:absolute;z-index:3;width:236px;min-height:153px;left:0;top:67px;padding:16px 19px;border:1px solid #34404c;border-radius:12px;background:linear-gradient(145deg,#151d25f5,#0a0f14f5)}.rt-project-tag{color:#a8aaad;font-size:13px;margin:0 0 9px}.rt-project-name{color:#f0f0ed;font-size:15px;margin:0 0 6px}.rt-project-description{color:#a8aaad;font-size:12px;line-height:1.4;margin:0 0 15px}.rt-progress{display:inline-block;width:154px;height:7px;background:#34404a;border-radius:10px;vertical-align:middle;overflow:hidden}.rt-progress span{display:block;width:74%;height:100%;border-radius:inherit;background:var(--role-p)}.rt-percent{color:#e9e9e6;font-size:13px;margin-left:8px}.rt-team{position:absolute;z-index:3;left:35%;right:7%;bottom:0;min-height:174px;padding:17px 32px 13px;border:1px solid #34404c;border-radius:12px;background:linear-gradient(145deg,#151d25f7,#0a0f14f7);opacity:0;transform:translateY(8px)}.rt-play .rt-team{animation:rt-team-in .32s ease .82s forwards}@keyframes rt-team-in{to{opacity:1;transform:none}}.rt-members{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.rt-member{display:flex;flex-direction:column;align-items:center;gap:2px}.rt-avatar{width:61px;height:61px;display:block;object-fit:cover;border:2px solid;border-radius:50%;background:#30333a;color:#f4f1ea;font-size:25px;font-weight:500}.rt-member-name{font-size:14px;margin-top:5px}.rt-member-role{font-size:13px}.rt-team-status{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:10px;color:var(--role-a);font-size:15px}.lp-section{max-width:1340px;margin:0 auto;padding:46px 35px}.lp-section h2{font-size:31px;margin:0 0 24px;color:#f0efec;font-weight:500}.lp-grid{display:grid;gap:17px}.lp-grid-4{grid-template-columns:repeat(4,1fr)}.lp-grid-3{grid-template-columns:repeat(3,1fr)}.lp-grid-2{grid-template-columns:repeat(2,1fr)}.lp-card{position:relative;padding:22px;border:1px solid #2d3945;border-radius:14px;background:#0a1016f0;box-shadow:0 12px 35px #0003}.lp-card h3{margin:0 0 8px;font-size:18px}.lp-card p{margin:0;color:#9fa5aa;font-size:14px;line-height:1.55}.lp-card-click{cursor:pointer}.lp-card-click:hover{border-color:#566370}.lp-icon-card>svg{margin-bottom:16px}.lp-icon-card.role-p>svg,.lp-path-card.role-p{color:var(--role-p)}.lp-icon-card.role-a>svg,.lp-path-card.role-a{color:var(--role-a)}.lp-icon-card.role-e>svg,.lp-path-card.role-e{color:var(--role-e)}.lp-icon-card.role-i>svg,.lp-path-card.role-i{color:var(--role-i)}.lp-icon-card h3,.lp-icon-card p{color:var(--text)}.lp-icon-card p{color:#9fa5aa}.lp-step{width:39px;height:39px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:50%;background:var(--role-p);color:#fff;font-size:19px;font-weight:700}.lp-grid-4 .lp-card:nth-child(2) .lp-step{background:var(--role-a);color:#111}.lp-grid-4 .lp-card:nth-child(3) .lp-step{background:var(--role-e);color:#111}.lp-grid-4 .lp-card:nth-child(4) .lp-step{background:var(--role-i);color:#111}.lp-path-section{margin-top:0;margin-bottom:18px;padding:22px 34px 42px;border:1px solid #2d3945;border-radius:16px;background:#070d12e0;box-shadow:0 18px 60px #00000047}.lp-path-section h2{text-align:center}.lp-path-grid{gap:54px}.lp-path-card{min-height:138px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:17px;text-align:center;overflow:visible}.lp-path-symbols{display:flex;align-items:center;justify-content:center;gap:38px;margin-bottom:14px}.lp-path-symbols .lp-step{margin:0}.lp-path-card h3{color:#f0efec;font-size:18px;font-weight:500;margin:0}.lp-path-card:not(:last-child):after{content:"→";position:absolute;z-index:3;right:-43px;top:48%;color:#8a929a;font-size:31px;line-height:1;font-weight:300}.lp-path-card.role-p{border-color:#e15a5a47}.lp-path-card.role-a{border-color:#7dbe4f47}.lp-path-card.role-e{border-color:#e8c54747}.lp-path-card.role-i{border-color:#a3adb847}.lp-final{border:1px solid #2d3945;border-radius:16px;background:#0e141ab8;margin-bottom:30px}.lp-final p{max-width:650px;margin:0 0 23px;color:#9fa5aa}.lp-footer{max-width:1340px;margin:0 auto;padding:10px 35px 35px;display:flex;justify-content:space-between;color:#77818b;font-size:13px}@media (max-width: 1100px){.lp-header{padding:0 28px}.lp-hero{padding-left:28px;padding-right:28px;grid-template-columns:1fr;gap:45px}.lp-hero:after{top:40%;right:0;bottom:0;left:0}.lp-hero-left h1{max-width:760px}.lp-hero-right{width:100%}.lp-path-grid{gap:18px}.lp-path-card:not(:last-child):after{display:none}}@media (max-width: 767px){.lp-header{height:76px;padding:0 16px}.lp-brand .dna-logo-image{height:52px;width:44px}.lp-header .lp-brand span:last-child{font-size:18px!important}.lp-nav{display:none}.lp-header-actions{gap:12px;margin-left:auto}.lp-btn-ghost{font-size:14px}.lp-btn-outline{min-width:82px;height:40px;font-size:14px}.lp-hero{padding:38px 16px 25px;gap:32px}.lp-hero-left{padding:0}.lp-hero-left h1{font-size:37px;line-height:1.12}.lp-sub{font-size:16px;line-height:1.55;margin-bottom:25px}.lp-cta{gap:10px}.lp-btn-primary,.lp-btn-secondary{width:100%;height:56px;font-size:16px}.rt{padding:0}.rt-heading{font-size:22px}.rt-roles{gap:6px}.rt-role{height:117px}.rt-role-letter{width:38px;height:38px;font-size:20px}.rt-role-name{font-size:12px}.rt-stage{height:270px}.rt-project{width:155px;padding:11px;top:53px}.rt-project-name{font-size:12px}.rt-project-description{font-size:10px}.rt-progress{width:90px}.rt-team{left:22%;right:0;padding:12px 8px;min-height:130px}.rt-members{gap:5px}.rt-avatar{width:43px;height:43px;font-size:18px}.rt-member-name,.rt-member-role{font-size:11px}.lp-section{padding:30px 16px}.lp-section h2{font-size:24px}.lp-path-section{margin:0 12px 18px;padding:25px 16px}.lp-path-symbols{gap:25px}.lp-grid-4,.lp-grid-3,.lp-grid-2{grid-template-columns:1fr}.lp-page-wires{opacity:.27}.lp-footer{padding:10px 16px 25px;flex-direction:column;gap:8px}}@media (prefers-reduced-motion: reduce){.rt-line{stroke-dashoffset:0;animation:none}.rt-team{opacity:1;transform:none;animation:none!important}.lp-btn{transition:none}}.web-auth{position:relative;isolation:isolate;min-height:100vh;overflow:hidden;background:linear-gradient(rgba(75,89,101,.085) 1px,transparent 1px),linear-gradient(90deg,rgba(75,89,101,.085) 1px,transparent 1px),radial-gradient(750px 540px at 78% 40%,rgba(35,50,62,.28),transparent 72%),var(--bg);background-size:28px 28px,28px 28px,auto,auto;color:var(--text)}.web-auth button,.web-auth input{font:inherit}.web-auth-wires{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.52;pointer-events:none}.web-auth-wires path{fill:none;stroke-width:5;stroke-linecap:round;vector-effect:non-scaling-stroke}.web-auth-wires .wire-p{stroke:var(--role-p)}.web-auth-wires .wire-a{stroke:var(--role-a)}.web-auth-wires .wire-e{stroke:var(--role-e)}.web-auth-wires .wire-i{stroke:var(--role-i)}.web-auth-header{display:flex;width:min(1344px,calc(100% - 64px));height:106px;align-items:center;justify-content:space-between;margin:0 auto}.web-auth-brand{padding:0;border:0;background:transparent;color:var(--text);cursor:pointer}.web-auth-brand .dna-logo-image{width:58px;height:68px}.web-auth-brand span:last-child{font-size:28px!important}.web-auth-back{padding:10px 0;border:0;background:transparent;color:#a8aaad;cursor:pointer;font-size:15px}.web-auth-back:hover{color:var(--text)}.web-auth-main{display:grid;width:min(1240px,calc(100% - 64px));min-height:calc(100vh - 106px);grid-template-columns:minmax(0,1.15fr) minmax(410px,.85fr);gap:100px;align-items:center;margin:0 auto;padding:34px 0 110px}.web-auth-story{max-width:650px}.web-auth-kicker{color:var(--role-p);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.web-auth-story h1{margin:18px 0 25px;color:#f3f2ef;font-size:clamp(43px,4.4vw,67px);line-height:1.08;letter-spacing:-.035em}.web-auth-story>p{max-width:590px;margin:0;color:#a8aaad;font-size:19px;line-height:1.7}.web-auth-roles{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:42px}.web-auth-roles div{display:flex;min-height:100px;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px solid #303b47;border-radius:12px;background:#0c1218e0}.web-auth-roles b{display:grid;width:39px;height:39px;place-items:center;border-radius:50%;background:var(--role-p);color:#fff;font-size:18px}.web-auth-roles span{color:#d7d7d4;font-size:12px}.web-auth-roles .role-a b{background:var(--role-a);color:#14200d}.web-auth-roles .role-e b{background:var(--role-e);color:#282209}.web-auth-roles .role-i b{background:var(--role-i);color:#17202a}.web-auth-proof{display:flex;align-items:center;gap:9px;margin-top:24px;color:#7f8992;font-size:12px;letter-spacing:.04em}.web-auth-proof span{width:7px;height:7px;border-radius:50%;background:var(--role-a);box-shadow:0 0 14px #7dbe4fb3}.web-auth-card{width:100%;max-width:470px;justify-self:end;padding:34px;border:1px solid #34404c;border-radius:16px;background:linear-gradient(145deg,#141b23f7,#090e13fa);box-shadow:0 30px 90px #0000006b}.web-auth-card-heading h2{margin:7px 0 5px;color:#f3f2ef;font-size:30px;line-height:1.15}.web-auth-card-heading p{margin:0 0 24px;color:#969da4;font-size:14px}.web-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:22px;padding:4px;border:1px solid #303b47;border-radius:10px;background:#0c1117}.web-auth-tabs button{height:42px;border:0;border-radius:7px;background:transparent;color:#8f979f;cursor:pointer;font-weight:650}.web-auth-tabs button.is-active{background:#202833;color:#f3f2ef;box-shadow:inset 0 0 0 1px #394552}.web-auth-form{display:grid;gap:15px}.web-auth-form label{display:grid;gap:7px;color:#b9bdc1;font-size:12px;font-weight:650}.web-auth-form input{width:100%;height:50px;padding:0 14px;border:1px solid #34404c;border-radius:8px;outline:0;background:#0d131a;color:#f3f2ef}.web-auth-form input::placeholder{color:#69737d}.web-auth-form input:focus{border-color:#7e8c99;box-shadow:0 0 0 3px #7e8c991f}.web-auth-submit,.web-auth-telegram{display:flex;width:100%;height:52px;align-items:center;justify-content:center;gap:9px;border-radius:8px;cursor:pointer;font-weight:700}.web-auth-submit{margin-top:3px;border:1px solid var(--role-p);background:var(--role-p);color:#fff}.web-auth-submit:hover{background:#ed6666}.web-auth-submit:disabled,.web-auth-telegram:disabled{cursor:wait;opacity:.65}.web-auth-divider{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin:20px 0;color:#737d87;font-size:11px}.web-auth-divider span{height:1px;background:#303b47}.web-auth-telegram{border:1px solid #34404c;background:#111923;color:#e5e5e2}.web-auth-telegram:hover{border-color:#5d6a77;background:#17212c}.web-auth-note,.web-auth-legal{color:#7f8992;font-size:11px;line-height:1.5;text-align:center}.web-auth-note{margin:10px 0 20px}.web-auth-legal{margin:0}.web-auth-legal a{color:#b9bdc1}.web-auth-error{padding:10px 12px;border:1px solid rgba(225,90,90,.38);border-radius:8px;background:#e15a5a1a;color:#ef8585;font-size:12px}@media (max-width: 920px){.web-auth-main{width:min(620px,calc(100% - 40px));grid-template-columns:1fr;gap:38px;padding-top:20px}.web-auth-story{text-align:center}.web-auth-story h1{font-size:44px}.web-auth-story>p{font-size:16px}.web-auth-card{max-width:520px;justify-self:center}.web-auth-proof{justify-content:center}}@media (max-width: 600px){.web-auth-header{width:calc(100% - 32px);height:76px}.web-auth-brand .dna-logo-image{width:44px;height:52px}.web-auth-brand span:last-child{font-size:18px!important}.web-auth-back{font-size:12px}.web-auth-main{width:calc(100% - 28px);min-height:auto;gap:26px;padding:25px 0 70px}.web-auth-story h1{margin:12px 0 15px;font-size:34px}.web-auth-story>p{font-size:14px;line-height:1.55}.web-auth-roles{gap:5px;margin-top:24px}.web-auth-roles div{min-height:74px}.web-auth-roles b{width:32px;height:32px;font-size:15px}.web-auth-roles span{font-size:9px}.web-auth-proof{margin-top:15px;font-size:9px}.web-auth-card{padding:23px 18px}.web-auth-card-heading h2{font-size:25px}}.web-page button,.web-page input,.web-page select,.web-page textarea{font:inherit}.web-np-alert{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;padding:14px 16px;border:1px solid rgba(233,69,96,.35);border-radius:12px;background:#e945600f}.web-np-alert>div{display:flex;flex-direction:column;gap:8px}.web-np-alert p{margin:0;color:var(--accent);font-size:13px;font-weight:600}.web-np-alert .web-secondary-button{width:auto;margin:0;padding:9px 14px;border-radius:10px;font-size:12px}.web-np-done{margin-bottom:14px;padding:12px 14px;border:1px solid rgba(57,185,128,.35);border-radius:10px;background:#39b98012;color:var(--web-green);font-size:13px}.web-np-form{display:flex;flex-direction:column;gap:18px}.web-np-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.web-np-field{display:flex;min-width:0;flex-direction:column;gap:7px}.web-np-field>span{color:#8b949c;font-size:11px;font-weight:700}.web-np-field input,.web-np-field select,.web-np-field textarea{width:100%;min-width:0;padding:11px 12px;border:1px solid #2d3945;border-radius:10px;outline:0;background:#0a1016;color:var(--text-primary);font-size:13px}.web-np-field textarea{min-height:110px;resize:vertical;line-height:1.5}.web-np-field input:focus,.web-np-field select:focus,.web-np-field textarea:focus{border-color:#596674}.web-np-field--wide,.web-np-skills{grid-column:1 / -1}.web-np-skill-state{display:flex;align-items:center;gap:6px;padding:8px 2px;color:var(--text-muted);font-size:13px}.web-np-skills>input{width:100%;padding:9px 12px}.web-np-skill-group+.web-np-skill-group{margin-top:12px}.web-np-skill-group>small{display:block;margin-bottom:7px;color:#707a84;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.web-np-skill-tags{display:flex;flex-wrap:wrap;gap:7px}.web-np-skill-tags button{display:inline-flex;align-items:center;gap:5px;padding:7px 11px;border:1px solid #2d3945;border-radius:8px;background:transparent;color:#aab1b8;font-size:11px;cursor:pointer;transition:.15s}.web-np-skill-tags button:hover{border-color:#596674}.web-np-skill-tags button.is-selected{border-color:#39b98073;background:color-mix(in srgb,var(--web-green),transparent 88%);color:var(--web-green)}.web-np-actions{display:flex}.web-np-actions .web-primary-button{min-width:200px;justify-content:center}@media (max-width: 680px){.web-np-grid{grid-template-columns:1fr}.web-np-field--wide,.web-np-skills{grid-column:auto}}.web-prj-note{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;border:1px solid rgba(57,185,128,.3);border-radius:12px;background:#39b98012;color:var(--web-green);font-size:13px}.web-prj-block{margin-top:20px;padding:14px;border:1px solid var(--border);border-radius:13px;background:#ffffff04}.web-prj-paei-head{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-primary)}.web-prj-paei-head em{margin-left:auto;font-style:normal;font-size:11px;color:var(--text-muted)}.web-prj-paei{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px;margin-top:12px}.web-prj-paei-row{display:flex;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--border);border-radius:10px;font-size:12px}.web-prj-paei-row.is-covered{background:#ffffff06}.web-prj-paei-row.is-hole{background:#e15a5a0d}.web-prj-paei-name{color:var(--text-primary);font-weight:650}.web-prj-paei-name i{font-style:normal;color:var(--text-muted)}.web-prj-paei-state{display:inline-grid;margin-left:auto;place-items:center;padding:3px 8px;border-radius:7px;font-size:10px;font-weight:800;background:#39b9801f}.web-prj-paei-state.is-hole{color:var(--role-p);background:#e15a5a1f}.web-prj-paei-hint{margin-top:12px;font-size:12px;line-height:1.55;color:var(--text-muted)}.web-prj-paei-hint b{font-weight:750}.web-prj-invite{display:flex;align-items:center;gap:16px;padding:6px 2px}.web-prj-invite>div:first-child{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.web-prj-invite strong{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-primary)}.web-prj-invite strong svg{color:var(--web-blue)}.web-prj-invite span{font-size:12px;color:var(--text-muted)}.web-prj-invite.is-accepted strong svg{color:var(--web-green)}.web-prj-invite .web-prj-actions{flex-shrink:0}.web-prj-actions{display:flex;align-items:center;gap:8px}.web-prj-actions .web-primary-button{flex:0 0 auto;height:36px;padding:0 14px;border-radius:10px;font-size:12px}.web-prj-actions .web-secondary-button{flex:0 0 auto;width:auto;height:36px;margin:0;padding:0 14px;border-radius:10px;font-size:12px}.web-prj-actions .web-secondary-button.is-danger{border-color:#e15a5a66;color:var(--role-p)}.web-prj-item>.web-secondary-button{margin-top:0}.web-prj-app-pending{display:flex;align-items:center;gap:16px;padding:6px 2px}.web-prj-app-pending>div{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.web-prj-app-pending strong{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-primary)}.web-prj-app-pending strong svg{animation:web-prj-spin 1.2s linear infinite;color:var(--role-e)}.web-prj-app-pending span{font-size:12px;color:var(--text-muted)}.web-prj-app-pending .web-secondary-button.is-danger{flex:0 0 auto;width:auto;height:36px;margin:0;padding:0 14px;border-radius:10px;font-size:12px;border-color:#e15a5a66;color:var(--role-p)}@keyframes web-prj-spin{to{transform:rotate(360deg)}}.web-prj-apply{margin-top:16px;display:flex;justify-content:center}.web-prj-apply .web-primary-button{min-width:220px;justify-content:center}.web-prj-list{display:grid;gap:8px}.web-prj-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#ffffff04}.web-prj-item.is-column{flex-direction:column;align-items:stretch}.web-prj-item__copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.web-prj-item__copy strong{font-size:13px;color:var(--text-primary)}.web-prj-item__copy small{color:var(--text-muted);font-size:11px;line-height:1.45}.web-prj-match-head{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-primary)}.web-prj-item small,.web-prj-item p{color:var(--text-muted);font-size:11px;line-height:1.45}.web-prj-item p{margin:0}.web-prj-score{display:inline-grid;margin-left:auto;place-items:center;padding:4px 9px;border-radius:7px;font-size:11px;font-weight:800}.web-prj-score.is-high{color:var(--web-green);background:#39b9801f}.web-prj-score.is-medium{color:var(--role-e);background:#e8c5471f}.web-prj-score.is-low{color:var(--role-p);background:#e15a5a1f}.web-prj-reasons{display:grid;gap:3px}.web-prj-status{flex:0 0 auto;padding:4px 9px;border-radius:7px;font-size:10px;font-weight:800}.web-prj-status.is-pending{color:var(--role-e);background:#e8c5471f}.web-prj-status.is-accepted{color:var(--web-green);background:#39b9801f}.web-prj-status.is-rejected{color:var(--role-p);background:#e15a5a1f}.web-prj-collapse{display:flex;align-items:center;gap:8px;width:100%;padding:10px 0;border:0;background:transparent;color:var(--text-primary);font-size:13px;font-weight:700;text-align:left;cursor:pointer}.web-prj-collapse svg:first-child{color:var(--web-blue)}.web-prj-collapse svg:last-child{margin-left:auto;color:var(--text-muted)}.web-prj-cta{display:flex;align-items:center;gap:12px;width:100%;margin-top:10px;padding:12px;border:1px solid var(--border);border-radius:12px;background:#ffffff04;color:var(--text-primary);text-align:left;cursor:pointer}.web-prj-cta:first-of-type{margin-top:0}.web-prj-cta>svg{flex:0 0 auto}.web-prj-cta span{display:flex;flex-direction:column;gap:2px}.web-prj-cta strong{font-size:12px}.web-prj-cta small{color:var(--text-muted);font-size:11px}.web-prj-cta.is-danger{border-color:#e15a5a59}.web-prj-cta.is-danger svg{color:var(--role-p)}.web-prj-cta.is-danger strong{color:var(--role-p)}.web-prj-cta:disabled{opacity:.55;cursor:default}.web-prj-empty{padding:14px;border:1px dashed var(--border);border-radius:12px;color:var(--text-muted);font-size:12px;text-align:center}@media (max-width: 680px){.web-prj-invite,.web-prj-app-pending{align-items:stretch;flex-direction:column}.web-prj-invite .web-prj-actions,.web-prj-app-pending .web-secondary-button{width:100%}.web-prj-invite .web-prj-actions>button,.web-prj-app-pending .web-secondary-button{flex:1}.web-prj-item{align-items:flex-start;flex-wrap:wrap}.web-prj-item .web-prj-status{margin-left:auto}.web-prj-item .web-prj-actions{width:100%;margin-left:0}.web-prj-item .web-prj-actions>button{flex:1}.web-prj-item>.web-secondary-button{margin-left:auto}.web-prj-paei{grid-template-columns:1fr}.web-prj-paei-head{align-items:flex-start;flex-wrap:wrap}.web-prj-paei-head em{width:100%;margin-left:25px}}.web-article{max-width:1240px;margin:0 auto;color:var(--text-primary)}.web-article button,.web-article textarea{font:inherit}.web-article-top{display:flex;justify-content:space-between;margin-bottom:4px}.web-article-state{display:flex;min-height:50vh;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.web-article-hero{padding:10px 2px 22px}.web-article-hero__badges{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:10px}.web-article-hero__badges>span{display:inline-flex;align-items:center;gap:5px;color:var(--text-muted);font-size:11px}.web-article-hero__badges .web-article-cat{padding:4px 11px;border-radius:9px;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.web-article-hero__badges .is-read{color:var(--web-green);font-weight:700}.web-article-hero h1{max-width:820px;margin:0;font-size:clamp(26px,3.4vw,38px);line-height:1.12;letter-spacing:-.03em}.web-article-body{display:grid;gap:14px;max-width:860px}.web-article-text{color:var(--text-primary);font-size:14.5px;line-height:1.75;white-space:pre-wrap}.web-article-text button{font:inherit}.web-article-task{border:1px dashed rgba(232,197,71,.4)}.web-article-task .web-section-header{margin-bottom:14px}.web-article-done-mark{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;background:#39b98021;color:var(--web-green);font-size:10px;font-weight:800}.web-article-task-item{margin-bottom:18px}.web-article-task-q{margin-bottom:9px;font-size:13.5px;font-weight:700;line-height:1.45}.web-article-choices{display:flex;flex-direction:column;gap:7px}.web-article-choices.is-row{flex-direction:row}.web-article-choices.is-row button{flex:1;justify-content:center}.web-article-choices button{box-sizing:border-box;padding:11px 13px;border:1px solid #2d3945;border-radius:10px;background:#0a1016cc;color:var(--text-primary);font-size:13px;font-weight:600;text-align:left;cursor:pointer;transition:.15s}.web-article-choices button:hover{border-color:#566370}.web-article-choices button.is-selected{border-color:#ff6b6b8c;background:#e945601a;color:#ff8f9b}.web-article-actions{display:flex;justify-content:center;margin-top:6px}.web-article-actions .web-primary-button,.web-article-actions .web-secondary-button{min-width:200px;margin:0;justify-content:center}.web-article-submitted{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;color:var(--web-green);font-size:12px;font-weight:650}.web-article-practice{border:1px solid rgba(123,92,240,.25)}.web-article-steps{display:grid;gap:9px}.web-article-step{padding:13px;border:1px solid #222d37;border-radius:12px;background:#0a10168c}.web-article-step.is-done{border-color:#7ed32152;background:#7ed3210d}.web-article-step__head{display:flex;align-items:flex-start;gap:11px}.web-article-step__checkbox{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;margin-top:1px;border:2px solid #39454f;border-radius:7px;background:transparent;color:#fff;font-size:15px;cursor:pointer}.web-article-step.is-done .web-article-step__checkbox{border-color:var(--web-green);background:var(--web-green)}.web-article-step__title{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.web-article-step__title strong{font-size:13.5px;line-height:1.35}.web-article-step__title em{flex-shrink:0;color:#a78bfa;font-size:11px;font-style:normal;font-weight:650;white-space:nowrap}.web-article-step__inst{margin:7px 0 0 36px;color:var(--text-muted);font-size:13px;line-height:1.55}.web-article-step__hint{margin:7px 0 0 36px;color:#a78bfa;font-size:12px;line-height:1.45}.web-article-step__extras{margin:12px 0 0 36px;display:grid;gap:11px}.web-article-howto{padding:11px 13px;border-radius:10px;background:#7b5cf014}.web-article-howto strong{display:block;margin-bottom:6px;color:#a78bfa;font-size:11.5px;font-weight:750}.web-article-howto span{color:var(--text-primary);font-size:13px;line-height:1.62;white-space:pre-wrap}.web-article-variants{display:grid;gap:6px}.web-article-variants>strong{color:var(--text-muted);font-size:11.5px;font-weight:750}.web-article-variant{display:flex;flex-direction:column;gap:3px;padding:9px 11px;border:1px solid var(--border);border-radius:9px;background:#0a101699}.web-article-variant span{font-size:12.5px;font-weight:700}.web-article-variant small{color:var(--text-muted);font-size:11.5px;line-height:1.45}.web-article-detail button{width:100%;padding:9px;border:1px solid rgba(123,92,240,.4);border-radius:9px;background:transparent;color:#a78bfa;font-size:12.5px;font-weight:650;cursor:pointer}.web-article-detail__body{margin-top:8px;padding:11px 13px;border:1px dashed rgba(123,92,240,.3);border-radius:10px;background:#7b5cf00a}.web-article-detail__body strong{display:block;margin-bottom:6px;color:#a78bfa;font-size:11.5px;font-weight:750}.web-article-detail__body span{color:var(--text-primary);font-size:13px;line-height:1.65;white-space:pre-wrap}.web-article-publish{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;margin-top:11px;padding:10px;border:1px solid rgba(123,92,240,.4);border-radius:10px;background:transparent;color:#a78bfa;font-size:13px;font-weight:750;cursor:pointer}.web-article-publish.is-done{border-color:transparent;background:#7ed321e6;color:#06210f}.web-article-publish:disabled{opacity:.6;cursor:default}.web-article-notes{box-sizing:border-box;width:100%;padding:12px;border:1px solid #2d3945;border-radius:11px;outline:0;background:#0a1016cc;color:var(--text-primary);font-size:14px;line-height:1.55;font-family:inherit;resize:vertical}.web-article-notes:focus{border-color:#596674}.web-article-notes::placeholder{color:var(--text-muted)}.web-article-footer{display:flex;gap:8px}.web-article-footer button{flex:1;justify-content:center;height:40px}.web-article-footer .web-secondary-button{margin:0}@media (max-width: 680px){.web-article-step__extras{margin-left:0}.web-article-choices.is-row,.web-article-footer{flex-direction:column}.web-article-footer button{width:100%}}.web-glossary{max-width:1240px;margin:0 auto;color:var(--text-primary)}.web-glossary button,.web-glossary input{font:inherit}.web-glossary-top{display:flex;justify-content:space-between;margin-bottom:4px}.web-glossary-hero{padding:10px 2px 22px}.web-glossary-hero h1{margin:0 0 7px;font-size:clamp(32px,4vw,46px);line-height:1;letter-spacing:-.04em}.web-glossary-hero p{max-width:640px;margin:0;color:var(--text-muted);font-size:14px}.web-glossary-tools{display:grid;gap:12px;margin-bottom:16px}.web-glossary-search{position:relative;display:flex;align-items:center}.web-glossary-search>svg{position:absolute;left:13px;z-index:1;color:var(--text-muted)}.web-glossary-search input{width:100%;height:44px;padding:0 40px;border:1px solid #2d3945;border-radius:11px;outline:0;background:#0a1016f5;color:var(--text-primary)}.web-glossary-search input:focus{border-color:#596674}.web-glossary-search button{position:absolute;right:8px;display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer}.web-glossary-search button:hover{color:var(--text-primary)}.web-glossary-chips{display:flex;flex-wrap:wrap;gap:7px}.web-glossary-chips button{padding:7px 14px;border:1px solid #2d3945;border-radius:24px;background:transparent;color:var(--text-muted);font-size:11.5px;font-weight:750;cursor:pointer;transition:.15s}.web-glossary-chips button:hover{border-color:#596674;color:var(--text-primary)}.web-glossary-chips button.is-active{border-color:#5557ff73;background:#5f5cf021;color:#a89bff}.web-glossary-total{color:var(--text-muted);font-size:11.5px}.web-glossary-total strong{color:var(--text-primary)}.web-glossary-state{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-muted)}.web-glossary-state strong{font-size:14px}.web-glossary-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.web-glossary-item{display:flex;align-items:flex-start;gap:12px;padding:13px 14px;border:1px solid #222d37;border-radius:13px;background:#0a101699;color:var(--text-primary);text-align:left;cursor:pointer;transition:border-color .2s,transform .2s}.web-glossary-item:hover{border-color:#566370;transform:translateY(-2px)}.web-glossary-item__icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px}.web-glossary-item__copy{min-width:0;display:flex;flex-direction:column;gap:5px}.web-glossary-item__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.web-glossary-item__head strong{font-size:14px;letter-spacing:-.01em}.web-glossary-item__head em{padding:3px 10px;border-radius:10px;font-size:9.5px;font-style:normal;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.web-glossary-item__copy small{display:-webkit-box;overflow:hidden;color:var(--text-muted);font-size:11.5px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.web-glossary-cat{display:inline-block;padding:4px 11px;border-radius:10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.web-glossary-def{margin:0;color:var(--text-primary);font-size:14.5px;line-height:1.65;white-space:pre-wrap}@media (max-width: 900px){.web-glossary-list{grid-template-columns:1fr}}.web-test{max-width:1240px;margin:0 auto;color:var(--text-primary)}.web-test button,.web-test input,.web-test textarea{font:inherit}.web-test-top{display:flex;justify-content:space-between;margin-bottom:4px}.web-test-state{display:flex;min-height:50vh;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.web-test-hero{padding:12px 2px 20px;text-align:center}.web-test-hero__icon{display:inline-grid;width:64px;height:64px;place-items:center;margin-bottom:10px;border-radius:20px;background:#7b5cf01f;color:var(--web-violet)}.web-test-hero h1{margin:0 0 7px;font-size:clamp(24px,3vw,34px);line-height:1.08;letter-spacing:-.03em}.web-test-hero p{max-width:560px;margin:0 auto;color:var(--text-muted);font-size:14px}.web-test-features{display:grid;gap:12px}.web-test-feature{display:flex;gap:12px;align-items:flex-start}.web-test-feature svg{flex-shrink:0;margin-top:2px;color:var(--web-blue)}.web-test-feature strong{display:block;font-size:14px}.web-test-feature small{color:var(--text-muted);font-size:12px;line-height:1.5}.web-test-roles{display:grid;gap:10px;margin-top:4px}.web-test-role{display:flex;gap:10px;align-items:flex-start}.web-test-role strong{font-size:13px}.web-test-role strong i{font-style:normal;font-weight:800}.web-test-role small{display:block;margin-top:2px;color:var(--text-muted);font-size:12px;line-height:1.45}.web-test-role-note{margin:10px 0 0;color:var(--text-muted);font-size:12px;line-height:1.55}.web-test-steps{display:grid;gap:12px;margin:0;padding:0;list-style:none}.web-test-steps li{display:flex;gap:12px;align-items:center}.web-test-steps b{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:9px;background:linear-gradient(135deg,#7b5cf0,#4a90d9);color:#fff;font-size:13px}.web-test-steps span{font-size:13.5px}.web-test-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:16px;padding:14px;border:0;border-radius:13px;background:linear-gradient(135deg,#7b5cf0,#4a90d9);color:#fff;font-size:15px;font-weight:800;cursor:pointer;transition:opacity .15s,transform .15s}.web-test-cta:hover{opacity:.94;transform:translateY(-1px)}.web-test-cta:disabled{opacity:.5;cursor:default;transform:none}.web-test-cta-note{display:block;margin-top:8px;color:var(--text-muted);font-size:11.5px;text-align:center}.web-test-flow{max-width:760px;margin:0 auto;color:var(--text-primary)}.web-test-flow button{font:inherit}.web-test-progress{display:flex;gap:6px;margin-bottom:14px}.web-test-progress i{flex:1;height:4px;border-radius:3px;background:#1a232e;opacity:.4}.web-test-progress i.is-on{background:var(--web-violet);opacity:1}.web-test-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.web-test-section-head>div{display:flex;min-width:0;flex-direction:column;gap:4px}.web-test-section-head small{color:var(--text-muted);font-size:12px}.web-test-section-head strong{font-size:17px;letter-spacing:-.01em}.web-test-section-inst{color:var(--text-muted);font-size:12.5px;line-height:1.55}.web-test-remaining{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:12px 0 0;padding:9px 13px;border-radius:10px;background:#0c1219}.web-test-remaining.is-full{background:#39b9801a}.web-test-remaining span{color:var(--text-primary);font-size:13px;font-weight:650;display:inline-flex;align-items:center;gap:5px}.web-test-remaining span.is-full{color:var(--web-green)}.web-test-remaining em{color:var(--text-muted);font-size:13px;font-style:normal;font-weight:800}.web-test-questions{display:grid;gap:8px;margin:14px 0}.web-test-question{display:flex;align-items:center;gap:11px;padding:11px 13px;border:1px solid #222d37;border-radius:12px;background:#0a101699}.web-test-question>svg{flex-shrink:0}.web-test-question span{flex:1;min-width:0;font-size:13px;line-height:1.4}.web-test-stepper{display:flex;align-items:center;gap:7px;flex-shrink:0}.web-test-stepper button{display:grid;width:29px;height:29px;place-items:center;border:1px solid #2d3945;border-radius:9px;background:transparent;color:var(--text-primary);font-size:16px;font-weight:750;cursor:pointer}.web-test-stepper button:disabled{opacity:.35;cursor:default}.web-test-stepper b{display:inline-grid;width:38px;place-items:center;color:var(--text-muted);font-size:15px;font-weight:800}.web-test-stepper b.is-set{color:var(--web-violet)}.web-test-nav{display:flex;gap:8px}.web-test-nav .web-primary-button,.web-test-nav .web-secondary-button{flex:1;height:44px;justify-content:center}.web-test-nav .web-icon-button{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border:1px solid #2d3945;border-radius:11px;background:transparent;color:var(--text-primary);cursor:pointer}.web-test-actions{display:flex;gap:8px}.web-test-actions .web-primary-button,.web-test-actions .web-secondary-button{flex:1;justify-content:center;height:42px;margin:0}.web-test-result-hero{padding:12px 2px 16px;text-align:center}.web-test-result-hero__icon{display:inline-grid;width:62px;height:62px;place-items:center;margin-bottom:8px;border-radius:20px;background:#ffffff08}.web-test-result-hero h1{margin:0;font-size:clamp(22px,2.6vw,30px);letter-spacing:-.03em}.web-test-result-card{text-align:center;border-top:3px solid var(--web-violet)}.web-test-result-role{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:6px;font-size:18px;font-weight:800}.web-test-result-code{padding:4px 11px;border:1px solid rgba(123,92,240,.35);border-radius:11px;background:#7b5cf01f;color:var(--web-violet);font-size:12px;font-weight:800;letter-spacing:1.5px}.web-test-result-sub{margin:0;color:var(--text-muted);font-size:13px;line-height:1.6}.web-test-bars{display:grid;gap:11px}.web-test-bar__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.web-test-bar__head b{display:inline-flex;align-items:center;gap:5px;font-size:12.5px}.web-test-bar__head b.is-top{color:var(--web-violet)}.web-test-bar__head small{color:var(--text-muted);font-size:11px}.web-test-bar__head em{font-size:12.5px;font-style:normal;font-weight:800}.web-test-track{height:8px;overflow:hidden;border-radius:6px;background:#161e27}.web-test-track i{display:block;height:100%;border-radius:6px;transition:width .5s ease}.web-test-track.is-thin{height:6px}.web-test-list{display:grid;gap:7px}.web-test-list .web-test-row{display:flex;gap:8px;align-items:flex-start}.web-test-list .web-test-row svg{flex-shrink:0;margin-top:2px}.web-test-list .web-test-row span{font-size:13px;line-height:1.45}.web-test-list--green .web-test-row svg{color:var(--web-green)}.web-test-list--red .web-test-row svg{color:var(--role-p)}.web-test-tags{display:flex;flex-wrap:wrap;gap:6px}.web-test-tags span{padding:5px 11px;border-radius:9px;background:#39b9801f;color:var(--web-green);font-size:11.5px;font-weight:700}.web-test-tags--avoid span{background:#e15a5a1a;color:var(--role-p)}.web-test-quote{display:grid;gap:6px;border:1px solid rgba(123,92,240,.22);background:#7b5cf012}.web-test-quote strong{font-size:14px}.web-test-quote p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.6}.web-test-feedback{border:1px dashed var(--border)}.web-test-feedback__actions{display:flex;gap:8px}.web-test-feedback__actions .web-primary-button,.web-test-feedback__actions .web-secondary-button{flex:1;justify-content:center;height:38px;margin:0;font-size:12.5px}.web-test-feedback textarea{box-sizing:border-box;width:100%;margin-top:10px;padding:9px;border:1px solid #2d3945;border-radius:9px;outline:0;background:#0a1016cc;color:var(--text-primary);font-size:13px;font-family:inherit;resize:vertical}.web-test-feedback textarea:focus{border-color:#596674}.web-test-feedback-sent{border:1px solid rgba(57,185,128,.3);background:#39b98014;color:var(--web-green);font-size:13px;font-weight:700}@media (max-width: 680px){.web-test-question{align-items:flex-start;flex-wrap:wrap}.web-test-question>span{flex:1 1 calc(100% - 40px)}.web-test-stepper{margin-left:29px}.web-test-feedback__actions{flex-direction:column}.web-test-feedback__actions .web-primary-button,.web-test-feedback__actions .web-secondary-button{width:100%}}.web-riasec{max-width:900px;margin:0 auto;color:var(--text-primary)}.web-riasec button,.web-riasec textarea{font:inherit}.web-riasec-top{display:flex;justify-content:space-between;margin-bottom:4px}.web-riasec-state{display:flex;min-height:50vh;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.web-riasec-hero{padding:12px 2px 20px;text-align:center}.web-riasec-hero__icon{display:inline-grid;width:62px;height:62px;place-items:center;margin-bottom:8px;border-radius:20px;background:#e945601f;color:#e94560}.web-riasec-hero h1{margin:0 0 7px;font-size:clamp(22px,3vw,32px);line-height:1.1;letter-spacing:-.03em}.web-riasec-hero p{margin:0 auto;max-width:560px;color:var(--text-muted);font-size:14px}.web-riasec-dims{display:grid;gap:8px}.web-riasec-dim{display:flex;align-items:center;gap:11px;padding:9px 11px;border:1px solid #222d37;border-radius:11px;background:#0a10168c}.web-riasec-dim__emoji{font-size:23px}.web-riasec-dim__copy{flex:1;min-width:0}.web-riasec-dim__copy b{font-size:13.5px}.web-riasec-dim__copy b i{font-style:normal}.web-riasec-dim__copy small{display:block;color:var(--text-muted);font-size:12px}.web-riasec-note{margin:0;color:var(--text-muted);font-size:12.5px;line-height:1.6}.web-riasec-flow{max-width:760px;margin:0 auto;color:var(--text-primary)}.web-riasec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.web-riasec-head small{color:var(--text-muted);font-size:12.5px}.web-riasec-head em{color:var(--text-muted);font-style:normal;font-size:13px;font-weight:800}.web-riasec-head em.is-done{color:var(--web-green)}.web-riasec-progress{height:6px;overflow:hidden;border-radius:5px;background:#161e27}.web-riasec-progress i{display:block;height:100%;border-radius:5px;background:linear-gradient(90deg,#e94560,#e9b44c,#39b980);transition:width .4s ease}.web-riasec-dots{display:flex;gap:4px;margin-top:7px}.web-riasec-dots button{flex:1;height:4px;border:0;border-radius:3px;background:#1a232e;cursor:pointer}.web-riasec-dots button.is-on{background:#e94560}.web-riasec-dots button.is-past{background:#e9456066}.web-riasec-scale{display:flex;justify-content:space-between;margin:12px 0;padding:10px 12px;border:1px solid #222d37;border-radius:11px;background:#0a10168c}.web-riasec-scale>div{flex:1;text-align:center}.web-riasec-scale i{display:block;width:17px;height:17px;margin:0 auto 4px;border-radius:9px;opacity:.9}.web-riasec-scale span{color:var(--text-muted);font-size:9.5px;line-height:1.2}.web-riasec-questions{display:grid;gap:10px;margin-bottom:14px}.web-riasec-question{padding:12px 14px;border:1px solid #222d37;border-left:3px solid rgba(233,69,96,.18);border-radius:12px;background:#0a101699}.web-riasec-question__head{display:flex;align-items:center;gap:9px;margin-bottom:9px}.web-riasec-question__dim{display:grid;width:27px;height:27px;flex:0 0 27px;place-items:center;border-radius:50%;font-size:13px;font-weight:750}.web-riasec-question__head>span:not(.web-riasec-question__dim){flex:1;font-size:13px;line-height:1.45}.web-riasec-question__head .web-riasec-question__dim{flex:0 0 27px}.web-riasec-likert{display:flex;gap:4px}.web-riasec-likert button{flex:1;height:34px;border:1px solid #2d3945;border-radius:9px;background:transparent;color:var(--text-muted);font-size:14px;font-weight:650;cursor:pointer;transition:all .15s ease}.web-riasec-likert button.is-selected{color:var(--text-primary);font-weight:800}.web-riasec-nav{display:flex;gap:8px}.web-riasec-nav .web-primary-button,.web-riasec-nav .web-secondary-button{flex:1;height:44px;margin:0;justify-content:center}.web-riasec-result-hero{padding:12px 2px 16px;text-align:center}.web-riasec-result-hero__emoji{font-size:44px}.web-riasec-result-hero h1{margin:0 0 6px;font-size:clamp(22px,2.6vw,30px);letter-spacing:-.03em}.web-riasec-result-hero p{margin:0;color:var(--text-muted);font-size:14px}.web-riasec-result-hero p strong{font-size:20px;letter-spacing:2px}.web-riasec-result-card{text-align:center}.web-riasec-result-name{font-size:18px;font-weight:800;margin-bottom:6px}.web-riasec-result-sub{margin:0 auto;max-width:560px;color:var(--text-muted);font-size:13px;line-height:1.6}.web-riasec-result-box{margin:12px 0 0;padding:11px 13px;border-radius:11px;color:var(--text-muted);font-size:13px;line-height:1.55;text-align:left}.web-riasec-bars{display:grid;gap:11px}.web-riasec-bar__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.web-riasec-bar__head b{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:650}.web-riasec-bar__head b.is-top{font-weight:800}.web-riasec-bar__head i{font-style:normal;color:var(--text-muted);font-size:11px}.web-riasec-bar__head em{font-size:12.5px;font-style:normal;font-weight:800}.web-test-quote--riasec{border-color:#e9456040;background:#e9456012}.web-people{max-width:1240px;margin:0 auto}.web-people button,.web-people input,.web-people select{font:inherit}.web-people-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:14px 2px 28px}.web-people-hero h1{margin:4px 0 7px;font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.04em}.web-people-hero p{max-width:720px;margin:0;color:var(--text-muted);font-size:15px}.web-people-hero>button{display:inline-flex;height:46px;flex:0 0 auto;align-items:center;gap:8px;padding:0 17px;border:1px solid #3a4656;border-radius:8px;background:#111923;color:#dadbd9;cursor:pointer;font-weight:700}.web-people-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.web-people-section-title h2{margin:4px 0 0;color:#f0efec;font-size:22px;letter-spacing:-.02em}.web-people-section-title>span{display:inline-flex;align-items:center;gap:6px;color:#828c95;font-size:11px}.web-people-section-title>strong{color:#7f8992;font-size:11px;font-weight:600}.web-people-recommendations{margin-bottom:30px;padding:22px;border:1px solid #2d3945;border-radius:14px;background:#080d12e0}.web-recommendation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.web-recommendation-card{position:relative;padding:17px;overflow:hidden;border:1px solid rgba(225,90,90,.27);border-radius:12px;background:#0e151d;cursor:pointer}.web-recommendation-card.accent-1{border-color:#7dbe4f45}.web-recommendation-card.accent-2{border-color:#e8c54745}.web-recommendation-card__head{display:flex;align-items:center;gap:10px}.web-recommendation-card__head .web-avatar{width:64px;height:64px;flex-basis:64px;border-radius:50%;font-size:17px}.web-recommendation-card__head>span:not(.web-avatar){display:flex;min-width:0;flex:1;flex-direction:column}.web-recommendation-card__head strong{overflow:hidden;color:#eeeeeb;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.web-recommendation-card__head small{color:#7f8992;font-size:9px}.web-recommendation-card__head>b{color:var(--role-p);font-size:17px;text-align:right}.web-recommendation-card__head>b small{display:block;font-size:8px;font-weight:500}.web-recommendation-card__role{display:flex;align-items:center;gap:7px;margin-top:15px;color:#b9bdc1;font-size:11px;font-weight:700}.web-recommendation-card__role em{margin-left:auto;color:var(--role-a);font-size:9px;font-style:normal}.web-recommendation-card__role .paei-badge{width:25px;height:25px;padding:0;font-size:10px}.web-recommendation-card>p{min-height:40px;margin:13px 0;color:#929aa2;font-size:11px;line-height:1.55}.web-recommendation-card footer{display:flex;gap:7px;margin-top:15px;padding-top:12px;border-top:1px solid #222d37}.web-recommendation-card footer>button{display:inline-flex;height:34px;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid #34404c;border-radius:7px;background:transparent;color:#b9bdc1;cursor:pointer;font-size:10px;font-weight:700}.web-recommendation-card footer>button:first-child{flex:1;min-width:0}.web-recommendation-card footer>button:not(:first-child){width:34px;padding:0}.web-recommendation-card footer>button.is-liked,.web-person-card footer>button.is-liked{border-color:#e15a5a73;background:#e15a5a17;color:var(--role-p)}.web-people-catalog{padding-top:2px}.web-people-tools{display:grid;grid-template-columns:minmax(280px,1fr) 180px 160px auto;gap:9px;margin-bottom:15px}.web-people-tools form{display:flex;height:44px;align-items:center;gap:9px;padding-left:12px;border:1px solid #2d3945;border-radius:9px;background:#0a1016;color:#7f8992}.web-people-tools form:focus-within{border-color:#596674}.web-people-tools form input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text)}.web-people-tools form button{align-self:stretch;padding:0 14px;border:0;border-left:1px solid #2d3945;background:transparent;color:#c7c9ca;cursor:pointer;font-size:11px;font-weight:700}.web-people-tools select{height:44px;padding:0 11px;border:1px solid #2d3945;border-radius:9px;outline:0;background:#0a1016;color:#b9bdc1;font-size:11px}.web-people-open{display:flex;min-width:150px;align-items:center;gap:8px;color:#a8afb5;font-size:10px;cursor:pointer}.web-people-open input{position:absolute;opacity:0}.web-people-open span{position:relative;width:34px;height:19px;border-radius:12px;background:#303944;transition:.2s}.web-people-open span:after{position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#a3adb8;content:"";transition:.2s}.web-people-open input:checked+span{background:#39b98059}.web-people-open input:checked+span:after{left:18px;background:var(--web-green)}.web-people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.web-person-card{position:relative;display:flex;min-height:350px;flex-direction:column;padding:18px;overflow:hidden;border:1px solid #2d3945;border-radius:14px;background:#0a1016f5;cursor:pointer;transition:border-color .2s,transform .2s}.web-person-card:before{position:absolute;inset:0 0 auto;height:2px;background:var(--role-p);content:""}.web-person-card.accent-1:before{background:var(--role-a)}.web-person-card.accent-2:before{background:var(--role-e)}.web-person-card.accent-3:before{background:var(--role-i)}.web-person-card:hover{border-color:#566370;transform:translateY(-2px)}.web-person-card>header{display:flex;align-items:center;gap:10px}.web-person-card>header .web-avatar{width:58px;height:58px;flex-basis:58px;border-radius:50%;font-size:16px}.web-person-card>header>span:not(.web-avatar){min-width:0;flex:1}.web-person-card h3{margin:0;overflow:hidden;color:#efefec;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.web-person-card header small{display:flex;align-items:center;gap:3px;color:#7f8992;font-size:9px}.web-person-card header em{padding:4px 7px;border:1px solid rgba(57,185,128,.3);border-radius:6px;color:var(--web-green);font-size:8px;font-style:normal}.web-person-card__role{display:flex;align-items:center;gap:8px;margin-top:16px;padding:9px;border-radius:8px;background:#121922}.web-person-card__role .paei-badge{width:29px;height:29px;padding:0}.web-person-card__role>span{display:flex;flex-direction:column}.web-person-card__role small{color:#707a84;font-size:8px}.web-person-card__role b{color:#c9cbca;font-size:11px}.web-person-card>p{display:-webkit-box;min-height:58px;margin:14px 0 10px;overflow:hidden;color:#929aa2;font-size:11px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.web-person-card__skills{display:flex;flex-wrap:wrap;gap:5px}.web-person-card__skills span{padding:4px 7px;border-radius:5px;background:#151c24;color:#9da5ad;font-size:9px}.web-person-card__looking{display:flex;min-width:0;flex-direction:column;margin-top:12px}.web-person-card__looking small{color:var(--web-cyan);font-size:9px}.web-person-card__looking span{overflow:hidden;color:#7f8992;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.web-person-card footer{display:flex;justify-content:space-between;gap:8px;margin-top:auto;padding-top:14px;border-top:1px solid #222d37}.web-person-card footer button{display:inline-flex;height:34px;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid #34404c;border-radius:7px;background:transparent;color:#b9bdc1;cursor:pointer;font-size:10px;font-weight:700}.web-person-card footer button:first-child{width:34px;padding:0}.web-person-card footer button:nth-child(2){flex:1}.web-person-card footer button:last-child{width:34px;padding:0}.web-people-state{display:flex;min-height:280px;align-items:center;justify-content:center;gap:10px;border:1px solid #2d3945;border-radius:14px;background:#0a1016e6;color:var(--text-muted)}.web-people-state.is-error{color:var(--role-p)}@media (max-width: 1100px){.web-recommendation-grid,.web-people-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.web-recommendation-card:last-child{display:none}.web-people-tools{grid-template-columns:1fr 1fr}.web-people-tools form{grid-column:1 / -1}}@media (max-width: 680px){.web-people-hero{display:block;padding-top:4px}.web-people-hero p{font-size:13px}.web-people-hero>button{width:100%;justify-content:center;margin-top:17px}.web-people-recommendations{padding:16px}.web-recommendation-grid,.web-people-grid,.web-people-tools{grid-template-columns:1fr}.web-recommendation-card:last-child{display:block}.web-people-tools form{grid-column:auto}.web-people-section-title>span{display:none}.web-person-card{min-height:335px}.web-recommendation-card__head .web-avatar{width:58px;height:58px;flex-basis:58px}.web-person-card>header .web-avatar{width:54px;height:54px;flex-basis:54px}}.web-pd{max-width:1240px;margin:0 auto;color:var(--text-primary)}.web-pd button,.web-pd input,.web-pd textarea{font:inherit}.web-pd-top{padding:2px 2px 0}.web-pd-top .web-text-button{padding-left:0}.web-pd-top .web-text-button:hover{color:var(--text-primary)}.web-pd-hero{display:flex;align-items:flex-end;gap:22px;padding:16px 2px 26px}.web-pd-avatar{width:96px;height:96px;flex:0 0 96px;border-radius:50%;font-size:28px}.web-pd-hero__copy{min-width:0;flex:1}.web-pd-hero__copy h1{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:2px 0 4px;font-size:clamp(27px,3.2vw,36px);letter-spacing:-.03em}.web-pd-hero__copy h1 svg{flex:0 0 auto}.web-pd-telegram{color:var(--text-muted);font-size:12px}.web-pd-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:10px;color:var(--text-muted);font-size:12px}.web-pd-meta span{display:inline-flex;align-items:center;gap:5px}.web-pd-meta span.is-open{color:var(--web-green)}.web-pd-actions{display:flex;flex:0 0 auto;align-items:center;gap:10px}.web-pd-action{display:grid;width:41px;height:41px;place-items:center;border:1px solid #34404c;border-radius:12px;background:transparent;color:#b9bdc1;cursor:pointer;transition:.15s}.web-pd-action:hover{border-color:#596674;color:var(--text-primary)}.web-pd-action .web-icon-loader{width:18px}.web-pd-action.is-liked{border-color:#e15a5a80;background:#e15a5a1a;color:var(--web-coral)}.web-pd-message{display:inline-flex;height:41px;align-items:center;gap:8px;padding:0 18px;border:0;border-radius:12px;background:var(--web-coral);color:#fff;font-weight:750;cursor:pointer}.web-pd-state{display:flex;min-height:50vh;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.web-pd-state .web-icon-loader{width:26px}.web-pd-match{display:flex;align-items:center;gap:13px;margin-bottom:18px;padding:13px 16px;border:1px solid rgba(57,185,128,.4);border-radius:12px;background:#39b98014;color:var(--web-green)}.web-pd-match>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.web-pd-match strong{font-size:13px}.web-pd-match span{color:var(--text-muted);font-size:11px}.web-pd-match .web-primary-button{flex:0 0 auto;height:38px;padding:0 16px;border-radius:10px;font-size:12px}.web-pd-compat{margin-bottom:18px;padding:15px 16px;border:1px solid;border-radius:13px}.web-pd-compat.is-strong{color:var(--web-green);border-color:#39b98066;background:#39b98012}.web-pd-compat.is-good{color:var(--role-a);border-color:#7dbe4f66;background:#7dbe4f12}.web-pd-compat.is-neutral{color:#a3adb8;border-color:#a3adb84d;background:#a3adb80f}.web-pd-compat.is-risk{color:var(--role-p);border-color:#e15a5a66;background:#e15a5a12}.web-pd-compat__label{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:.95}.web-pd-compat__role{display:flex;align-items:center;gap:9px;margin:0 0 7px;color:var(--text-primary);font-size:14px}.web-pd-compat__role .paei-badge{width:24px;height:24px;flex:0 0 24px;border-radius:8px;font-size:11px}.web-pd-compat__text{margin:0;font-size:12px;line-height:1.6;color:color-mix(in srgb,currentColor 82%,transparent)}.web-pd-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);gap:18px;align-items:start}.web-pd-main,.web-pd-aside{display:grid;gap:18px}.web-pd-role-head{display:flex;align-items:center;gap:15px;padding-bottom:14px}.web-pd-role-head .paei-badge{width:56px;height:56px;flex:0 0 56px;border-radius:17px;font-size:25px}.web-pd-role-copy{display:flex;min-width:0;flex:1;flex-direction:column}.web-pd-role-copy strong{font-size:18px}.web-pd-role-copy small{margin-top:3px;color:var(--text-muted);font-size:12px;line-height:1.4}.web-pd-code{align-self:flex-start;padding:2px 9px;border:1px solid rgba(85,87,255,.35);border-radius:8px;background:#5f5cf01f;color:#a89bff;font-size:10px;font-weight:750;letter-spacing:1px;white-space:nowrap}.web-pd-bars{display:grid;gap:8px;margin:4px 0 16px}.web-pd-bar{display:flex;align-items:center;gap:10px}.web-pd-bar>span{display:grid;width:23px;height:23px;flex:0 0 23px;place-items:center;border:1px solid #34404c;border-radius:7px;color:#b9bdc1;font-size:11px;font-weight:850}.web-pd-bar>i{height:6px;flex:1;overflow:hidden;border-radius:4px;background:#1a232e}.web-pd-bar>i em{display:block;height:100%;border-radius:4px}.web-pd-bar>b{width:130px;color:#b9bdc1;font-size:10px;font-weight:600}.web-pd-bar>strong{width:38px;color:var(--text-muted);font-size:11px;font-weight:700;text-align:right}.web-pd-text{margin:0 0 12px;color:var(--text-muted);font-size:12px;line-height:1.6}.web-pd-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.web-pd-lists strong{display:block;margin-bottom:6px;font-size:11px}.web-pd-lists strong.is-strong{color:var(--web-green)}.web-pd-lists strong.is-grow{color:var(--role-e)}.web-pd-lists ul{margin:0;padding-left:16px;color:var(--text-muted);font-size:11px;line-height:1.6}.web-pd-no-test{display:flex;align-items:center;gap:13px;color:var(--text-muted)}.web-pd-no-test>div{display:flex;flex-direction:column;gap:3px}.web-pd-no-test strong{color:var(--text-primary);font-size:13px}.web-pd-no-test span{font-size:11px}.web-pd-report{display:flex;width:100%;align-items:center;gap:14px;padding:4px 0;border:0;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.web-pd-report__icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:13px;background:color-mix(in srgb,var(--web-violet),transparent 85%);color:var(--web-violet)}.web-pd-report__copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.web-pd-report__copy strong{font-size:13px}.web-pd-report__copy small{color:var(--text-muted);font-size:11px}.web-pd-report__chevron{color:var(--text-muted);font-size:13px;transition:transform .2s}.web-pd-report__chevron.is-open{transform:rotate(180deg)}.web-pd-report-body{display:grid;gap:13px;margin-top:8px;padding-top:15px;border-top:1px solid #222d37}.web-pd-report-body strong{display:block;margin-bottom:6px;font-size:11px}.web-pd-report-body strong.is-friction{color:var(--role-p)}.web-pd-report-body strong.is-pros{color:var(--web-green)}.web-pd-report-body ul{margin:0;padding-left:16px;color:var(--text-muted);font-size:11px;line-height:1.6}.web-pd-report-item{padding:10px 12px;border-left:3px solid var(--web-green);border-radius:10px;background:#151c24}.web-pd-report-item.is-warn{border-left-color:var(--role-p)}.web-pd-report-item strong{display:block;margin-bottom:3px;color:var(--text-primary);font-size:12px}.web-pd-report-item span{color:var(--text-muted);font-size:11px;line-height:1.55}.web-pd-block+.web-pd-block{margin-top:14px;padding-top:14px;border-top:1px solid #222d37}.web-pd-block>span{display:block;margin-bottom:6px;color:#707a84;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.web-pd-block p{margin:0;color:#aab1b8;font-size:13px;line-height:1.6;white-space:pre-wrap}.web-pd-tags{display:flex;flex-wrap:wrap;gap:6px}.web-pd-tags span{padding:6px 11px;border-radius:7px;background:#151c24;color:#9da5ad;font-size:11px}.web-pd-projects{display:grid;gap:8px}.web-pd-projects>button{display:flex;width:100%;align-items:center;gap:12px;padding:11px 8px;border:0;border-radius:12px;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.web-pd-projects>button:hover{background:var(--bg-primary)}.web-pd-projects .web-project-mark{height:42px}.web-pd-project__copy{display:flex;min-width:0;flex:1;flex-direction:column}.web-pd-project__copy strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.web-pd-project__copy small{overflow:hidden;margin-top:3px;color:var(--text-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.web-pd-projects em{padding:4px 7px;border:1px solid rgba(232,197,71,.3);border-radius:6px;color:var(--role-e);font-size:9px;font-style:normal;white-space:nowrap}.web-pd-projects em.is-formed{border-color:#39b9804d;color:var(--web-green)}.web-pd-cta{display:flex;width:100%;align-items:center;gap:10px;padding:11px 8px;border:0;border-radius:12px;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.web-pd-cta:hover{background:var(--bg-primary)}.web-pd-cta+.web-pd-cta{margin-top:2px}.web-pd-cta>span{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.web-pd-cta strong{font-size:12px}.web-pd-cta small{color:var(--text-muted);font-size:10px}.web-pd-cta svg{flex:0 0 auto;color:var(--web-green)}.web-pd-cta:nth-of-type(2) svg{color:var(--web-blue)}.web-pd-complain{display:block;width:100%;margin-top:12px;padding:8px;border:1px solid rgba(225,90,90,.3);border-radius:10px;background:transparent;color:var(--role-p);font-size:11px;font-weight:700;cursor:pointer;transition:.15s}.web-pd-complain:hover{border-color:#e15a5a8c}.web-pd-note{margin:4px 4px 0;color:var(--text-muted);font-size:12px;line-height:1.5}.web-pd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#04080cb8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.web-pd-modal{width:min(460px,100%);padding:20px;border:1px solid #2d3945;border-radius:16px;background:#0d141b;box-shadow:0 18px 50px #0006}.web-pd-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.web-pd-modal-head h3{margin:0;font-size:17px;letter-spacing:-.02em}.web-pd-modal-head button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:9px;background:transparent;color:var(--text-muted);cursor:pointer}.web-pd-modal-head button:hover{background:#151c24;color:var(--text-primary)}.web-pd-modal p{margin:0 0 14px;color:var(--text-muted);font-size:12px;line-height:1.55}.web-pd-modal textarea{width:100%;min-width:0;margin-bottom:12px;padding:11px 12px;border:1px solid #2d3945;border-radius:10px;outline:0;background:#0a1016;color:var(--text-primary);font-size:13px;line-height:1.5;resize:vertical}.web-pd-modal textarea:focus{border-color:#596674}.web-pd-modal .web-primary-button{width:100%;justify-content:center}.web-pd-modal-done{display:flex;flex-direction:column;align-items:center;gap:18px;padding:18px 4px;text-align:center}.web-pd-modal-done strong{font-size:15px}.web-pd-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.web-pd-modal-actions .web-primary-button,.web-pd-modal-actions .web-pd-modal-secondary{justify-content:center}.web-pd-modal-actions .web-primary-button{grid-column:1 / -1}.web-pd-modal-secondary{display:inline-flex;height:42px;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid #34404c;border-radius:11px;background:transparent;color:var(--text-primary);font-weight:750;cursor:pointer}.web-pd-modal-secondary:hover{border-color:#596674}.web-pd-modal-list{display:grid;gap:8px}.web-pd-modal-list>button{padding:12px;border:1px solid #2d3945;border-radius:10px;background:transparent;color:var(--text-primary);font-size:13px;text-align:left;cursor:pointer;transition:.15s}.web-pd-modal-list>button:hover{border-color:#596674}.web-pd-modal-list>button:disabled{opacity:.5;cursor:default}.web-pd-modal-list p{margin:0}.web-pd-modal-back{padding:8px 2px!important;border:0!important;background:transparent!important;color:var(--text-muted)!important;font-size:12px!important;cursor:pointer}.web-pd-modal-back:hover{color:var(--text-primary)!important}@media (max-width: 960px){.web-pd-grid,.web-pd-lists{grid-template-columns:1fr}}@media (max-width: 680px){.web-pd-hero{flex-wrap:wrap;align-items:flex-start;padding-top:10px}.web-pd-actions{width:100%}.web-pd-action{flex:1;height:44px}.web-pd-message{flex:1;justify-content:center}.web-pd-match{flex-wrap:wrap}.web-pd-match .web-primary-button{width:100%}.web-pd-role-head{flex-wrap:wrap}.web-pd-code{margin-left:71px;margin-top:-10px}.web-pd-modal-actions{grid-template-columns:1fr}.web-pd-modal-actions .web-primary-button{grid-column:auto}}@media (max-width: 560px){.web-pd-bar>b{width:90px}}.web-projects{max-width:1240px;margin:0 auto}.web-projects button,.web-projects input,.web-projects select{font:inherit}.web-projects-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:14px 2px 26px}.web-projects-hero h1{margin:4px 0 7px;font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.04em}.web-projects-hero p{max-width:720px;margin:0;color:var(--text-muted);font-size:15px}.web-projects-create{display:inline-flex;height:46px;flex:0 0 auto;align-items:center;gap:8px;padding:0 18px;border:1px solid var(--role-p);border-radius:8px;background:var(--role-p);color:#fff;cursor:pointer;font-weight:700}.web-projects-overview{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:18px;border:1px solid #2d3945;border-radius:12px;background:#0a1016f0}.web-projects-overview>div{display:flex;min-height:67px;align-items:center;justify-content:center;gap:10px;color:var(--text-muted);font-size:12px}.web-projects-overview>div:not(:last-child){border-right:1px solid #2d3945}.web-projects-overview svg{color:var(--web-blue)}.web-projects-overview b{margin-right:4px;color:var(--text);font-size:16px}.web-projects-live{width:9px;height:9px;border-radius:50%;background:var(--role-a);box-shadow:0 0 12px #7dbe4f99}.web-projects-tools{display:grid;grid-template-columns:auto minmax(250px,1fr) 180px 180px;gap:10px;align-items:center;margin-bottom:18px}.web-projects-tabs{display:flex;gap:3px;padding:3px;border:1px solid #2d3945;border-radius:9px;background:#0a1016}.web-projects-tabs button{height:38px;padding:0 13px;border:0;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:700;white-space:nowrap}.web-projects-tabs button.is-active{background:#202833;color:var(--text)}.web-projects-tabs span{display:inline-grid;min-width:18px;height:18px;place-items:center;margin-left:4px;border-radius:9px;background:#e15a5a26;color:var(--role-p);font-size:10px}.web-projects-search{display:flex;height:46px;align-items:center;gap:9px;padding-left:13px;border:1px solid #2d3945;border-radius:9px;background:#0a1016;color:var(--text-muted)}.web-projects-search:focus-within{border-color:#596674}.web-projects-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text)}.web-projects-search button{align-self:stretch;padding:0 14px;border:0;border-left:1px solid #2d3945;background:transparent;color:#c7c9ca;cursor:pointer;font-size:12px;font-weight:700}.web-projects-tools select{height:46px;padding:0 34px 0 12px;border:1px solid #2d3945;border-radius:9px;outline:0;background:#0a1016;color:#b9bdc1;cursor:pointer;font-size:12px}.web-projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.web-project-card{position:relative;display:flex;min-height:330px;flex-direction:column;padding:20px;overflow:hidden;border:1px solid #2d3945;border-radius:14px;background:#0a1016f5;box-shadow:0 12px 35px #0000002e;cursor:pointer;transition:border-color .2s,transform .2s}.web-project-card:before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--role-p);content:""}.web-project-card.accent-1:before{background:var(--role-a)}.web-project-card.accent-2:before{background:var(--role-e)}.web-project-card.accent-3:before{background:var(--role-i)}.web-project-card:hover{border-color:#566370;transform:translateY(-2px)}.web-project-card__top{display:flex;min-height:25px;align-items:center;justify-content:space-between;gap:8px}.web-project-card__niche{color:var(--web-cyan);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.web-project-card__budget,.web-project-card__mine{padding:4px 7px;border:1px solid #303b47;border-radius:6px;color:var(--text-muted);font-size:9px}.web-project-card__mine{border-color:#39b98059;color:var(--web-green)}.web-project-card h2{margin:13px 0 9px;color:#f1f1ef;font-size:19px;line-height:1.3;letter-spacing:-.015em}.web-project-card>p{display:-webkit-box;min-height:63px;margin:0;overflow:hidden;color:#969da4;font-size:13px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}.web-project-card__meta{display:flex;min-height:30px;align-items:center;gap:9px;margin-top:15px;color:#7f8992;font-size:10px}.web-project-card__meta>span{display:inline-flex;align-items:center;gap:4px}.web-project-card__roles{gap:3px!important}.web-project-card__roles .paei-badge{width:21px;height:21px;padding:0;font-size:9px}.web-project-card__skills{display:flex;flex-wrap:wrap;gap:5px;margin-top:11px}.web-project-card__skills span{padding:4px 7px;border-radius:5px;background:#151c24;color:#9da5ad;font-size:9px}.web-project-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:17px;border-top:1px solid #222d37}.web-project-owner{display:flex;min-width:0;align-items:center;gap:9px}.web-project-owner .web-avatar{width:34px;height:34px;flex-basis:34px;border-radius:50%}.web-project-owner>span:not(.web-avatar){display:flex;min-width:0;flex:1;flex-direction:column}.web-project-owner small{color:#707a84;font-size:9px}.web-project-owner b{overflow:hidden;color:#c8cacc;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.web-project-card footer>button{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:1px solid #34404c;border-radius:8px;background:transparent;color:#b5bbc0;cursor:pointer}.web-projects-state{display:flex;min-height:320px;align-items:center;justify-content:center;gap:10px;border:1px solid #2d3945;border-radius:14px;background:#0a1016e6;color:var(--text-muted)}.web-projects-state.is-error{color:var(--role-p)}@media (max-width: 1120px){.web-projects-tools{grid-template-columns:1fr 1fr}.web-projects-search{order:-1;grid-column:1 / -1}.web-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.web-projects-hero{display:block;padding-top:4px}.web-projects-hero p{font-size:13px}.web-projects-create{width:100%;justify-content:center;margin-top:17px}.web-projects-overview{grid-template-columns:1fr}.web-projects-overview>div{min-height:50px;justify-content:flex-start;padding:0 16px}.web-projects-overview>div:not(:last-child){border-right:0;border-bottom:1px solid #2d3945}.web-projects-tools{grid-template-columns:1fr}.web-projects-search,.web-projects-tabs{grid-column:auto}.web-projects-tabs button{flex:1}.web-projects-grid{grid-template-columns:1fr}.web-project-card{min-height:310px}}.web-profile{max-width:1240px;margin:0 auto;color:var(--text-primary)}.web-profile button,.web-profile input,.web-profile select,.web-profile textarea{font:inherit}.web-profile-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:14px 2px 28px}.web-profile-hero h1{margin:4px 0 7px;font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.04em}.web-profile-hero p{max-width:720px;margin:0;color:var(--text-muted);font-size:15px}.web-profile-hero .web-primary-button{flex:0 0 auto}.web-profile-cancel{width:auto;min-width:110px;margin:16px 0 0;padding:11px 16px;border-radius:12px}.web-profile-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);gap:18px;align-items:start}.web-profile-main,.web-profile-aside{display:grid;gap:18px}.web-profile-state{display:flex;min-height:50vh;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.web-profile-identity{display:flex;align-items:center;gap:16px}.web-profile-avatar{width:92px;height:92px;flex:0 0 92px;border-radius:50%;object-fit:cover;font-size:26px}.web-profile-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;padding-bottom:6px}.web-profile-identity__copy{min-width:0;flex:1}.web-profile-identity__copy h2{display:flex;align-items:center;gap:8px;margin:0;font-size:21px;letter-spacing:-.02em}.web-profile-telegram{color:var(--text-muted);font-size:12px}.web-profile-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:8px;color:var(--text-muted);font-size:12px}.web-profile-meta span{display:inline-flex;align-items:center;gap:5px}.web-profile-badges{display:flex;max-width:200px;flex-direction:column;align-items:flex-end;gap:6px}.web-profile-badges span{padding:5px 9px;border:1px solid #34404c;border-radius:7px;color:#aab1b8;font-size:10px;font-weight:700}.web-profile-badges span.is-green{border-color:#39b9804d;color:var(--web-green)}.web-profile-block+.web-profile-block{margin-top:14px;padding-top:14px;border-top:1px solid #222d37}.web-profile-block__label{display:block;margin-bottom:5px;color:#707a84;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.web-profile-block p{margin:0;color:#aab1b8;font-size:13px;line-height:1.6;white-space:pre-wrap}.web-profile-tags{display:flex;flex-wrap:wrap;gap:6px}.web-profile-tags--view>span{padding:6px 11px;border-radius:7px;background:#151c24;color:#9da5ad;font-size:11px}.web-profile-tags button{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid #2d3945;border-radius:8px;background:transparent;color:#aab1b8;font-size:11px;cursor:pointer;transition:.15s}.web-profile-tags button:hover{border-color:#596674}.web-profile-tags button.is-selected{border-color:#39b98073;background:color-mix(in srgb,var(--web-green),transparent 88%);color:var(--web-green)}.web-profile-role-head{display:flex;align-items:center;gap:12px}.web-profile-role-head .paei-badge{width:48px;height:48px;flex:0 0 48px;border-radius:15px;font-size:22px}.web-profile-role-title{display:flex;min-width:0;flex:1;flex-direction:column}.web-profile-role-title strong{font-size:17px}.web-profile-paei-code{display:inline-block;width:max-content;margin-top:3px;padding:1px 8px;border:1px solid rgba(85,87,255,.35);border-radius:8px;background:#5f5cf01f;color:#a89bff;font-size:10px;font-weight:750;letter-spacing:1px}.web-profile-role-head>small{align-self:flex-start;max-width:220px;color:var(--text-muted);font-size:10px;line-height:1.35;text-align:right}.web-profile-role-bars{display:grid;gap:8px;margin:16px 0}.web-profile-role-bar{display:flex;align-items:center;gap:10px}.web-profile-role-bar>span{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border:1px solid #34404c;border-radius:7px;color:#b9bdc1;font-size:11px;font-weight:850}.web-profile-role-bar>i{height:6px;flex:1;overflow:hidden;border-radius:4px;background:#1a232e}.web-profile-role-bar>i em{display:block;height:100%;border-radius:4px}.web-profile-role-bar>b{width:130px;color:#b9bdc1;font-size:10px;font-weight:600}.web-profile-role-text{margin-bottom:12px;color:var(--text-muted);font-size:12px;line-height:1.6}.web-profile-role-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.web-profile-role-lists strong{display:block;margin-bottom:6px;font-size:11px}.web-profile-strong{color:var(--web-green)}.web-profile-grow{color:var(--role-e)}.web-profile-role-lists ul{margin:0;padding-left:16px;color:var(--text-muted);font-size:11px;line-height:1.6}.web-profile-cta{display:flex;width:100%;align-items:center;gap:13px;padding:14px;border:1px dashed #45525f;border-radius:12px;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.web-profile-cta__icon{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:13px;background:color-mix(in srgb,var(--web-coral),transparent 87%);color:var(--web-coral)}.web-profile-cta>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column}.web-profile-cta strong{font-size:13px}.web-profile-cta small{margin-top:3px;color:var(--text-muted);font-size:11px}.web-profile-legacy-banner{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding:14px 16px;border:1px solid rgba(232,197,71,.3);border-radius:12px;background:#e8c54712;color:var(--role-e)}.web-profile-legacy-banner>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.web-profile-legacy-banner strong{font-size:13px;color:#e9dfc2}.web-profile-legacy-banner span{color:var(--text-muted);font-size:11px}.web-profile-legacy-banner .web-primary-button{flex:0 0 auto;height:38px;padding:0 14px;font-size:12px}.web-profile-project-list{display:grid;gap:8px}.web-profile-project-list>button{display:flex;width:100%;align-items:center;gap:12px;padding:11px 8px;border:0;border-radius:12px;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.web-profile-project-list>button:hover{background:var(--bg-primary)}.web-profile-project-list .web-project-mark{height:42px}.web-profile-project__copy{display:flex;min-width:0;flex:1;flex-direction:column}.web-profile-project__copy strong{display:flex;align-items:center;gap:5px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.web-profile-project__copy small{overflow:hidden;color:var(--text-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.web-profile-project-list em{padding:4px 7px;border:1px solid rgba(232,197,71,.3);border-radius:6px;color:var(--role-e);font-size:9px;font-style:normal}.web-profile-project-list em.is-formed{border-color:#39b9804d;color:var(--web-green)}.web-profile-learn{display:flex;width:100%;align-items:center;gap:12px;padding:10px 8px;border:0;border-radius:12px;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.web-profile-learn:hover{background:var(--bg-primary)}.web-profile-learn__icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--web-violet),transparent 85%);color:var(--web-violet)}.web-profile-learn:nth-of-type(2) .web-profile-learn__icon{color:var(--web-blue)}.web-profile-learn>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column}.web-profile-learn strong{font-size:12px}.web-profile-learn small{margin-top:2px;color:var(--text-muted);font-size:10px}.web-profile-account-action{display:flex;width:100%;align-items:center;justify-content:center;gap:7px;padding:9px;border:1px solid #34404c;border-radius:10px;background:transparent;color:#b9bdc1;font-size:11px;font-weight:700;cursor:pointer}.web-profile-account-action+.web-profile-account-action{margin-top:8px}.web-profile-account-action:hover{border-color:#596674}.web-profile-account-action.is-danger{border-color:#e15a5a59;color:var(--role-p)}.web-profile-note{margin:10px 2px 0;color:var(--text-muted);font-size:10px;line-height:1.45}.web-profile-logout-confirm{display:flex;flex-direction:column;gap:10px;padding:4px 0 10px}.web-profile-logout-confirm>span{font-size:12px;font-weight:700}.web-profile-logout-confirm>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.web-profile-logout-confirm .web-primary-button,.web-profile-logout-confirm .web-secondary-button{width:100%;height:38px;margin:0;padding:0 10px;border-radius:10px;font-size:11px;justify-content:center}.web-profile-logout-confirm .web-primary-button{flex:1}.web-profile-edit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.web-profile-edit-avatar{display:flex;flex-direction:column;align-items:center;gap:10px}.web-profile-edit-avatar .web-secondary-button{width:auto;margin:0;padding:9px 14px;border-radius:10px;font-size:12px}.web-profile-edit-form{display:grid;gap:14px}.web-profile-edit-skills{grid-column:1 / -1}.web-profile-skills-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.web-profile-skills-head .web-section-header{margin:0}.web-profile-selected-count{color:var(--web-green);font-size:11px;font-weight:700}.web-profile-search{width:100%;height:42px;margin:14px 0 12px;padding:0 12px;border:1px solid #2d3945;border-radius:9px;outline:0;background:#0a1016;color:var(--text-primary)}.web-profile-search:focus{border-color:#596674}.web-profile-skill-group+.web-profile-skill-group{margin-top:14px}.web-profile-skill-group>small{display:block;margin-bottom:7px;color:#707a84;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.web-profile-field{display:flex;flex-direction:column;gap:7px}.web-profile-field>span{color:#8b949c;font-size:11px;font-weight:700}.web-profile-field input,.web-profile-field select,.web-profile-field textarea{width:100%;min-width:0;padding:11px 12px;border:1px solid #2d3945;border-radius:10px;outline:0;background:#0a1016;color:var(--text-primary);font-size:13px}.web-profile-field textarea{min-height:92px;resize:vertical;line-height:1.5}.web-profile-field input:focus,.web-profile-field select:focus,.web-profile-field textarea:focus{border-color:#596674}.web-profile-field--wide{grid-column:1 / -1}.web-profile-switch{display:flex;align-items:center;gap:12px;cursor:pointer}.web-profile-switch+.web-profile-switch{margin-top:10px}.web-profile-switch span{flex:1;color:#c9cbca;font-size:12px;font-weight:600}.web-profile-switch input{position:absolute;opacity:0}.web-profile-switch i{position:relative;width:40px;height:22px;flex:0 0 40px;border-radius:12px;background:#303944;transition:.2s}.web-profile-switch i:after{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#a3adb8;content:"";transition:.2s}.web-profile-switch input:checked+i{background:#39b98066}.web-profile-switch input:checked+i:after{left:21px;background:var(--web-green)}.web-profile-edit-actions{grid-column:1 / -1;display:flex;gap:10px}.web-profile-edit-actions .web-primary-button{min-width:180px;justify-content:center}@media (max-width: 960px){.web-profile-grid,.web-profile-edit{grid-template-columns:1fr}.web-profile-field--wide,.web-profile-edit-skills,.web-profile-edit-actions{grid-column:auto}}@media (max-width: 680px){.web-profile-hero{display:block;padding-top:4px}.web-profile-hero p{font-size:13px}.web-profile-hero .web-primary-button{width:100%;justify-content:center;margin-top:17px}.web-profile-cancel{margin-top:14px}.web-profile-identity{flex-wrap:wrap}.web-profile-badges{max-width:none;flex-direction:row;flex-wrap:wrap;align-items:center}.web-profile-role-head{flex-wrap:wrap}.web-profile-role-head>small{max-width:none;text-align:left}.web-profile-role-lists{grid-template-columns:1fr}.web-profile-legacy-banner{flex-wrap:wrap}.web-profile-legacy-banner .web-primary-button{width:100%}.web-profile-dashboard-hero{min-height:0}}@media (max-width: 560px){.web-profile-role-bar>b{width:90px}}.web-tests{max-width:1240px;margin:0 auto;color:var(--text-primary)}.web-tests button{font:inherit}.web-tests-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:14px 2px 28px}.web-tests-hero h1{margin:4px 0 7px;font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.04em}.web-tests-hero p{max-width:720px;margin:0;color:var(--text-muted);font-size:15px}.web-tests-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);gap:18px;align-items:start}.web-tests-main,.web-tests-aside{display:grid;gap:18px}.web-tests-state{display:flex;min-height:50vh;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.web-tests-card-head{display:flex;align-items:center;gap:13px}.web-tests-card-icon{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:14px;background:color-mix(in srgb,var(--web-violet),transparent 85%);color:var(--web-violet)}.web-tests-card-icon.is-target{background:color-mix(in srgb,var(--web-coral),transparent 87%);color:var(--web-coral)}.web-tests-card-title{display:flex;min-width:0;flex:1;flex-direction:column}.web-tests-card-title h2{margin:0;font-size:17px;letter-spacing:-.02em}.web-tests-card-title small{margin-top:3px;color:var(--text-muted);font-size:10px}.web-tests-status{padding:4px 9px;border:1px solid #34404c;border-radius:20px;color:#8b949c;font-size:10px;font-weight:700;white-space:nowrap}.web-tests-status.is-done{border-color:#39b9804d;color:var(--web-green)}.web-tests-status.is-old{border-color:#e8c54759;color:var(--role-e)}.web-tests-card-desc{margin:12px 0 16px;color:var(--text-muted);font-size:12px;line-height:1.6}.web-tests-result{display:flex;flex-direction:column}.web-tests-role{display:flex;align-items:center;gap:13px}.web-tests-role .paei-badge{width:48px;height:48px;flex:0 0 48px;border-radius:15px;font-size:22px}.web-tests-role__copy{display:flex;min-width:0;flex:1;flex-direction:column}.web-tests-role__copy strong{font-size:17px}.web-tests-role__copy small{margin-top:3px;color:var(--text-muted);font-size:11px}.web-tests-code{padding:3px 9px;border:1px solid rgba(85,87,255,.35);border-radius:8px;background:#5f5cf01f;color:#a89bff;font-size:11px;font-weight:750;letter-spacing:1px}.web-tests-secondary{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px;color:var(--text-muted);font-size:11px}.web-tests-secondary>span{display:inline-flex;align-items:center;gap:5px;padding:4px 8px 4px 4px;border:1px solid #2d3945;border-radius:8px;background:#0a1016b3;color:#b9bdc1;font-weight:600}.web-tests-secondary .paei-badge{width:18px;height:18px;border-radius:6px;font-size:9px}.web-tests-bars{display:grid;gap:9px;margin:16px 0}.web-tests-bar{display:flex;align-items:center;gap:10px}.web-tests-bar>span{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border:1px solid #34404c;border-radius:7px;color:#b9bdc1;font-size:11px;font-weight:850}.web-tests-bar>i{height:6px;flex:1;overflow:hidden;border-radius:4px;background:#1a232e}.web-tests-bar>i em{display:block;height:100%;border-radius:4px}.web-tests-bar>b{width:140px;overflow:hidden;color:#b9bdc1;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.web-tests-bar>strong{width:34px;color:var(--text-primary);font-size:11px;text-align:right}.web-tests-summary{margin:0;color:var(--text-muted);font-size:12px;line-height:1.6}.web-tests-actions{display:flex;align-items:center;gap:12px;margin-top:16px}.web-tests-retry{border:0;background:transparent;color:var(--text-muted);font-size:12px;font-weight:700;cursor:pointer}.web-tests-retry:hover{color:var(--text-primary)}.web-tests-holland{display:flex;align-items:center;gap:14px}.web-tests-holland__label{color:var(--text-muted);font-size:11px}.web-tests-holland__code{padding:5px 13px;border:1px solid rgba(225,90,90,.35);border-radius:10px;background:#e15a5a17;color:var(--web-coral);font-size:17px;font-weight:850;letter-spacing:3px}.web-tests-holland__roles{display:flex;min-width:0;flex:1;flex-wrap:wrap;justify-content:flex-end;gap:7px}.web-tests-holland__roles>span{display:inline-flex;align-items:center;gap:6px;color:#b9bdc1;font-size:11px;font-weight:600}.web-tests-holland__roles i{display:grid;width:20px;height:20px;place-items:center;border-radius:6px;color:#0e1218;font-size:10px;font-weight:850;font-style:normal}.web-tests-steps{display:grid;gap:13px;margin:0;padding:0;counter-reset:web-tests-steps;list-style:none}.web-tests-steps li{position:relative;padding-left:34px}.web-tests-steps li:before{position:absolute;top:-1px;left:0;display:grid;width:24px;height:24px;place-items:center;border:1px solid #34404c;border-radius:50%;background:var(--bg-secondary);color:#b9bdc1;content:counter(web-tests-steps);counter-increment:web-tests-steps;font-size:11px;font-weight:800}.web-tests-steps li:nth-child(1):before{border-color:var(--role-p);color:var(--role-p)}.web-tests-steps li:nth-child(2):before{border-color:var(--role-a);color:var(--role-a)}.web-tests-steps li:nth-child(3):before{border-color:var(--role-e);color:var(--role-e)}.web-tests-steps strong{display:block;font-size:12px}.web-tests-steps span{margin-top:3px;color:var(--text-muted);font-size:11px;line-height:1.5}.web-tests-link{display:flex;width:100%;align-items:center;gap:12px;padding:10px 8px;border:0;border-radius:12px;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.web-tests-link:hover{background:var(--bg-primary)}.web-tests-link__icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--web-violet),transparent 85%);color:var(--web-violet)}.web-tests-link__icon.is-blue{background:color-mix(in srgb,var(--web-blue),transparent 85%);color:var(--web-blue)}.web-tests-link>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column}.web-tests-link strong{font-size:12px}.web-tests-link small{margin-top:2px;color:var(--text-muted);font-size:10px}.web-tests-note{display:flex;align-items:flex-start;gap:7px;margin:12px 2px 0;padding-top:12px;border-top:1px solid #222d37;color:var(--web-green);font-size:11px;line-height:1.5}.web-tests-note svg{flex:0 0 auto;margin-top:2px}@media (max-width: 960px){.web-tests-grid{grid-template-columns:1fr}}@media (max-width: 680px){.web-tests-hero{display:block;padding-top:4px}.web-tests-hero p{font-size:13px}.web-tests-card-head{flex-wrap:wrap}.web-tests-bar>b{width:92px}.web-tests-holland{flex-wrap:wrap}.web-tests-holland__roles{justify-content:flex-start}.web-tests-actions{flex-wrap:wrap}}.web-education{max-width:1240px;margin:0 auto;color:var(--text-primary)}.web-education button,.web-education input{font:inherit}.web-education-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:14px 2px 28px}.web-education-hero h1{margin:4px 0 7px;font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.04em}.web-education-hero p{max-width:640px;margin:0;color:var(--text-muted);font-size:15px}.web-education-hero__progress{display:flex;min-width:210px;flex-direction:column;align-items:flex-end;gap:3px}.web-education-hero__progress strong{color:var(--web-violet);font-size:30px;letter-spacing:-.03em}.web-education-hero__progress span{color:var(--text-muted);font-size:11px}.web-education-hero__progress i{position:relative;width:100%;height:6px;overflow:hidden;margin-top:6px;border-radius:4px;background:#1a232e}.web-education-hero__progress em{position:absolute;inset:0 auto 0 0;display:block;border-radius:4px;background:linear-gradient(90deg,var(--web-violet),var(--web-blue))}.web-education-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);gap:18px;align-items:start}.web-education-main{display:grid;gap:14px}.web-education-aside{display:grid;gap:18px}.web-education-state{display:flex;min-height:50vh;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.web-education-tools{display:grid;gap:10px}.web-education-tools form input{width:100%;height:44px;padding:0 13px;border:1px solid #2d3945;border-radius:10px;outline:0;background:#0a1016f5;color:var(--text-primary)}.web-education-tools form input:focus{border-color:#596674}.web-education-chips{display:flex;flex-wrap:wrap;gap:7px}.web-education-chips button{padding:7px 13px;border:1px solid #2d3945;border-radius:20px;background:transparent;color:#b9bdc1;font-size:11px;font-weight:700;cursor:pointer;transition:.15s}.web-education-chips button:hover{border-color:#596674}.web-education-chips button.is-active{border-color:#5557ff73;background:#5f5cf021;color:#a89bff}.web-education-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.web-education-card{position:relative;display:flex;flex-direction:column;padding:16px 16px 13px 19px;overflow:hidden;border:1px solid #2d3945;border-radius:13px;background:#0a1016f5;cursor:pointer;transition:border-color .2s,transform .2s}.web-education-card:hover{border-color:#566370;transform:translateY(-2px)}.web-education-card.is-read{border-color:#39b98047}.web-education-card__mark{position:absolute;top:14px;bottom:14px;left:8px;width:4px;border-radius:4px}.web-education-card__head{display:flex;gap:12px}.web-education-card__icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:12px;background:#121922}.web-education-card__copy{display:flex;min-width:0;flex:1;flex-direction:column}.web-education-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:7px}.web-education-card__cat{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.web-education-card__done{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:10px;background:#39b98021;color:var(--web-green);font-size:9px;font-weight:700}.web-education-card__copy h3{margin:0;font-size:14px;line-height:1.35;letter-spacing:-.01em}.web-education-card__copy p{display:-webkit-box;margin:7px 0 0;overflow:hidden;color:var(--text-muted);font-size:11px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.web-education-card__meta{display:flex;align-items:center;gap:12px;margin-top:12px;padding-top:10px;border-top:1px solid #1c2530;color:var(--text-muted);font-size:10px}.web-education-card__meta>span{display:inline-flex;align-items:center;gap:5px}.web-education-card__meta .is-task{color:var(--role-e);font-weight:700}.web-education-card__meta em{margin-left:auto;padding:3px 8px;border:1px solid rgba(38,191,210,.3);border-radius:6px;color:var(--web-cyan);font-size:9px;font-style:normal}.web-education-empty{padding:40px 16px;border:1px solid #2d3945;border-radius:14px;background:#0a1016e6;color:var(--text-muted);text-align:center;font-size:13px}.web-education-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.web-education-stats>div{display:flex;flex-direction:column;gap:2px;padding:12px 6px;border:1px solid #222d37;border-radius:10px;background:#0c1219;text-align:center}.web-education-stats strong{font-size:20px;letter-spacing:-.02em}.web-education-stats>div:nth-child(1) strong{color:var(--web-violet)}.web-education-stats>div:nth-child(2) strong{color:var(--web-green)}.web-education-stats>div:nth-child(3) strong{color:var(--role-e)}.web-education-stats span{color:var(--text-muted);font-size:9px;line-height:1.3}.web-education-progress{height:7px;overflow:hidden;margin-top:14px;border-radius:4px;background:#1a232e}.web-education-progress em{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,var(--web-violet),var(--web-blue))}.web-education-progress__note{display:block;margin-top:9px;color:var(--text-muted);font-size:10px;line-height:1.45}.web-education-why{display:grid;gap:12px;margin:0;padding:0;list-style:none}.web-education-why li{position:relative;padding-left:18px}.web-education-why li:before{position:absolute;top:6px;left:0;width:8px;height:8px;border-radius:50%;background:var(--web-cyan);content:""}.web-education-why li:nth-child(2):before{background:var(--web-violet)}.web-education-why li:nth-child(3):before{background:var(--web-coral)}.web-education-why strong{display:block;font-size:12px}.web-education-why span{margin-top:2px;color:var(--text-muted);font-size:10px;line-height:1.45}@media (max-width: 1100px){.web-education-list{grid-template-columns:1fr}}@media (max-width: 960px){.web-education-grid{grid-template-columns:1fr}}@media (max-width: 680px){.web-education-hero{display:block;padding-top:4px}.web-education-hero p{font-size:13px}.web-education-hero__progress{margin-top:16px;align-items:flex-start}}.mastermind-group{display:grid;grid-template-columns:1fr 2fr;gap:24px}.web-panel .group-status{color:var(--text-secondary);font-size:13px;font-weight:500;text-transform:none;letter-spacing:0}.group-tags{display:flex;flex-wrap:wrap;gap:6px}.group-tag{padding:5px 10px;border-radius:10px;background:var(--surface-subtle);color:var(--text-secondary);font-size:12px;font-weight:600}.group-tag.muted{color:var(--accent);background:var(--accent-soft)}.invite-banner{display:flex;flex-direction:column;gap:10px;background:#e945600f;border:1px solid rgba(233,69,96,.3);border-radius:12px;padding:12px 14px;font-size:13px}.invite-banner b{color:var(--foreground)}.invite-actions{display:flex;gap:8px}.member-item{cursor:pointer}.member-item img.web-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;object-fit:cover}.member-info{display:flex;flex-direction:column;gap:2px;min-width:0}.member-name{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--foreground)}.member-name em{font-style:normal;font-size:11px;color:var(--text-secondary)}.member-meta{font-size:12px;color:var(--text-secondary)}.message-author{font-size:12px;font-weight:600;margin-bottom:4px;color:var(--accent)}.group-chat h3{display:flex;align-items:center;gap:8px;color:var(--foreground)}.group-info{display:flex;flex-direction:column;gap:20px;padding-right:12px;border-right:1px solid var(--border)}.group-name{margin:0;font-size:24px;font-weight:600;color:var(--foreground)}.group-description{margin:0;font-size:16px;color:var(--text-secondary);line-height:1.6}.members-section h3{margin:0 0 12px;font-size:18px;font-weight:600;color:var(--foreground)}.members-list{display:flex;flex-direction:column;gap:8px}.member-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;background:var(--surface);transition:background-color .2s}.member-item:hover{background:var(--surface-subtle)}.member-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7b5cf0,#4a90d9);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.owner-badge{margin-left:auto;padding:2px 8px;border-radius:4px;background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:600;text-transform:uppercase}.join-button{width:100%;padding:14px;margin-top:12px;border:none;border-radius:8px;background:var(--accent);color:#fff;font-weight:600;cursor:pointer;transition:opacity .2s}.leave-button{width:100%;padding:14px;margin-top:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-secondary);font-weight:600;cursor:pointer;transition:opacity .2s}.leave-button:hover{opacity:.8}.group-chat{display:flex;flex-direction:column;gap:16px}.group-chat h3{margin:0;font-size:18px;font-weight:600;color:var(--foreground)}.chat-messages{flex:1;overflow-y:auto;padding:16px 0;display:flex;flex-direction:column;gap:12px;min-height:400px}.message{display:flex;justify-content:flex-start}.message.owner{justify-content:flex-end}.message.owner .message-bubble{background:var(--accent);color:#fff}.message.member .message-bubble{background:var(--surface-subtle);color:var(--foreground)}.message.owner .message-time{text-align:right}.message.member .message-time{text-align:left}@media (max-width: 768px){.mastermind-group{grid-template-columns:1fr}.group-info{border-right:none;padding-right:0}}.search-container{margin:20px 0}.chat-item{position:relative}.search-input{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:var(--surface);color:var(--foreground);transition:border-color .2s}.search-input:focus{outline:none;border-color:var(--accent)}.chat-list{display:flex;flex-direction:column;gap:8px}.chat-item{display:flex;gap:12px;padding:12px;border-radius:8px;background:var(--surface);cursor:pointer;transition:background-color .2s}.chat-item:hover{background:var(--surface-subtle)}.chat-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.chat-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#7b5cf0,#4a90d9);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px}.chat-info{flex:1;min-width:0}.chat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.chat-name{margin:0;font-size:16px;font-weight:600;color:var(--foreground)}.chat-time{font-size:12px;color:var(--text-secondary)}.chat-preview{margin:4px 0 0;font-size:14px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-badge{position:absolute;top:0;right:0;background:var(--accent);color:#fff;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;min-width:20px;text-align:center}.chat-card{display:flex;flex-direction:column;padding:0 22px 22px}.chat-card .web-section-header{padding-top:20px}.chat-messages{flex:1;overflow-y:auto;padding:20px 0;display:flex;flex-direction:column;gap:12px;min-height:380px;max-height:calc(100vh - 320px)}.message-bubble p{margin:0 0 6px;white-space:pre-wrap;word-break:break-word}.message{display:flex;justify-content:flex-end}.message.received{justify-content:flex-start}.message-bubble{max-width:70%;padding:12px 16px;border-radius:12px;position:relative}.message.sent .message-bubble{background:var(--accent);color:#fff}.message.received .message-bubble{background:var(--surface-subtle);color:var(--foreground)}.message-time{display:block;font-size:11px;margin-top:4px;opacity:.8;text-align:right}.message.sent .message-time{text-align:right}.message.received .message-time{text-align:left}.chat-input{padding:16px;border-top:1px solid var(--border);display:flex;gap:12px;background:var(--surface)}.chat-input input{flex:1;padding:12px 16px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:var(--surface);color:var(--foreground);transition:border-color .2s}.chat-input input:focus{outline:none;border-color:var(--accent)}.chat-input button{width:48px;height:48px;border-radius:8px;border:none;background:var(--accent);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.chat-input button:hover:not(:disabled){opacity:.9}.chat-input button:disabled{opacity:.5;cursor:not-allowed}.unread-banner{display:flex;align-items:center;gap:10px;background:#e15a5a12;border:1px solid rgba(225,90,90,.35);border-radius:12px;padding:12px 16px;margin-bottom:8px;color:var(--foreground);font-size:13px}.unread-banner b{color:var(--role-p)}.inbox-section-header{display:flex;align-items:center;gap:8px;margin:18px 2px 8px;color:#8b949c;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.inbox-section-header em{padding:1px 8px;border-radius:10px;background:#e9456026;color:var(--accent);font-size:10px;font-style:normal}.inbox-item{position:relative;color:var(--foreground)}.inbox-actions{display:flex;gap:8px;margin-top:10px;align-self:center}.inbox-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:8px 12px;border-radius:9px;border:1px solid var(--border);background:transparent;font-size:12px;font-weight:700;cursor:pointer;transition:.15s}.inbox-btn.is-primary{border-color:#39b98073;background:#39b9801a;color:var(--web-green)}.inbox-btn.is-danger{border-color:#e15a5a59;background:#e15a5a14;color:var(--role-p)}.inbox-btn:disabled{opacity:.5;cursor:default}.inbox-time{font-size:11px;color:var(--text-secondary);margin-right:8px;flex-shrink:0}.unread-dot{width:9px;height:9px;border-radius:50%;background:var(--accent);flex-shrink:0}.inbox-icon{color:var(--text-secondary);background:var(--surface-subtle)}.inbox-item.unread .inbox-title,.inbox-item.unread{color:var(--foreground)}.clear-button{background:none;border:none;color:var(--accent);font-weight:600;cursor:pointer;font-size:14px;transition:opacity .2s}.clear-button:hover{opacity:.8}.inbox-list{display:flex;flex-direction:column;gap:12px}.inbox-item{display:flex;gap:16px;padding:16px;border-radius:8px;background:var(--surface);cursor:pointer;transition:background-color .2s}.inbox-item:hover{background:var(--surface-subtle)}.inbox-item.unread{background:var(--accent-soft);border:1px solid var(--accent)}.inbox-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.inbox-info{flex:1;min-width:0}.inbox-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.inbox-title{margin:0;font-size:16px;font-weight:600;color:var(--foreground)}.inbox-subtitle{margin:0 0 8px;font-size:14px;color:var(--text-secondary)}.inbox-time{font-size:12px;color:var(--text-secondary)}.notifications-list{display:flex;flex-direction:column;gap:8px}.notification-item{display:flex;gap:12px;padding:16px;border-radius:8px;background:var(--surface);cursor:pointer;transition:background-color .2s}.notification-item:hover{background:var(--surface-subtle)}.notification-item.unread{background:var(--accent-soft);border:1px solid var(--accent)}.notification-item.read{opacity:.7}.notification-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-info{flex:1;min-width:0}.notification-title{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--foreground)}.notification-body{margin:0 0 8px;font-size:14px;color:var(--text-secondary);line-height:1.5}.notification-time{font-size:12px;color:var(--text-secondary)}.mark-read-button{width:40px;height:40px;border-radius:8px;border:none;background:var(--surface-subtle);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;flex-shrink:0}.mark-read-button:hover{background:var(--accent-soft);color:var(--accent)}.mark-all-button{display:flex;align-items:center;gap:8px;background:var(--accent-soft);border:none;color:var(--accent);font-weight:600;cursor:pointer;padding:8px 16px;border-radius:6px;font-size:14px;transition:opacity .2s}.mark-all-button:hover{opacity:.8}.mastermind-list{display:flex;flex-direction:column;gap:12px}.mastermind-card{padding:16px;border-radius:8px;background:var(--surface);cursor:pointer;transition:background-color .2s;border:1px solid var(--border)}.mastermind-card:hover{background:var(--surface-subtle);border-color:var(--border-strong)}.mastermind-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.mastermind-name{margin:0;font-size:18px;font-weight:600;color:var(--foreground)}.status-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.status-forming{background:var(--accent-soft);color:var(--accent)}.status-active{background:var(--green-soft);color:var(--green)}.status-completed{background:var(--gray-soft);color:var(--gray)}.mastermind-info{display:flex;flex-direction:column;gap:8px}.info-row{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary)}.mastermind-action{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.join-button{width:100%;padding:10px;border:none;border-radius:6px;background:var(--accent);color:#fff;font-weight:600;cursor:pointer;transition:opacity .2s}.join-button:hover{opacity:.9}.join-button.is-member{background:transparent;border:1px solid rgba(57,185,128,.45);color:var(--web-green)}.web-pd-modal .create-form{margin:0;padding:0;border:0;background:transparent}.web-pd-modal .create-form h3{display:none}.create-form{padding:20px;border-radius:8px;background:var(--surface);border:1px solid var(--border);margin-top:20px}.create-form h3{margin:0 0 16px;font-size:20px;font-weight:600;color:var(--foreground)}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:var(--foreground)}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;background:var(--surface);color:var(--foreground)}.form-actions{display:flex;gap:12px}.form-actions button{flex:1;padding:10px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:opacity .2s}.form-actions button:first-child{background:var(--surface);color:var(--text-secondary)}.form-actions button:last-child{background:var(--accent);color:#fff}.create-mastermind-button{width:100%;padding:14px;margin-top:16px;border:none;border-radius:8px;background:var(--accent);color:#fff;font-weight:600;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s}.create-mastermind-button:hover{opacity:.9}.web-page{max-width:1240px;margin:0 auto;color:var(--text-primary)}.web-page-top{padding:4px 2px 0}.web-page .web-text-button{padding-left:0}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--border);background:var(--surface)}.search-container{display:flex;align-items:center;gap:12px;flex:1}.search-input{width:100%;padding:10px 16px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:var(--surface);color:var(--foreground)}.user-count{font-weight:600;color:var(--text-secondary)}.user-list{display:flex;flex-direction:column;gap:12px;padding:16px}.user-card{display:flex;gap:16px;padding:16px;border-radius:8px;background:var(--surface);border:1px solid var(--border)}.user-avatar{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0}.user-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#7b5cf0,#4a90d9);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.user-info{flex:1;min-width:0}.user-name{margin:0 0 4px;font-size:18px;font-weight:600;color:var(--foreground)}.user-username{margin:0 0 4px;font-size:14px;color:var(--text-secondary)}.user-details{margin:0 0 4px;font-size:13px;color:var(--text-secondary)}.user-date{margin:0;font-size:12px;color:var(--text-secondary)}.user-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end;flex-shrink:0}.verified-badge{padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.verified-badge.verified{background:var(--green-soft);color:var(--green)}.verified-badge.unverified{background:var(--gray-soft);color:var(--gray)}.action-buttons{display:flex;flex-direction:column;gap:6px}.verify-buttons{display:flex;gap:6px}.verify-button{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:6px;border:none;font-weight:600;font-size:13px;cursor:pointer;transition:opacity .2s}.verify-button:disabled{opacity:.5;cursor:not-allowed}.verify-approve{background:var(--green);color:#fff}.verify-remove{background:var(--orange);color:#fff}.verify-reject{background:var(--surface-subtle);color:var(--text-secondary)}.verify-reject:hover{background:var(--orange-soft);color:var(--orange)}.delete-button{padding:8px 14px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-weight:600;font-size:13px;cursor:pointer;transition:opacity .2s}.delete-button:hover{opacity:.8}:root{--bg: #05070b;--bg-product: #0e1218;--surface-1: #111721;--surface-2: #161b28;--border: #2a3440;--border-strong: #3a4656;--text: #f4f1ea;--text-muted: #9ca5b1;--role-p: #e15a5a;--role-a: #7dbe4f;--role-e: #e8c547;--role-i: #a3adb8;--role-i-light: #6f7a86;--success: #39b980;--focus: #f0b6b2;--bg-primary: var(--bg);--bg-secondary: var(--surface-1);--bg-card: var(--surface-1);--bg-elevated: var(--surface-2);--bg-hover: var(--surface-2);--text-primary: var(--text);--text-secondary: var(--text-muted);--accent: var(--role-p);--accent-rgb: 225, 90, 90;--accent-hover: #e87373;--accent-soft: rgba(225, 90, 90, .12);--ok: var(--success);--warn: var(--role-e);--danger: var(--role-p);--role-purple: var(--role-p);--role-green: var(--role-a);--role-gold: var(--role-e);--role-blue: var(--role-i);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .35);--shadow-md: 0 6px 20px rgba(0, 0, 0, .35);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .45);--r-sm: 10px;--r-md: 14px;--r-lg: 18px;--r-full: 999px;--ease: cubic-bezier(.4, 0, .2, 1);--dur: .2s}*{box-sizing:border-box}html,body{overflow-x:hidden}body{background:var(--bg-primary);color:var(--text-primary);font-size:16px;font-weight:500;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5}.app{max-width:480px;margin:0 auto;min-height:100vh;min-height:100dvh;position:relative}.app-layout{display:flex;min-height:100vh;min-height:100dvh;position:relative}.app-main{flex:1;min-width:0;padding:60px 16px 96px}.sidebar{display:none}.header{text-align:center;padding:18px 0 14px;position:relative;z-index:1}.header h1{font-size:28px;font-weight:800;letter-spacing:-.02em;margin:0;color:var(--text)}.header p{color:var(--text-secondary);font-size:15px;margin-top:6px}.nav{display:flex;gap:8px;margin-bottom:20px;overflow-x:auto;padding:4px 2px 10px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.nav::-webkit-scrollbar{display:none}.nav button{flex-shrink:0;padding:10px 18px;border-radius:var(--r-full);border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-secondary);font-size:14px;font-weight:600;cursor:pointer;transition:all var(--dur) var(--ease)}.nav button:hover:not(.active){border-color:var(--border-strong);color:var(--text-primary);transform:translateY(-1px)}.nav button.active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px 14px rgba(var(--accent-rgb),.35)}.card{background:var(--bg-card);border-radius:var(--r-lg);padding:18px;margin-bottom:12px;border:1px solid var(--border);transition:transform var(--dur) var(--ease),border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease);box-shadow:var(--shadow-sm)}.card[role=button],.card.clickable{cursor:pointer}.card[role=button]:hover,.card.clickable:hover{border-color:rgba(var(--accent-rgb),.6);transform:translateY(-2px);box-shadow:var(--shadow-md)}.card[role=button]:active,.card.clickable:active{transform:translateY(0)}.card h3{font-size:17px;font-weight:700;margin-bottom:4px;letter-spacing:-.01em}.card p{color:var(--text-secondary);font-size:14px;line-height:1.55}.card-grid{display:grid;gap:10px}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.tag{display:inline-flex;align-items:center;gap:4px;padding:5px 11px;border-radius:var(--r-full);background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:600;white-space:nowrap;border:1px solid transparent}.tag.green{background:#2ed57321;color:var(--ok)}.tag.blue{background:#4a90d924;color:var(--role-blue)}.tag.orange{background:#e9b44c24;color:var(--role-gold)}.tag.purple{background:#7b5cf024;color:var(--role-purple)}.btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:100%;min-height:50px;padding:12px 18px;border-radius:var(--r-md);border:none;background:var(--role-p);color:#fff;font-size:15px;font-weight:700;line-height:1.2;cursor:pointer;letter-spacing:.01em;transition:background-color var(--dur) var(--ease),transform .1s var(--ease),box-shadow var(--dur) var(--ease),filter var(--dur) var(--ease);box-shadow:0 4px 16px rgba(var(--accent-rgb),.28)}.btn:hover{background:var(--accent-hover);box-shadow:0 6px 22px rgba(var(--accent-rgb),.4)}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn.secondary{background:transparent;border:1px solid var(--border);color:var(--text-primary);box-shadow:none}.btn.secondary:hover{border-color:rgba(var(--accent-rgb),.6);background:rgba(var(--accent-rgb),.06);box-shadow:none}.input-group{margin-bottom:16px}.input-group label{display:block;font-size:13px;color:var(--text-secondary);margin-bottom:7px;font-weight:600;letter-spacing:.01em}.input-group input,.input-group textarea,.input-group select{width:100%;height:48px;padding:0 15px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);font-size:15px;font-weight:500;transition:border-color var(--dur) var(--ease),background-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.input-group textarea{height:auto;min-height:84px;padding:13px 15px;resize:vertical;line-height:1.5}.input-group input::placeholder,.input-group textarea::placeholder{color:var(--text-muted);opacity:1}.input-group input:focus,.input-group textarea:focus,.input-group select:focus{outline:none;border-color:var(--accent);background:var(--bg-elevated);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.15)}.match-score{display:inline-flex;align-items:center;gap:4px;padding:5px 11px;border-radius:var(--r-full);font-size:14px;font-weight:700}.match-score.high{background:#2ed57329;color:var(--ok)}.match-score.medium{background:#ffa50029;color:var(--warn)}.match-score.low{background:#e9456029;color:var(--danger)}.empty-state{text-align:center;padding:44px 20px;color:var(--text-secondary)}.empty-state .emoji{font-size:50px;margin-bottom:14px;display:block}.empty-state h2{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:6px}button:focus{outline:none}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;justify-content:space-around;align-items:center;background:#14141fe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:8px 0 env(safe-area-inset-bottom,10px);z-index:100}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:var(--text-secondary);font-size:10px;cursor:pointer;padding:7px 14px;transition:color var(--dur) var(--ease),transform .1s var(--ease);font-weight:600;border-radius:var(--r-md)}.bottom-nav-item:hover{color:var(--text-primary)}.bottom-nav-item:active{transform:scale(.94)}.bottom-nav-item.active{color:var(--accent)}.top-bar{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;justify-content:flex-end;gap:6px;background:#0f0f1ae6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:10px 14px;z-index:100;box-sizing:border-box}.top-bar-item{display:flex;align-items:center;gap:6px;background:none;border:1px solid var(--border);border-radius:var(--r-full);color:var(--text-secondary);font-size:12px;cursor:pointer;padding:7px 14px;transition:all var(--dur) var(--ease);font-weight:600;background:var(--bg-secondary)}.top-bar-item:hover{color:var(--text-primary);border-color:var(--border-strong);transform:translateY(-1px)}.top-bar-item.active{color:var(--accent);border-color:rgba(var(--accent-rgb),.6);background:rgba(var(--accent-rgb),.08)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .28s var(--ease)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.pop-in{animation:pop .25s var(--ease)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.hairline{height:1px;background:var(--border);border:none;margin:14px 0}.section-title{font-size:15px;font-weight:700;color:var(--text-primary);letter-spacing:.01em}@media (min-width: 600px) and (max-width: 959px){body{background:radial-gradient(1000px 560px at 12% -10%,rgba(var(--accent-rgb),.1),transparent 60%),radial-gradient(900px 500px at 108% 112%,rgba(255,154,86,.07),transparent 60%),var(--bg-primary)}.app{max-width:880px}.app-main{padding:76px 24px 108px}.bottom-nav,.top-bar{max-width:880px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.card-grid .card{margin-bottom:0}.header h1{font-size:34px}.btn{width:100%;max-width:440px;margin-left:auto;margin-right:auto}}@media (min-width: 960px){.app{max-width:none;margin:0}body{background:radial-gradient(1200px 600px at 10% -10%,rgba(var(--accent-rgb),.1),transparent 60%),radial-gradient(1000px 560px at 108% 108%,rgba(255,154,86,.07),transparent 60%),radial-gradient(900px 560px at 85% -8%,rgba(123,92,240,.06),transparent 55%),var(--bg-primary)}.sidebar{display:flex;position:fixed;top:0;left:0;bottom:0;width:264px;flex-direction:column;padding:20px 14px;background:#10101ad9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-right:1px solid var(--border);z-index:120;overflow-y:auto}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:6px 10px 20px;cursor:pointer}.sidebar-logo{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;color:#fff;background:linear-gradient(135deg,var(--accent),#ff9a56);box-shadow:0 4px 14px rgba(var(--accent-rgb),.35);flex-shrink:0}.sidebar-brand-name{font-size:16px;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.sidebar-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:8px 12px 6px;margin:0}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.sidebar-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;border-radius:var(--r-md);background:transparent;color:var(--text-secondary);font-size:14px;font-weight:600;cursor:pointer;text-align:left;transition:color var(--dur) var(--ease),background-color var(--dur) var(--ease)}.sidebar-item:hover{color:var(--text-primary);background:var(--bg-hover)}.sidebar-item.active{color:var(--accent);background:rgba(var(--accent-rgb),.12)}.sidebar-footer{display:flex;flex-direction:column;gap:2px;border-top:1px solid var(--border);padding-top:8px;margin-top:8px}.sidebar-logout{color:var(--text-muted)}.sidebar-logout:hover{color:var(--danger);background:#e945601a}.app-main{margin-left:264px;padding:40px 44px 64px}.top-bar,.bottom-nav{display:none}.header{text-align:left;padding:8px 0 22px}.header h1{font-size:34px}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid .card{margin-bottom:0}.btn{width:100%;max-width:432px}}.paei-badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 7px;border-radius:999px;border:1px solid transparent;font-size:13px;line-height:1}.paei-coverage{display:inline-flex;gap:6px}.paei-dot{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;font-size:12px;font-weight:700;border:1px dashed var(--border-strong);color:var(--text-muted)}.paei-dot.on{color:#0e1218;border-style:solid}.paei-coverage--sm .paei-dot{width:22px;height:22px;font-size:11px}.app-loading{min-height:100vh;display:grid;place-items:center;color:var(--text-muted)}.desktop-app-layout{min-height:100vh;background:var(--bg-product)}.desktop-workspace{width:100%;min-width:0}.desktop-topbar{position:sticky;top:0;z-index:110;display:flex;align-items:center;gap:12px;min-height:68px;padding:10px 18px;background:#0e1218eb;border-bottom:1px solid var(--border);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.desktop-search{display:flex;align-items:center;gap:10px;width:min(460px,50vw);height:42px;padding:0 13px;color:var(--text-muted);background:var(--surface-1);border:1px solid var(--border);border-radius:12px}.desktop-search:focus-within{border-color:var(--role-p);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.12)}.desktop-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit}.desktop-icon-button,.desktop-create-button{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;cursor:pointer}.desktop-icon-button{width:42px;margin-left:auto;border:1px solid var(--border);background:var(--surface-1);color:var(--text-muted)}.desktop-create-button{padding:0 17px;border:1px solid var(--role-p);background:var(--role-p);color:#fff;font-weight:700}.web-mobile-nav{display:none}.desktop-app-layout .desktop-app-main,.mini-app-layout .mini-app-main{margin-left:0}@media (max-width: 767px){.desktop-app-layout .sidebar{display:none}.desktop-app-layout .desktop-app-main{padding:18px 16px 96px}.desktop-topbar{min-height:58px;padding:8px 12px}.desktop-search{width:100%}.desktop-create-button{width:42px;padding:0;font-size:0}.web-mobile-nav{display:block}.web-mobile-nav .bottom-nav{max-width:none}}@media (min-width: 768px){.desktop-app-layout .sidebar{display:flex;width:88px;padding:16px 10px}.desktop-app-layout .sidebar-brand{justify-content:center;padding:5px 0 20px}.desktop-app-layout .sidebar-brand-name,.desktop-app-layout .sidebar-section-label,.desktop-app-layout .sidebar-item span{display:none}.desktop-app-layout .sidebar-item{justify-content:center;padding:12px}.desktop-app-layout .desktop-workspace{margin-left:88px;width:calc(100% - 88px)}.desktop-app-layout .desktop-app-main{padding:28px 30px 60px}}@media (min-width: 1200px){.desktop-app-layout .sidebar{width:248px;padding:20px 14px}.desktop-app-layout .sidebar-brand{justify-content:flex-start;padding:6px 10px 20px}.desktop-app-layout .sidebar-brand-name,.desktop-app-layout .sidebar-section-label,.desktop-app-layout .sidebar-item span{display:initial}.desktop-app-layout .sidebar-item{justify-content:flex-start;padding:10px 12px}.desktop-app-layout .desktop-workspace{margin-left:248px;width:calc(100% - 248px)}.desktop-app-layout .desktop-app-main{padding:32px 38px 64px}}.mini-app-layout{max-width:480px;margin:0 auto}.mini-app-layout .mini-app-main{width:100%;padding:60px 16px 96px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
