:root{--navy:#061b31;--blue:#0b3b68;--red:#e30613;--line:#dce5ee;--muted:#687b90;--bg:#edf3f9}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;color:var(--navy);font-family:Arial,"Roboto Condensed",sans-serif;background:radial-gradient(circle at 50% 0,#fff 0,transparent 36%),linear-gradient(180deg,#f4f8fc,#e7eef6);min-height:100vh}.profile-shell{width:min(1180px,calc(100% - 28px));margin:0 auto;padding:22px 0 40px}.profile-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;padding:14px 18px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px rgba(7,30,54,.09)}.profile-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;width:145px;height:76px;border-radius:12px;background:var(--navy);color:#fff;text-decoration:none}.profile-brand b{font-size:40px;font-style:italic;letter-spacing:-4px}.profile-brand b span{color:var(--red)}.profile-brand small{font-size:7px;font-weight:900;letter-spacing:.08em}.profile-top>div>span,.auth-card header small,.account-view small,.game-head small{color:var(--red);font-size:10px;font-weight:900;letter-spacing:.12em}.profile-top h1{margin:5px 0 0;font-size:28px}.back-link{display:grid;place-items:center;min-height:48px;padding:0 22px;border-radius:10px;background:var(--red);color:#fff;text-decoration:none;font-size:11px;font-weight:900}.auth-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.7fr);gap:18px;margin-top:18px}.auth-card,.account-view{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 14px 34px rgba(7,30,54,.09);overflow:hidden}.auth-card{padding:22px}.auth-card>header{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--line)}.card-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#fff0f2;color:var(--red);font-size:28px;font-weight:900}.card-icon.navy{background:#edf3f8;color:var(--navy)}.auth-card h2{margin:4px 0 0;font-size:24px}.intro{margin:16px 0;color:var(--muted);font-size:12px;line-height:1.55}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:block;margin-top:13px;color:#213b54;font-size:9px;font-weight:900;letter-spacing:.06em}input{display:block;width:100%;height:44px;margin-top:6px;padding:0 13px;border:1px solid #cfdbe6;border-radius:9px;background:#fbfdff;color:var(--navy);font-size:13px;font-weight:800;outline:0}input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,6,19,.1)}.watermelon-game{margin-top:18px;border:1px solid #d5e1eb;border-radius:14px;background:#f8fbfe;overflow:hidden}.game-head{display:flex;align-items:center;justify-content:space-between;padding:13px 15px 9px}.game-head h3{margin:3px 0 0;font-size:17px}.game-head button{height:30px;padding:0 13px;border:1px solid #cbd8e4;border-radius:999px;background:#fff;color:var(--navy);font-size:9px;font-weight:900;cursor:pointer}.watermelon-game>p{margin:0;padding:0 15px 10px;color:var(--muted);font-size:10px}.game-challenge{padding:0 15px 12px;color:var(--red);font-size:12px;font-weight:900;text-align:center}.game-scene{position:relative;aspect-ratio:2/1;min-height:250px;background:#eaf3fa url('assets/kac89-grubebolki-arena-v3.png') center/100% 100% no-repeat;border-top:1px solid #dae4ed;border-bottom:1px solid #dae4ed;overflow:hidden;touch-action:none}.character-target{position:absolute;z-index:2;top:10%;bottom:8%;width:28%;border:2px dashed transparent;border-radius:18px;transition:.18s}.character-target.left{left:2%}.character-target.right{right:2%}.character-target span{position:absolute;left:50%;bottom:2%;transform:translateX(-50%);padding:6px 12px;border-radius:999px;background:rgba(5,27,49,.88);color:#fff;font-size:10px;font-weight:900;white-space:nowrap}.character-target.hover{border-color:#18aa5a;background:rgba(24,170,90,.12);box-shadow:inset 0 0 0 4px rgba(255,255,255,.72)}.character-target.solved{border-color:#18aa5a;background:rgba(24,170,90,.15)}.watermelon{position:absolute;z-index:10;left:calc(50% - 37px);top:calc(50% - 37px);display:grid;place-items:center;width:74px;height:74px;padding:0;border:3px solid #fff;border-radius:50%;background:linear-gradient(145deg,#fff,#edf4f8);box-shadow:0 12px 25px rgba(5,31,57,.22);font-size:48px;line-height:1;cursor:grab;touch-action:none;user-select:none;transition:box-shadow .15s,transform .15s}.watermelon.dragging{cursor:grabbing;transform:scale(1.08);box-shadow:0 17px 32px rgba(5,31,57,.28)}.watermelon.solved{transform:scale(.7);opacity:.92}.drag-hint{position:absolute;left:50%;bottom:7%;transform:translateX(-50%);padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.86);color:#496076;font-size:7px;font-weight:900;white-space:nowrap}.watermelon-counts{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}.watermelon-counts>div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px;padding:10px 14px;background:#fff}.watermelon-counts span{font-size:10px;font-weight:900}.watermelon-counts b{grid-row:1/3;grid-column:2;font-size:17px}.watermelon-counts em{color:var(--red);font-style:normal}.watermelon-counts small{color:var(--muted);font-size:8px}.game-result{padding:10px 14px;text-align:center;color:#7d8d9d;font-size:9px;font-weight:900;text-transform:uppercase}.game-result.success{color:#07823f;background:#eaf9f1}.button{min-height:44px;border:0;border-radius:9px;padding:0 18px;color:#fff;font-size:11px;font-weight:900;cursor:pointer}.button.red{background:linear-gradient(#ef101f,#c9000d)}.button.dark{background:linear-gradient(#10395f,#061b31)}.button.full{width:100%;margin-top:10px}.button:disabled{opacity:.42;cursor:not-allowed}.status{min-height:18px;margin-top:9px;color:#be0713;font-size:10px;font-weight:800;line-height:1.4}.status.ok{color:#07823f}.login-card form{margin-top:8px}.login-note{margin-top:20px;padding:15px;border-radius:11px;background:#f1f5f9;color:#62758a;font-size:10px;line-height:1.5}.login-note b{color:var(--navy)}.login-note p{margin:6px 0 0}.account-view{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:18px;padding:22px}.account-avatar{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:var(--navy);font-size:30px}.account-view h2{margin:4px 0;font-size:30px}.account-view p{margin:0;color:var(--muted);font-size:11px}@media(max-width:800px){.profile-shell{width:min(100% - 18px,680px);padding-top:9px}.profile-top{grid-template-columns:82px 1fr;gap:12px;padding:10px}.profile-brand{width:82px;height:58px}.profile-brand b{font-size:29px}.profile-top h1{font-size:20px}.profile-top>div>span{font-size:7px}.back-link{grid-column:1/-1;min-height:38px}.auth-grid{grid-template-columns:1fr}.login-card{order:2}.game-scene{min-height:210px}.account-view{grid-template-columns:auto 1fr}.account-view .button{grid-column:1/-1;width:100%}}@media(max-width:480px){.profile-shell{width:100%;padding:0 7px 24px}.profile-top{border-radius:0 0 12px 12px}.auth-grid{margin-top:9px;gap:9px}.auth-card{padding:13px;border-radius:12px}.auth-card h2{font-size:20px}.field-row{grid-template-columns:1fr}.game-scene{aspect-ratio:auto;height:245px;background-size:100% 100%;background-position:center}.character-target{width:38%;top:7%;bottom:6%}.character-target.left{left:0}.character-target.right{right:0}.watermelon{width:62px;height:62px;left:calc(50% - 31px);top:calc(50% - 31px);font-size:40px}.drag-hint{bottom:3%;font-size:6px}.watermelon-counts>div{padding:9px}.watermelon-counts span{font-size:8px}.watermelon-counts b{font-size:14px}.character-target span{font-size:8px;padding:5px 8px}}
[hidden]{display:none!important}.profile-editor{margin-top:18px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 14px 34px rgba(7,30,54,.09)}.profile-editor>header{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--line)}.profile-editor>header small{color:var(--red);font-size:10px;font-weight:900;letter-spacing:.12em}.profile-editor h2{margin:4px 0 0;font-size:24px}.profile-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.profile-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.profile-links a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid #cfdbe6;border-radius:8px;background:#f4f8fc;color:var(--blue);font-size:9px;font-weight:900;text-decoration:none}.profile-links a:hover{border-color:var(--red);color:var(--red)}.profile-save{margin-top:3px}(max-width:800px){.profile-editor{margin-top:9px;padding:15px;border-radius:12px}.profile-fields{grid-template-columns:1fr}.profile-save{width:100%}}