@import "https://fonts.googleapis.com/css2?family=Oxanium:wght@400;600&display=swap&subset=latin-ext";.btn{cursor:pointer;border:none;border-radius:.75rem;padding:.6rem 1.2rem;font-weight:600;transition:background-color .2s,transform .1s}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background-color:#3ba9fc}.btn-primary:hover{background-color:#064db8}.btn-primary:active{background-color:#0b5fe0}.btn-secondary{color:#1e293b;background-color:#e2e8f0}.btn-secondary:hover{background-color:#cbd5e1}.btn-error{color:#fff;background-color:#e11d48}.btn-error:hover{background-color:#be123c}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.compact-list-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;width:min(100%,560px);height:414px;padding:26px 28px;display:flex;box-shadow:0 10px 28px #0f172a14}.compact-list-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.compact-list-header h1{color:#0f172a;margin:0;font-size:20px;font-weight:700;line-height:1.2}.compact-list-view-all{color:#2563eb;flex-shrink:0;font-size:14px;font-weight:700}.compact-list-view-all:hover{color:#1d4ed8}.compact-list{flex-direction:column;flex:1;display:flex}.compact-list-row{width:100%;min-height:62px;color:inherit;font:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #e5e7eb;grid-template-columns:34px minmax(0,1fr) max-content max-content;align-items:center;gap:14px;padding:12px 0;display:grid}.compact-list-row:last-child{border-bottom:0}.compact-list-row:hover .compact-list-title{color:#2563eb}.compact-list-icon{background:#dbeafe;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.compact-list-icon svg{fill:none;stroke:#2563eb;stroke-width:2.25px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.compact-list-icon-fill{fill:#2563eb;stroke:none}.compact-list-friends-icon{background:#ede9fe}.compact-list-friends-icon svg{stroke:#7c3aed}.compact-list-friends-icon.is-featured{border-radius:20px;width:72px;height:72px;box-shadow:0 12px 24px #7c3aed24}.compact-list-friends-icon.is-featured svg{stroke-width:1.8px;width:44px;height:44px}.compact-list-title{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;transition:color .15s;overflow:hidden}.compact-list-meta,.compact-list-date{color:#475569;white-space:nowrap;font-size:14px;font-weight:500}.compact-list-date{text-align:right;min-width:76px}.compact-list-state{color:#64748b;margin:0;padding:18px 0;font-size:14px}.compact-list-error{color:#b91c1c}.friends-overview-card{position:relative;overflow:hidden}.friends-overview-card:after{content:"";pointer-events:none;border:28px solid #7c3aed0f;border-radius:50%;width:170px;height:170px;position:absolute;bottom:-70px;right:-55px}.friends-overview-content{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;max-width:390px;padding-bottom:12px;display:flex;position:relative}.friends-overview-content h2{color:#1e293b;margin:20px 0 8px;font-size:18px;line-height:1.25}.friends-overview-content p{color:#64748b;max-width:360px;margin:0;font-size:14px;line-height:1.65}.friends-overview-action{color:#fff;background:#2563eb;border-radius:9px;align-items:center;gap:8px;margin-top:22px;padding:10px 16px;font-size:14px;font-weight:700;transition:background-color .15s,transform .15s;display:inline-flex}.friends-overview-action:hover{color:#fff;background:#1d4ed8;transform:translateY(-1px)}.friends-overview-action:focus-visible{outline-offset:3px;outline:3px solid #3b82f64d}.friends-overview-arrow{font-size:17px;line-height:1}@media (width<=640px){.compact-list-card{height:390px;padding:20px}.compact-list-row{grid-template-columns:34px minmax(0,1fr) max-content;gap:12px}.compact-list-meta{display:none}.compact-list-date{min-width:64px}}.home-page{width:100%;padding:24px}.home-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),560px));align-items:stretch;gap:24px;display:grid}@media (width<=640px){.home-page{padding:16px}}.navbar{color:#fff;z-index:20;background-color:#0d6efd;width:100%;padding:1rem 0;position:relative;box-shadow:0 2px 10px #0000001a}.navbar-container{justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.navbar-logo{pointer-events:none;font-size:1.8rem;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.sidebar-toggle{color:#fff;cursor:pointer;background:0 0;border:none;margin-left:.5rem;font-size:1.6rem}.navbar-right{align-items:center;gap:1rem;margin-left:auto;display:flex}.navbar-link{color:#fff;font-weight:600;text-decoration:none}.navbar-btn{padding:.45rem 1.2rem}.profile-area{position:relative}.profile-button{color:#0d6efd;cursor:pointer;background-color:#fff;border:none;border-radius:.75rem;align-items:center;gap:.4rem;padding:.45rem 1rem;font-weight:600;display:flex}.profile-button:hover{background-color:#dbeafe}.arrow{font-size:.9rem}.profile-dropdown{color:#1e293b;background-color:#fff;border-radius:.75rem;width:160px;margin-top:.4rem;position:absolute;right:0;overflow:hidden;box-shadow:0 2px 12px #00000026}.profile-dropdown button{text-align:left;cursor:pointer;color:#1e293b;background:0 0;border:none;width:100%;padding:.7rem 1rem;font-size:.95rem;display:block}.profile-dropdown button:hover{background-color:#f3f4f6}.logout-btn{color:#e11d48}.logout-btn:hover{background-color:#ffe4e6}.sidebar{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:radial-gradient(circle at 0 0,#2563eb14,#0000 210px),#fff;border-right:1px solid #e2e8f0;flex-shrink:0;width:272px;min-height:100%;padding:1.25rem 1rem;transition:transform .25s;overflow-y:auto;box-shadow:8px 0 30px #0f172a09}.sidebar-closed{transform:translate(-272px)}.sidebar-open{transform:translate(0)}.sidebar-user{background:#eff6ffc2;border:1px solid #bfdbfee6;border-radius:1rem;align-items:center;gap:.8rem;margin-bottom:1.5rem;padding:.75rem;display:flex}.sidebar-avatar{color:#fff;background:linear-gradient(145deg,#2563eb,#1d4ed8);border-radius:50%;flex:0 0 2.75rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1rem;font-weight:700;display:flex;position:relative;box-shadow:0 5px 14px #2563eb3d}.sidebar-status-dot{background:#22c55e;border:2px solid #eff6ff;border-radius:50%;width:.65rem;height:.65rem;position:absolute;bottom:1px;right:-1px}.user-info{flex-direction:column;gap:.12rem;min-width:0;display:flex}.sidebar-welcome{color:#64748b;letter-spacing:.02em;font-size:.72rem;line-height:1}.sidebar-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;line-height:1.35;overflow:hidden}.sidebar-section{color:#94a3b8;letter-spacing:.11em;text-transform:uppercase;margin:1.1rem .65rem .3rem;font-size:.68rem;font-weight:700}.sidebar-nav{flex-direction:column;gap:.3rem;display:flex}.nav-item{color:#475569;border:1px solid #0000;border-radius:.75rem;align-items:center;gap:.75rem;min-height:2.75rem;padding:.45rem .65rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:flex;position:relative}.nav-item:hover{color:#0f172a;background-color:#f1f5f9;transform:translate(2px)}.nav-item.active{color:#1d4ed8;background:linear-gradient(90deg,#dbeafe,#eff6ff);border-color:#bfdbfe;box-shadow:0 4px 12px #2563eb14}.nav-item.active:after{content:"";background:#2563eb;border-radius:50%;width:.3rem;height:.3rem;position:absolute;right:.55rem}.nav-icon-wrap{color:#64748b;background:#f1f5f9;border-radius:.55rem;flex:0 0 2rem;place-items:center;width:2rem;height:2rem;transition:background-color .18s,color .18s;display:grid}.nav-item:hover .nav-icon-wrap{color:#334155;background:#e2e8f0}.nav-item.active .nav-icon-wrap{color:#2563eb;background:#fff;box-shadow:0 2px 8px #2563eb1a}.sidebar-icon{display:block}.sidebar-subnav{border-left:1px solid #dbeafe;flex-direction:column;gap:.15rem;margin:.15rem 0 .35rem 1.65rem;padding:.25rem 0 .15rem 1rem;display:flex}.sidebar-subnav-label{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;margin:.1rem 0 .2rem .5rem;font-size:.65rem;font-weight:700}.subnav-item{color:#64748b;border-radius:.5rem;align-items:center;gap:.55rem;min-width:0;padding:.4rem .5rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s,transform .15s;display:flex}.subnav-item:hover,.subnav-item.active{color:#1d4ed8;background-color:#eff6ff;transform:translate(2px)}.subnav-dot{border:1px solid #94a3b8;border-radius:50%;flex:0 0 .35rem;width:.35rem;height:.35rem}.subnav-item.active .subnav-dot{background:#2563eb;border-color:#2563eb}.subnav-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-item:focus-visible,.subnav-item:focus-visible{outline-offset:2px;outline:3px solid #3b82f647}@media (width<=720px){.sidebar{width:min(272px,86vw)}}.site-shell{background:#f8fafc;flex-direction:column;height:100vh;min-height:100vh;display:flex;overflow:hidden auto}.site-main{background:#f8fafc;flex:1 0 auto;align-items:stretch;display:flex;overflow:visible}.site-content{flex:1;min-width:0;overflow:visible}.site-footer{color:#eff6ff;background:#1d4ed8;border-top:1px solid #ffffff29;flex-shrink:0}.site-footer-container{grid-template-columns:1fr auto auto;align-items:center;gap:24px;width:100%;max-width:1180px;margin:0 auto;padding:18px 24px;display:grid}.site-footer-brand{color:#fff;margin:0 0 4px;font-size:18px;font-weight:700}.site-footer-text,.site-footer-copy{color:#dbeafe;margin:0;font-size:14px;line-height:1.5}.site-footer-links{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.site-footer-links button{color:#eff6ff;background:0 0;border:0;padding:6px 0;font-weight:600}.site-footer-links button:hover{color:#bfdbfe}@media (width<=760px){.site-footer-container{grid-template-columns:1fr;gap:12px}}.data-table-wrapper{width:100%}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;border-bottom:2px solid #ccc;padding:8px;font-weight:700}.data-table td{border-bottom:1px solid #eee;padding:8px}.data-table__checkbox-cell{text-align:center;width:40px}.data-table__selected-row{background-color:#f5f5f5}.data-table-pagination{flex-direction:column;justify-content:center;align-items:stretch;gap:12px;margin-top:16px;display:flex}.data-table-pagination__info{color:#555;text-align:left}.data-table-pagination__buttons{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.pageLayout{box-sizing:border-box;grid-template-columns:minmax(0,1fr) minmax(320px,370px);gap:20px;height:100vh;padding:20px;display:grid}.leftColumn{flex-direction:column;align-items:center;height:100%;display:flex;overflow:hidden}.boardWrapper{justify-content:center;align-items:center;width:min(90vw,1600px);height:min(75vh,1600px);display:flex}.moveControls{background:#fffffff0;border:1px solid #dbe3ee;border-radius:14px;align-items:center;gap:4px;margin-top:14px;padding:5px;display:inline-flex;box-shadow:0 8px 24px #0f172a1a}.moveControlButton{color:#334155;background:0 0;border:0;border-radius:10px;place-items:center;width:52px;height:42px;transition:color .16s,background-color .16s,transform .16s;display:grid;position:relative}.moveControlButton:hover{color:#1d4ed8;background:#eff6ff;transform:translateY(-1px)}.moveControlButton:active{background:#dbeafe;transform:translateY(0)}.moveControlButton:focus-visible{outline-offset:2px;outline:3px solid #3b82f647}.moveControlIcon{width:22px;height:22px}.flipBoardButton{border-left:1px solid #dbe3ee;border-radius:0 10px 10px 0;margin-left:4px}.rightColumn{flex-direction:column;gap:20px;padding-right:5px;display:flex;overflow-y:auto}.scoreSheet{z-index:4;background:#fff;border:1px solid #dbe3ee;border-radius:14px;flex-direction:column;flex:0 0 min(52vh,470px);min-height:290px;max-height:min(52vh,470px);display:flex;position:sticky;top:0;overflow:hidden;box-shadow:0 12px 30px #0f172a1a}.scoreSheetHeader{background:#fff;border-bottom:1px solid #e8eef5;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px 12px;display:flex}.scoreSheetEyebrow{color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2px;font-size:.65rem;font-weight:800;display:block}.scoreSheetHeader h3{color:#0f172a;margin:0;font-size:1.05rem}.scoreSheetMoves{color:#334155;scrollbar-color:#cbd5e1 transparent;scrollbar-width:thin;flex:1;min-height:0;padding:14px 16px;font-size:.92rem;line-height:1.85;overflow-y:auto}.scoreSheetMove{color:#334155;cursor:pointer;border-radius:5px;margin-right:2px;padding:3px 2px;transition:color .15s,background-color .15s}.scoreSheetMove:hover{color:#0f172a;background:#f1f5f9}.scoreSheetMove.isCurrent{color:#1d4ed8;background:#dbeafe;font-weight:800}.scoreSheetMove:focus-visible{outline-offset:1px;outline:2px solid #2563eb59}.scoreSheetEmpty{color:#94a3b8;margin:0;font-size:.86rem}.scoreSheetTools{background:#fbfdff;border-top:1px solid #e8eef5;flex:none;padding:10px 12px 12px}.gameActions{flex-wrap:wrap;gap:10px;display:flex}.gameDataDialogForm{width:100%}.gameDataFieldRow{gap:12px;display:grid}.gameDataFieldRowPlayer,.gameDataFieldRowEvent{grid-template-columns:minmax(0,1fr) minmax(96px,140px)}.scoreSheetNagBar{grid-template-columns:auto minmax(0,1fr) auto;gap:6px;display:grid}.scoreSheetNagScroller{grid-column:2;gap:5px;min-width:0;display:flex;overflow-x:hidden}.scoreSheetNagButton{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #d7dee8;border-radius:6px;flex:none;min-width:31px;height:28px;padding:0 7px;font-size:.78rem;font-weight:800;line-height:1}.scoreSheetNagButton:hover:not(:disabled){background:#f0fdfa;border-color:#0f766e}.scoreSheetNagButton.isActive{color:#134e4a;background:#ccfbf1;border-color:#0f766e}.scoreSheetNagButton:disabled{cursor:not-allowed;opacity:.45}.scoreSheetNagMore{min-width:30px;padding:0;font-size:1.1rem}.scoreSheetNagLeft{grid-column:1}.scoreSheetNagRight{grid-column:3}.scoreSheetCommentActions{justify-content:flex-start;gap:6px;margin-top:9px;display:flex}.scoreSheetCommentButton,.scoreSheetPromoteButton,.scoreSheetDeleteButton{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #d7dee8;border-radius:6px;min-height:28px;padding:0 10px;font-size:.78rem;font-weight:700}.scoreSheetPromoteButton,.scoreSheetDeleteButton{justify-content:center;align-items:center;width:30px;min-width:30px;padding:0;display:inline-flex}.scoreSheetPromoteButton{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.scoreSheetDeleteButton{color:#be123c;background:#fff1f2;border-color:#fecdd3}.scoreSheetCommentButton:hover:not(:disabled){background:#eff6ff;border-color:#2563eb}.scoreSheetPromoteButton:hover:not(:disabled){background:#dbeafe;border-color:#3b82f6}.scoreSheetDeleteButton:hover:not(:disabled){background:#ffe4e6;border-color:#f43f5e}.scoreSheetCommentButton:disabled,.scoreSheetPromoteButton:disabled,.scoreSheetDeleteButton:disabled{cursor:not-allowed;opacity:.45}.analysisPanel,.openingBookPanel{background:#fff;border:1px solid #d7dee8;border-radius:8px;flex-direction:column;gap:12px;padding:14px;display:flex}.openingBookPanel:not(.isActive){opacity:.78;background:#f8fafc}.analysisHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.analysisHeader h2{color:#0f172a;margin:0;font-size:1rem}.analysisHeader p,.analysisEmpty,.analysisLine p,.bestMove,.analysisError{margin:0}.analysisHeader p{color:#64748b;text-transform:capitalize;margin-top:2px;font-size:.8rem}.analysisLines{flex-direction:column;gap:8px;display:flex}.analysisLine{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px}.analysisLineMeta{grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-bottom:6px;font-size:.8rem;display:grid}.analysisLineMeta span{color:#334155;font-weight:700}.analysisLineMeta strong{color:#0f766e;justify-self:start}.analysisLineMeta small{color:#64748b}.analysisLine p{color:#1e293b;overflow-wrap:anywhere;font-size:.9rem;line-height:1.4}.analysisEmpty{color:#64748b;font-size:.9rem}.analysisError{color:#be123c;font-size:.9rem}.bestMove{color:#334155;font-size:.9rem;font-weight:600}.openingBookMoves{flex-direction:column;gap:8px;display:flex}.openingBookMove{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px}.openingBookMoveHeader{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.openingBookMoveHeader strong{color:#0f172a;font-size:1rem}.openingBookMoveHeader span,.openingBookResultLabels{color:#64748b;font-size:.78rem;font-weight:700}.openingBookStats{background:#e2e8f0;border-radius:999px;width:100%;height:10px;display:flex;overflow:hidden}.openingBookStat{min-width:0;height:100%}.openingBookStatWhite{background:#2563eb}.openingBookStatDraw{background:#94a3b8}.openingBookStatBlack{background:#dc2626}.openingBookResultLabels{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:7px;display:grid}.openingBookResultLabels span:nth-child(2){text-align:center}.openingBookResultLabels span:nth-child(3){text-align:right}@media (width<=900px){.pageLayout{grid-template-columns:1fr;height:auto}.rightColumn{overflow:visible}.scoreSheet{flex-basis:430px;height:430px;max-height:70vh;position:relative;top:auto}.leftColumn{height:auto}.boardWrapper{width:100%;height:auto}}@media (width<=520px){.gameDataFieldRow{grid-template-columns:1fr;gap:0}}.chess-db-import-dropzone{cursor:pointer;background:#f8fbff;border:1px dashed #93c5fd;border-radius:12px;align-items:center;gap:14px;width:100%;padding:16px;transition:border-color .2s,background-color .2s,transform .1s;display:flex}.chess-db-import-dropzone:hover{background:#eef6ff;border-color:#3ba9fc;transform:translateY(-1px)}.chess-db-import-file-input{display:none}.chess-db-import-dropzone__icon{color:#1d4ed8;letter-spacing:.04em;background:#dbeafe;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;font-size:13px;font-weight:800;display:inline-flex}.chess-db-import-dropzone__content{color:#0f172a;flex-direction:column;min-width:0;display:flex}.chess-db-import-dropzone__content strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.chess-db-import-dropzone__content small{color:#64748b;margin-top:4px;font-size:12px}.chess-db-import-status-icon{color:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;width:46px;height:46px;font-weight:800;display:inline-flex;position:relative}.chess-db-import-status-icon--active{background:#3ba9fc}.chess-db-import-status-icon--active:before,.chess-db-import-status-icon--active:after{content:"";background:#fff;border-radius:999px;animation:1.2s ease-in-out infinite chess-db-import-pulse;position:absolute}.chess-db-import-status-icon--active:before{width:9px;height:9px;left:12px}.chess-db-import-status-icon--active:after{width:9px;height:9px;animation-delay:.2s;right:12px}.chess-db-import-status-icon--success{background:#16a34a}.chess-db-import-status-icon--error{background:#e11d48}.chess-db-import-progress{background:#e2e8f0;border-radius:999px;height:10px;position:relative;overflow:hidden}.chess-db-import-progress span{border-radius:inherit;position:absolute;inset:0}.chess-db-import-progress--active span{background:linear-gradient(90deg,#3ba9fc,#0b5fe0);width:45%;animation:1.2s ease-in-out infinite chess-db-import-progress-slide}.chess-db-import-progress--success span{background:#16a34a;width:100%}.chess-db-import-progress--error span{background:#e11d48;width:100%}@keyframes chess-db-import-progress-slide{0%{transform:translate(-110%)}to{transform:translate(230%)}}@keyframes chess-db-import-pulse{0%,to{opacity:.65;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}@media (width<=520px){.chess-db-import-dropzone{align-items:flex-start}}.friends-page{color:#0f172a;width:min(1180px,100%);margin:0 auto;padding:32px}.friends-page__hero{color:#fff;background:radial-gradient(circle at 86% 15%,#7dd3fc57,#0000 25%),linear-gradient(135deg,#0b5fe0 0%,#2563eb 50%,#3ba9fc 100%);border:1px solid #93c5fd47;border-radius:24px;justify-content:space-between;align-items:center;min-height:190px;padding:36px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px #1e40af2e}.friends-page__hero:after{content:"";border:44px solid #ffffff14;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-105px;right:-75px}.friends-page__hero>div:first-child{z-index:1;max-width:660px;position:relative}.friends-page__eyebrow{color:#dbeafe;letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700;display:inline-block}.friends-page__hero h1{color:#fff;margin:0;font-size:clamp(32px,5vw,48px);line-height:1.05}.friends-page__hero p{color:#eaf4ff;max-width:560px;margin:12px 0 0;font-size:16px;line-height:1.65}.friends-page__hero-mark{z-index:1;background:#ffffff24;border:1px solid #ffffff3d;border-radius:28px;flex:none;place-items:center;width:104px;height:104px;margin-right:30px;font-size:60px;display:grid;position:relative;transform:rotate(4deg);box-shadow:inset 0 1px #ffffff38}.friends-page__tabs{scrollbar-width:none;background:#eef5fc;border:1px solid #dbe5f0;border-radius:16px;gap:6px;margin-top:28px;padding:6px;display:flex;overflow-x:auto}.friends-page__tabs::-webkit-scrollbar{display:none}.friends-page__tabs button{color:#64748b;background:0 0;border:0;border-radius:11px;flex:1 0 auto;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:10px 18px;font-size:14px;font-weight:700;transition:color .2s,background-color .2s,box-shadow .2s;display:inline-flex}.friends-page__tabs button:hover{color:#1d4ed8;background:#ffffffa6}.friends-page__tabs button:focus-visible{outline-offset:2px;outline:3px solid #3ba9fc59}.friends-page__tabs button.is-active{color:#0b5fe0;background:#fff;box-shadow:0 4px 14px #0f172a14}.friends-page__tabs button span{color:#1d4ed8;background:#dbeafe;border-radius:999px;place-items:center;min-width:23px;height:23px;padding:0 6px;font-size:11px;display:inline-grid}.friends-page__panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-top:18px;overflow:hidden;box-shadow:0 12px 34px #0f172a0f}.friends-page__panel-heading{border-bottom:1px solid #eaf0f6;justify-content:space-between;align-items:center;gap:24px;padding:25px 28px;display:flex}.friends-page__panel-heading h2{color:#172554;margin:0;font-size:20px}.friends-page__panel-heading p{color:#64748b;margin:5px 0 0;font-size:14px;line-height:1.5}.friends-page__count{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;flex:none;padding:7px 11px;font-size:12px;font-weight:700}.friends-page__panel-heading--search{align-items:flex-end}.friends-page__search-form{flex:0 540px;align-items:flex-end;gap:10px;display:flex}.friends-page__search-form>div{flex:1;margin-bottom:0!important}.friends-page__search-form input{color:#0f172a;background:#f8fafc;width:100%;min-height:42px;border-color:#cbd5e1!important;border-radius:10px!important;min-width:0!important}.friends-page__search-form input:focus{outline:3px solid #3ba9fc29;border-color:#3ba9fc!important}.friends-page__search-form .btn{white-space:nowrap;min-height:42px}.friends-table{width:100%;padding:0 28px 22px}.friends-table .data-table-wrapper{overflow-x:auto}.friends-table .data-table{border-collapse:separate;border-spacing:0;min-width:560px}.friends-table .data-table th{color:#64748b;letter-spacing:.08em;text-transform:uppercase;background:#f8fbff;border-bottom:1px solid #dbe5f0;padding:14px 16px;font-size:11px;font-weight:700}.friends-table .data-table th:first-child{border-top-left-radius:10px}.friends-table .data-table th:last-child{border-top-right-radius:10px}.friends-table .data-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #edf2f7;padding:15px 16px}.friends-table .data-table tbody tr{transition:background-color .18s}.friends-table .data-table tbody tr:hover{background:#f7fbff}.friends-table .data-table tbody tr:last-child td{border-bottom:0}.friends-page__user-cell{align-items:center;gap:12px;min-width:0;display:flex}.friends-page__avatar{color:#1d4ed8;background:linear-gradient(145deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:grid}.friends-page__user-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.friends-page__user-copy strong{color:#172554;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.friends-page__user-copy small,.friends-page__username,.friends-page__date{color:#64748b;font-size:13px}.friends-page__username{width:fit-content;text-decoration:none}.friends-page__username:hover{color:#1d4ed8;text-decoration:underline}.friends-page__username:focus-visible{outline-offset:2px;border-radius:3px;outline:2px solid #2563eb}.friends-page__invite-button{color:#0b5fe0;white-space:nowrap;background:#eaf4ff;min-height:38px;padding:8px 14px}.friends-page__invite-button:hover{background:#dbeafe}.friends-page__request-actions{justify-content:center;gap:8px;display:flex}.friends-page__friend-actions{justify-content:flex-end;display:flex}.friends-page__friend-actions .btn{white-space:nowrap;min-height:38px;padding:8px 14px}.friends-page__request-actions .btn{min-height:38px;padding:8px 14px}.friends-page__empty,.friends-page__status{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:42px 24px;display:flex}.friends-page__empty-icon{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:14px;font-size:34px;display:grid}.friends-page__empty strong{color:#172554;font-size:16px}.friends-page__empty p{color:#64748b;max-width:340px;margin:7px 0 0;font-size:14px;line-height:1.55}.friends-page__status{color:#64748b;font-weight:600}.friends-page__status--error{color:#be123c}@media (width<=900px){.friends-page{padding:24px}.friends-page__hero{min-height:170px;padding:30px}.friends-page__hero-mark{width:82px;height:82px;margin-right:8px;font-size:48px}.friends-page__panel-heading--search{flex-direction:column;align-items:stretch}.friends-page__search-form{flex-basis:auto;width:100%}}@media (width<=640px){.friends-page{padding:16px}.friends-page__hero{border-radius:18px;min-height:0;padding:26px 22px}.friends-page__hero p{font-size:14px}.friends-page__hero-mark{display:none}.friends-page__tabs{justify-content:flex-start;margin-top:18px}.friends-page__tabs button{flex:none;min-height:42px;padding:9px 14px}.friends-page__panel{border-radius:16px}.friends-page__panel-heading{align-items:flex-start;padding:20px}.friends-page__count{display:none}.friends-page__search-form{flex-direction:column;align-items:stretch}.friends-page__search-form .btn{width:100%}.friends-table{padding:12px}.friends-table .data-table-wrapper{overflow:visible}.friends-table .data-table,.friends-table .data-table tbody{width:100%;min-width:0;display:block}.friends-table .data-table thead{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.friends-table .data-table tr{background:#fff;border:1px solid #dbe5f0;border-radius:13px;margin-bottom:12px;display:block;overflow:hidden;box-shadow:0 4px 14px #0f172a0a}.friends-table .data-table tr:last-child{margin-bottom:0}.friends-table .data-table td{text-align:right;justify-content:space-between;align-items:center;gap:18px;width:100%;padding:12px 14px;display:flex}.friends-table .data-table td:before{content:attr(data-label);color:#64748b;letter-spacing:.07em;text-transform:uppercase;flex:none;font-size:10px;font-weight:700}.friends-table .data-table td:first-child{text-align:left;background:#f8fbff;flex-direction:column;align-items:flex-start;gap:9px}.friends-table .data-table td:first-child:before{display:none}.friends-page__invite-button{width:auto}.friends-page__request-actions{flex-wrap:wrap;justify-content:center}.friends-page__friend-actions{justify-content:flex-end}.friends-page__empty,.friends-page__status{min-height:230px}}@media (width<=390px){.friends-page{padding:12px}.friends-page__hero{padding:23px 18px}.friends-page__panel-heading{padding:18px 16px}}body{color:#1e293b;background-color:#f8fafc;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Oxanium,sans-serif;display:flex}*{box-sizing:border-box;scroll-behavior:smooth}.card{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 10px #0000000d}*{box-sizing:border-box;margin:0;padding:0}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;background-color:#f8fafc;font-family:Oxanium,system-ui,Avenir,Helvetica,Arial,sans-serif}body{background-color:#f8fafc;min-height:100vh;margin:0;overflow:hidden}a{color:#2563eb;text-decoration:none}a:hover{color:#1d4ed8}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4{color:#1e293b}@media (prefers-color-scheme:dark){:root{color:#f1f5f9;background-color:#0f172a}}
