*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:#0f1115;color:#e7eaf0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}a{color:#6aa3ff;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:14px;background:#2a3344;color:#e7eaf0;border:1px solid #3a455a;border-radius:6px;padding:6px 14px;transition:background .12s}button:hover{background:#354056}button.primary{background:#3357ff;border-color:#3357ff;color:#fff}button.primary:hover{background:#4665ff}button.danger{background:#b03a3a;border-color:#b03a3a;color:#fff}button.ghost{background:transparent;border:1px solid #3a455a}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{background:#1a1f2a;color:#e7eaf0;border:1px solid #2c3344;border-radius:6px;padding:8px 12px;font-size:14px;font-family:inherit}input:focus,textarea:focus,select:focus{outline:none;border-color:#3357ff}textarea{resize:vertical;min-height:80px}.full-load{display:flex;align-items:center;justify-content:center;height:100vh;font-size:16px;color:#8a93a4}.full-load--err{color:#ff7a7a}.shell{display:grid;grid-template-columns:240px 1fr;height:100vh;overflow:hidden}.shell__sidebar{background:#161922;border-right:1px solid #232838;display:flex;flex-direction:column;overflow-y:auto}.shell__brand{padding:18px 18px 12px;display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px;border-bottom:1px solid #232838}.shell__brand-logo{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#3357ff,#7a5cff);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800}.shell__nav{padding:8px;display:flex;flex-direction:column;gap:2px;flex:1}.shell__nav a{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;color:#b8c0d0;transition:background .12s,color .12s}.shell__nav a:hover{background:#1f2433;color:#fff;text-decoration:none}.shell__nav a.active{background:#232b3d;color:#fff}.shell__nav-section{margin-top:14px;padding:0 12px 4px;font-size:11px;color:#6b748a;text-transform:uppercase;letter-spacing:.06em}.shell__badge{margin-left:auto;background:#3357ff;color:#fff;font-size:11px;font-weight:700;padding:1px 6px;border-radius:10px;min-width:18px;text-align:center}.shell__user{padding:12px;border-top:1px solid #232838;display:flex;align-items:center;gap:10px;font-size:13px}.shell__avatar{width:34px;height:34px;border-radius:50%;background:#3357ff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.shell__main{overflow-y:auto;padding:20px 24px}.chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:500;background:#232a39;color:#b8c0d0}.chip--role-owner{background:#3a2a5e;color:#d5b3ff}.chip--role-maintainer{background:#1e4a3a;color:#aff0c5}.chip--role-senior_dev{background:#1e3a55;color:#a5cdf5}.chip--role-trusted_dev{background:#2a3a55;color:#c5d8ed}.chip--role-contributor{background:#232a39;color:#b8c0d0}.chip--role-designer{background:#4d2a45;color:#f5b6dd}.chip--role-tester{background:#4a3a1e;color:#ffd99c}.chip--role-idea_only{background:#1e4a4a;color:#a5e8e8}.chip--role-observer,.chip--status-backlog{background:#2d2d2d;color:#b0b0b0}.chip--status-available{background:#1e4a3a;color:#aff0c5}.chip--status-in_progress{background:#1e3a55;color:#a5cdf5}.chip--status-in_review{background:#4a3a1e;color:#ffd99c}.chip--status-done{background:#3a2a5e;color:#d5b3ff}.chip--status-frozen{background:#2d2d2d;color:#888}.chip--prio-low{background:#1e4a3a;color:#aff0c5}.chip--prio-normal{background:#4a3a1e;color:#ffd99c}.chip--prio-high{background:#4a2e1e;color:#ffbf99}.chip--prio-critical{background:#4a1e1e;color:#ff9b9b}.card{background:#161922;border:1px solid #232838;border-radius:10px;padding:16px}.card+.card{margin-top:12px}.card-title{font-size:16px;font-weight:700;margin:0 0 8px}.muted{color:#8a93a4;font-size:13px}.section-title{font-size:12px;color:#6b748a;text-transform:uppercase;letter-spacing:.06em;margin:16px 0 8px}.h1{font-size:22px;font-weight:700;margin:0 0 16px}.h2{font-size:17px;font-weight:700;margin:0 0 12px}.row{display:flex;gap:10px;align-items:center}.row--between{justify-content:space-between}.row--wrap{flex-wrap:wrap}.grid{display:grid;gap:12px}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:1fr 1fr 1fr}.chat{display:grid;grid-template-columns:220px 1fr auto;gap:12px;height:calc(100vh - 40px)}@media (max-width: 1100px){.chat__members{display:none}}.chat__channels{background:#161922;border:1px solid #232838;border-radius:8px;padding:8px;overflow-y:auto}.chat__channels-section{font-size:11px;color:#6b748a;text-transform:uppercase;letter-spacing:.06em;padding:8px 8px 4px}.chat__channel-item{padding:6px 8px;border-radius:5px;cursor:pointer;display:flex;align-items:center;gap:6px}.chat__channel-item:hover{background:#1f2433}.chat__channel-item.active{background:#232b3d;color:#fff}.chat__channel-item .chat__badge{margin-left:auto;background:#3357ff;color:#fff;font-size:11px;padding:1px 6px;border-radius:10px}.chat__main{background:#161922;border:1px solid #232838;border-radius:8px;display:flex;flex-direction:column}.chat__header{padding:12px 16px;border-bottom:1px solid #232838;display:flex;justify-content:space-between;align-items:center}.chat__messages{flex:1;overflow-y:auto;padding:12px 16px}.chat__msg{margin-bottom:12px}.chat__msg-head{display:flex;gap:8px;align-items:baseline;font-size:12px;color:#8a93a4;margin-bottom:2px}.chat__msg-author{color:#fff;font-weight:600;font-size:13px}.chat__msg-body{color:#e7eaf0;white-space:pre-wrap;word-break:break-word}.chat__msg-reactions{margin-top:4px;display:flex;gap:6px}.chat__msg-reaction{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#232838;border-radius:12px;font-size:12px;cursor:pointer}.chat__msg-reaction--active{background:#2a3a55}.chat__msg-actions{display:none;flex-direction:column;gap:4px}.chat__msg-actions button{padding:2px 8px;font-size:11px;background:transparent;border:1px solid #2c3344;color:#8a93a4;border-radius:4px}.chat__msg-actions button:hover{color:#e7eaf0;background:#232838}.chat__msg:hover .chat__msg-actions{display:flex}.chat__composer{padding:12px 16px;border-top:1px solid #232838;display:flex;gap:8px}.chat__composer textarea{flex:1;resize:none;min-height:38px;max-height:120px}.kanban{display:flex;gap:12px;overflow-x:auto;min-height:calc(100vh - 100px)}.kanban__col{min-width:260px;flex:1;background:#161922;border:1px solid #232838;border-radius:8px;padding:8px;max-width:320px}.kanban__col-title{font-size:13px;font-weight:700;padding:4px 8px 10px;display:flex;justify-content:space-between}.kanban__task{background:#1c2030;border:1px solid #262d3f;border-radius:6px;padding:10px;margin-bottom:8px;cursor:pointer}.kanban__task:hover{background:#222842}.kanban__task-title{font-weight:600;margin-bottom:6px;font-size:13px}.kanban__task-meta{display:flex;gap:6px;flex-wrap:wrap;font-size:11px;color:#8a93a4}.idea-card{background:#161922;border:1px solid #232838;border-radius:8px;padding:16px;margin-bottom:10px;display:flex;gap:16px}.idea-card__like{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:50px;border-right:1px solid #232838;padding-right:14px}.idea-card__like-btn{background:transparent;border:1px solid #3a455a;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.idea-card__like-btn--active{background:#3357ff;border-color:#3357ff;color:#fff}.wiki{display:grid;grid-template-columns:260px 1fr;gap:16px}.wiki__tree{background:#161922;border:1px solid #232838;border-radius:8px;padding:12px;max-height:calc(100vh - 100px);overflow-y:auto}.wiki__folder{font-size:11px;color:#6b748a;text-transform:uppercase;margin:10px 4px 4px;letter-spacing:.06em}.wiki__page{padding:6px 10px;border-radius:5px;cursor:pointer;font-size:13px}.wiki__page:hover{background:#1f2433}.wiki__page.active{background:#232b3d;color:#fff}.wiki__content{background:#161922;border:1px solid #232838;border-radius:8px;padding:24px}.wiki__content h1{margin-top:0}.wiki__content pre{background:#0d0f15;padding:12px;border-radius:6px;overflow-x:auto}.wiki__content code{background:#232838;padding:1px 5px;border-radius:3px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.stat{background:#161922;border:1px solid #232838;border-radius:8px;padding:14px}.stat__num{font-size:24px;font-weight:700}.stat__label{font-size:12px;color:#8a93a4;margin-top:4px}.join-page{max-width:640px;margin:60px auto;padding:30px}.form-row{margin-bottom:14px}.form-row label{display:block;font-size:13px;color:#b8c0d0;margin-bottom:6px}.form-row input,.form-row textarea,.form-row select{width:100%}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.skill-chip{padding:8px 12px;border:1px solid #2c3344;border-radius:6px;cursor:pointer;font-size:13px;display:flex;gap:8px;align-items:center}.skill-chip.active{background:#232b3d;border-color:#3357ff}.shell__burger{display:none;position:fixed;top:12px;left:12px;z-index:90;width:40px;height:40px;background:#232b3d;border:1px solid #2c3344;border-radius:8px;align-items:center;justify-content:center;cursor:pointer}.shell__backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:80}@media (max-width: 900px){.shell{grid-template-columns:1fr}.shell__sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;z-index:100;transform:translate(-100%);transition:transform .22s;border-right:1px solid #232838}.shell--open .shell__sidebar{transform:translate(0)}.shell--open .shell__backdrop{display:block}.shell__burger{display:flex}.shell__main{padding:60px 14px 14px}.chat{grid-template-columns:1fr;height:calc(100vh - 70px)}.chat__channels{position:fixed;left:0;right:0;top:56px;z-index:60;max-height:50vh;display:none}.chat--show-list .chat__channels{display:block}.chat__list-toggle{display:inline-flex!important;margin-right:8px}.kanban{flex-direction:column}.kanban__col{max-width:100%;min-width:auto}.wiki{grid-template-columns:1fr}.wiki__tree{max-height:200px}.grid-2,.grid-3{grid-template-columns:1fr!important}.h1{font-size:18px}.h2{font-size:15px}body{font-size:13px}.card{padding:12px}}@media (max-width: 480px){.shell__main{padding:56px 10px 10px}.stat-grid{grid-template-columns:repeat(2,1fr)}.stat__num{font-size:20px}.kanban{gap:8px}}body.theme-light{background:#f5f7fb;color:#1e2330}body.theme-light a{color:#3357ff}body.theme-light button{background:#e9edf5;color:#1e2330;border-color:#c8cfdc}body.theme-light button:hover{background:#dde3ee}body.theme-light button.primary{background:#3357ff;color:#fff;border-color:#3357ff}body.theme-light button.primary:hover{background:#2647e5}body.theme-light button.ghost{background:transparent;border-color:#c8cfdc;color:#4a5366}body.theme-light button.ghost:hover{background:#e9edf5}body.theme-light input,body.theme-light textarea,body.theme-light select{background:#fff;color:#1e2330;border-color:#c8cfdc}body.theme-light .shell__sidebar{background:#fff;border-right:1px solid #e1e6f0}body.theme-light .shell__brand{border-bottom-color:#e1e6f0;color:#1e2330}body.theme-light .shell__nav a{color:#4a5366}body.theme-light .shell__nav a:hover{background:#f0f3f9;color:#1e2330}body.theme-light .shell__nav a.active{background:#e6ecf7;color:#1e2330}body.theme-light .shell__nav-section{color:#8a93a4}body.theme-light .shell__user{border-top-color:#e1e6f0}body.theme-light .card{background:#fff;border-color:#e1e6f0}body.theme-light .muted{color:#6b748a}body.theme-light .chat__channels,body.theme-light .chat__main,body.theme-light .kanban__col,body.theme-light .wiki__tree,body.theme-light .wiki__content{background:#fff;border-color:#e1e6f0}body.theme-light .chat__channel-item:hover{background:#f0f3f9}body.theme-light .chat__channel-item.active{background:#e6ecf7;color:#1e2330}body.theme-light .chat__msg-author,body.theme-light .chat__msg-body{color:#1e2330}body.theme-light .chat__header{border-bottom-color:#e1e6f0}body.theme-light .chat__composer{border-top-color:#e1e6f0}body.theme-light .chat__channels-section{color:#8a93a4}body.theme-light .kanban__task{background:#f7f9fc;border-color:#e1e6f0}body.theme-light .kanban__task:hover{background:#eff3f9}body.theme-light .kanban__task-title{color:#1e2330}body.theme-light .wiki__page:hover{background:#f0f3f9}body.theme-light .wiki__page.active{background:#e6ecf7;color:#1e2330}body.theme-light .chip{background:#e9edf5;color:#4a5366}body.theme-light .stat{background:#fff;border-color:#e1e6f0}body.theme-light .stat__label{color:#6b748a}body.theme-light .cal__head{background:#f0f3f9;color:#6b748a}body.theme-light .cal__cell{background:#fff}body.theme-light .cal__cell--empty{background:#f7f9fc}body.theme-light .cal__cell--today{background:#e6ecf7}body.theme-light .cal__day,body.theme-light .cal__task{color:#1e2330}body.theme-light .cal__task:hover{background:#f0f3f9}body.theme-light .sup-modal__head{border-bottom-color:#e1e6f0}body.theme-light .shell__burger{background:#fff;border-color:#c8cfdc;color:#4a5366}
