.login-page{align-items:center;background:linear-gradient(135deg,#f3f6fb 60%,#e0eafd);display:flex;justify-content:center;min-height:100vh;overflow:hidden;width:100vw}.login-page:before{background:radial-gradient(ellipse at 70% 10%,rgba(57,95,241,.102) 45%,#0000 80%);content:"";inset:0;pointer-events:none;position:fixed;z-index:1}.login-page .login-form{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#fffffffc;border-radius:22px;box-shadow:0 6px 36px 0 rgba(39,82,219,.149),0 1.5px 12px #a6bdf033;display:flex;flex-direction:column;gap:26px;max-width:380px;padding:44px 32px 34px;width:100%;z-index:2}.login-page .login-form h2{color:#233c63;font-size:2.1rem;font-weight:800;letter-spacing:.03em;line-height:1.17;margin:0 0 12px;text-align:center}.login-page .login-form input{background:#f7faff;border:1.5px solid #dde6fa;border-radius:10px;color:#233c63;font-size:1.08em;font-weight:500;outline:none;padding:14px 15px;transition:border .15s,box-shadow .2s}.login-page .login-form input:focus{background:#f2f7ff;border-color:#2c60e7;box-shadow:0 0 0 1.5px rgba(44,96,231,.251)}.login-page .login-form input::placeholder{color:#b4bdd6;font-weight:400;letter-spacing:.01em;opacity:1}.login-page .login-form button[type=submit]{background:linear-gradient(93deg,#366df4 12%,#395ff1 92%);border:none;border-radius:12px;box-shadow:0 2.5px 10px #2752db17;color:#fff;cursor:pointer;font-size:1.13em;font-weight:700;letter-spacing:.02em;margin-top:6px;padding:15px 0;transition:background .17s,box-shadow .18s,transform .09s}.login-page .login-form button[type=submit]:focus,.login-page .login-form button[type=submit]:hover{background:linear-gradient(90deg,#395ff1 30%,#366df4);box-shadow:0 6px 18px rgba(44,96,231,.188);transform:translateY(-1.5px) scale(1.018)}.login-page .login-form .error{animation:fadein .5s;background:#fff3f5;border:1.2px solid #ffdde0;border-radius:8px;box-shadow:0 0 0 1.5px rgba(255,221,224,.145);color:#d92b3a;font-size:1.01em;font-weight:500;margin-top:-7px;padding:9px 7px 9px 11px;text-align:center}@media(max-width:600px){.login-page .login-form{gap:16px;max-width:97vw;padding:28px 7vw 22px}.login-page .login-form h2{font-size:1.25rem}}@keyframes fadein{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.sidebar{background:#18213a;box-shadow:2px 0 12px #1113;color:#fff;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transform:translateX(0);transition:transform .25s;width:220px;z-index:1001}.sidebar .sidebar-header{align-items:center;display:flex;justify-content:space-between;padding:18px 18px 0}.sidebar .sidebar-title{font-size:1.2rem;font-weight:700;letter-spacing:1px}.sidebar .sidebar-close{background:none;border:none;color:#fff9;cursor:pointer;display:none;font-size:2rem}.sidebar .sidebar-nav{display:flex;flex-direction:column;gap:2px;margin:30px 0 0}.sidebar .sidebar-nav a{align-items:center;border-radius:9px 0 0 9px;color:#ccd4e8;display:flex;font-size:1rem;gap:13px;padding:11px 24px;text-decoration:none;transition:background .15s,color .15s}.sidebar .sidebar-nav a.active,.sidebar .sidebar-nav a:hover{background:#1e2a50;color:#fff}.sidebar .sidebar-nav a .sidebar-icon{font-size:1.2em}.sidebar-burger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:36px;justify-content:space-between;left:18px;padding:6px;position:fixed;top:18px;width:36px;z-index:1010}.sidebar-burger span{background:#2b3155;border-radius:2px;display:block;height:4px;margin:3px 0;transition:.2s;width:24px}.sidebar-backdrop{background:rgba(0,0,17,.533);display:none;inset:0;opacity:0;position:fixed;transition:opacity .2s;z-index:1000}.sidebar-backdrop.visible{display:block;opacity:1}@media(max-width:800px){.sidebar{box-shadow:none;transform:translateX(-110%)}.sidebar .sidebar-close{display:block}.sidebar.open{box-shadow:2px 0 32px hsla(0,0%,7%,.733);transform:translateX(0)}.sidebar-burger{display:flex}}body{padding-left:220px}@media(max-width:800px){body{padding-left:0}}.gallery-page{margin:0 auto;max-width:1300px;padding:32px 20px}.gallery-head{align-items:center;display:flex;gap:14px;justify-content:space-between;margin-bottom:28px}.gallery-head h2{font-size:2rem;font-weight:700;margin:0}.gallery-head .add-btn{align-items:center;background:#2c60e7;border:none;border-radius:7px;box-shadow:0 2px 8px rgba(44,96,231,.133);color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:10px;padding:10px 24px;transition:background .15s}.gallery-head .add-btn span{font-size:1.2em}.gallery-head .add-btn:hover{background:#1747bb}.gallery-grid{grid-gap:22px;align-items:stretch;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.gallery-card{background:#fff;border-radius:13px;box-shadow:0 2px 16px rgba(41,86,227,.063);display:flex;flex-direction:column;justify-content:space-between;min-height:230px;padding:18px 18px 10px;position:relative;transition:box-shadow .12s}.gallery-card:hover{box-shadow:0 4px 32px rgba(32,85,226,.082)}.gallery-card .gallery-media{align-items:center;display:flex;justify-content:center;margin-bottom:8px;min-height:130px}.gallery-card .gallery-media img,.gallery-card .gallery-media video{background:#fafbfc;border-radius:8px;max-height:160px;max-width:100%;object-fit:contain}.gallery-card .gallery-info{margin-bottom:12px}.gallery-card .gallery-info .gallery-title{font-size:1.1rem;font-weight:600;margin-bottom:6px}.gallery-card .gallery-info .gallery-meta{color:#828ca1;font-size:.97em}.gallery-card .gallery-info .gallery-meta .gallery-url{color:#bcc0cc;display:block;font-size:.93em;word-break:break-all}.gallery-card .gallery-actions{display:flex;gap:8px;margin-top:auto}.gallery-card .gallery-actions button{background:#e72f44;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.98em;padding:7px 14px}.gallery-card .gallery-actions button:hover{background:#b91a2a}.upload-card{background:#f2f8ff;border:2px dashed rgba(44,96,231,.267)}.upload-card .gallery-actions{margin-top:10px}.upload-card .gallery-actions button[type=submit]{background:#2c60e7}.upload-card .gallery-actions button[type=submit]:hover{background:#1747bb}.upload-card .gallery-actions button[type=button]{background:#aaa;margin-left:6px}.upload-card .gallery-actions button[type=button]:hover{background:#888}.gallery-empty{color:#ccc;font-size:1.1em;grid-column:1/-1;padding:40px 0;text-align:center}@media(max-width:800px){.gallery-page{padding:20px 3vw}.gallery-head h2{font-size:1.3rem}.gallery-grid{gap:13px}.gallery-card{padding:11px 9px 6px}}@media(max-width:500px){.gallery-grid{grid-template-columns:1fr}.gallery-card{min-height:170px}.gallery-head .add-btn{font-size:.99em;padding:7px 10px}}.modern-upload{align-items:stretch;animation:modernFadeIn .28s cubic-bezier(.5,0,.5,1);background:#f4f8ff;border:2px dashed rgba(44,96,231,.267);box-shadow:0 4px 20px rgba(44,96,231,.047);display:flex;flex-direction:column;gap:14px;padding:26px 18px 18px}.modern-upload .modern-upload-header{align-items:center;display:flex;gap:12px;margin-bottom:6px}.modern-upload .modern-upload-icon{color:#2c60e7;filter:drop-shadow(0 2px 4px rgba(41,86,231,.1254901961));font-size:2.1em}.modern-upload .modern-upload-title{color:#244;font-size:1.18em;font-weight:600}.modern-upload .modern-upload-drop{align-items:center;background:#e3f0ff;border:1.8px dashed #98bfff;border-radius:9px;color:#2852a3;cursor:pointer;display:flex;font-size:1em;font-weight:500;justify-content:center;margin-bottom:8px;padding:22px 13px;transition:border .15s,background .18s}.modern-upload .modern-upload-drop:focus-within,.modern-upload .modern-upload-drop:hover{background:#d2e5ff;border-color:#2c60e7;color:#2059d7}.modern-upload .modern-upload-input{background:#fff;border:1.3px solid #b4c6e2;border-radius:7px;font-size:1.05em;margin-bottom:4px;padding:12px;transition:border .15s}.modern-upload .modern-upload-input:focus{border-color:#2c60e7;outline:none}.modern-upload .modern-upload-actions{display:flex;gap:10px;margin-top:7px}.modern-upload .modern-upload-actions button{border:none;border-radius:7px;box-shadow:0 2px 7px rgba(44,96,231,.094);cursor:pointer;font-size:1em;font-weight:600;padding:11px 22px;transition:background .15s,box-shadow .15s}.modern-upload .modern-upload-actions button:active{box-shadow:none}.modern-upload .modern-upload-actions .modern-upload-btn{background:#2c60e7;color:#fff}.modern-upload .modern-upload-actions .modern-upload-btn:hover{background:#164ad0}.modern-upload .modern-upload-actions .modern-upload-btn:disabled{background:#bccce9;color:#fff;cursor:not-allowed}.modern-upload .modern-upload-actions .modern-upload-cancel{background:#eef0f7;color:#435}.modern-upload .modern-upload-actions .modern-upload-cancel:hover{background:#d1d6e6}@keyframes modernFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.playlists-page{margin:0 auto;max-width:900px;padding:34px 14px 26px}.playlists-page .playlist-head{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.playlists-page .playlist-head h2{font-size:2rem;font-weight:700;margin:0}.playlists-page .playlist-head .playlist-add-btn{align-items:center;background:#2c60e7;border:none;border-radius:7px;box-shadow:0 2px 8px rgba(44,96,231,.133);color:#fff;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:10px 22px;transition:background .13s}.playlists-page .playlist-head .playlist-add-btn span{font-size:1.23em}.playlists-page .playlist-head .playlist-add-btn:hover{background:#1546b5}.playlists-page .playlist-loading{color:#444;padding:30px 0;text-align:center}.playlist-list{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:8px}.playlist-card{background:#fff;border-radius:11px;box-shadow:0 2px 12px rgba(41,86,227,.063);color:#202a32;cursor:pointer;display:flex;flex-direction:column;padding:22px 22px 16px;text-decoration:none;transition:box-shadow .11s,transform .13s}.playlist-card:hover{box-shadow:0 4px 24px rgba(36,89,226,.106);transform:translateY(-2px) scale(1.012)}.playlist-card .playlist-card-title{font-size:1.12rem;font-weight:700;letter-spacing:.01em;margin-bottom:11px}.playlist-card .playlist-card-info{color:#7e8bb0;font-size:.97em}.playlist-card .playlist-card-info span{margin-right:10px}.playlist-card .playlist-card-info .playlist-online{color:#1bbd65}.playlist-card .playlist-card-info .playlist-offline{color:#e72f44}.playlist-empty{font-size:1.1em;grid-column:1/-1;padding:36px 0}.modal-overlay{align-items:center;animation:fadeIn .15s cubic-bezier(.7,0,.4,1);background:rgba(24,33,58,.816);display:flex;inset:0;justify-content:center;position:fixed;z-index:1301}.modal-window{align-items:stretch;animation:scaleIn .16s cubic-bezier(.3,.7,.3,1.3);background:#fff;border-radius:13px;box-shadow:0 8px 48px rgba(11,21,80,.192);display:flex;flex-direction:column;gap:18px;min-width:280px;padding:34px 24px 24px}.modal-title{font-size:1.2rem;font-weight:600;letter-spacing:.01em;margin-bottom:0}.modal-input{background:#f6fafd;border:1.2px solid #b3c7e5;border-radius:7px;font-size:1.03em;padding:12px}.modal-input:focus{border-color:#2c60e7;outline:none}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:10px}.modal-actions .modal-btn{border:none;border-radius:7px;cursor:pointer;font-size:1em;font-weight:600;padding:10px 20px;transition:background .13s}.modal-actions .modal-btn.cancel{background:#edf1fa;color:#233}.modal-actions .modal-btn.cancel:hover{background:#d5e1f5}.modal-actions .modal-btn.primary{background:#2c60e7;color:#fff}.modal-actions .modal-btn.primary:hover{background:#1546b5}.modal-actions .modal-btn.primary:disabled{background:#b6caed;color:#fff;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.89)}to{opacity:1;transform:scale(1)}}@media(max-width:600px){.playlist-list{grid-template-columns:1fr}.modal-window{min-width:0;width:92vw}}.playlists-page{background:#f8fafd;min-height:100vh}.playlists-page .playlist-list{margin-top:24px;min-height:320px}.playlists-page .playlist-list .playlist-droppable{display:flex;flex-wrap:wrap;gap:18px}.playlists-page .playlist-card{background:#fff;border:2px solid #0000;border-radius:14px;box-shadow:0 4px 16px rgba(219,234,254,.188);color:inherit;cursor:grab;display:flex;flex-direction:column;margin-bottom:10px;max-width:320px;min-width:230px;padding:23px 20px 17px 22px;position:relative;text-decoration:none;transition:box-shadow .16s,transform .1s}.playlists-page .playlist-card.dragging,.playlists-page .playlist-card:hover{border-color:#2c60e7;box-shadow:0 6px 24px rgba(219,234,254,.404);transform:scale(1.03);z-index:3}.playlists-page .playlist-card .playlist-card-title{font-size:1.16rem;font-weight:700;margin-bottom:12px}.playlists-page .playlist-card .playlist-card-info{color:#6a7ca3;font-size:.97em}.playlists-page .playlist-empty{color:#b5b9c7;font-size:1.1em;padding:35px 0;text-align:center;width:100%}.playlist-order-changed{align-items:center;background:#f6fafd;border:1.5px dashed #b3c7e5;border-radius:10px;display:flex;gap:18px;margin:14px 0 0;padding:11px 24px}.playlist-order-changed .playlist-order-save-btn{background:#2c60e7;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:1em;font-weight:500;padding:8px 18px;transition:background .14s}.playlist-order-changed .playlist-order-save-btn:hover{background:#1641ad}.playlist-order-changed .playlist-order-tip{color:#8fa2cb;font-size:.96em}.detail-playlist{margin:0 auto;max-width:1300px;padding:34px 16px 30px}.detail-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:24px}.detail-title{background:#f3f7fb;border:none;border-radius:8px;flex:1 1 350px;font-size:1.5rem;font-weight:700;margin-right:10px;outline:none;padding:12px 16px;transition:background .16s}.detail-title:focus{background:#e4efff}.detail-actions{display:flex;gap:10px}.detail-actions .btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:12px 18px;transition:background .12s}.detail-actions .btn.primary{background:#2c60e7;color:#fff}.detail-actions .btn.primary:hover{background:#164ad0}.detail-actions .btn.danger{background:#e72f44;color:#fff}.detail-actions .btn.danger:hover{background:#b81c2a}.detail-content{align-items:flex-start;display:flex;gap:38px}@media(max-width:1024px){.detail-content{flex-direction:column;gap:20px}}.detail-main{flex:2 1;min-width:290px}.detail-side{background:#fff;border-radius:13px;box-shadow:0 2px 10px rgba(44,96,231,.051);flex:1 1;max-width:350px;min-width:230px;padding:18px 18px 10px}@media(max-width:1024px){.detail-side{max-width:none}}.detail-side h4{font-size:1.1rem;margin-bottom:11px}.detail-side .device-list-title{color:#8291b2;font-size:1em;font-weight:500;margin-top:16px}.detail-side .device-row{border-bottom:1px solid #eef3fc;display:flex;font-size:1em;justify-content:space-between;padding:7px 0}.detail-side .device-row a{color:#2c60e7;font-weight:500;text-decoration:none}.detail-side .device-row span{color:#4a5160}.detail-loading{color:#444;padding:24px 0}.playlist-sequence{gap:9px}.playlist-sequence>div[style*=height][style*=width]:not(.playlist-seq-card){background:rgba(228,239,255,.227);border-radius:8px;box-shadow:0 0 0 2px rgba(44,96,231,.267);margin:6px 0;min-height:108px;transition:min-height .13s}.playlist-sequence>div[style*=transform]{outline:2px solid #e72f44!important}.playlist-seq-card{align-items:center;display:flex;gap:13px;min-height:108px;padding:8px 15px 8px 7px;transition:box-shadow .13s,background .13s}.playlist-seq-card.dragging{background:#e4efff;box-shadow:0 6px 24px rgba(44,96,231,.333);z-index:3}.playlist-seq-card .seq-preview{align-items:center;display:flex;justify-content:center;min-width:144px;width:144px}.playlist-seq-card .seq-preview img,.playlist-seq-card .seq-preview video{background:#e2e7f3;border-radius:7px;box-shadow:0 2px 10px #2c60e71c;height:90px;object-fit:cover;width:140px}.playlist-seq-card .seq-info{flex:1 1}.playlist-seq-card .seq-info .seq-title{font-size:1em;font-weight:600}.playlist-seq-card .seq-info .seq-meta{color:#8998b1;font-size:.93em}.playlist-seq-card .seq-controls{display:flex;flex-direction:column;gap:6px}.playlist-seq-card .seq-controls button{background:#0000;border:none;color:#7e94ca;cursor:pointer;font-size:1.13em;padding:0 6px;transition:color .13s}.playlist-seq-card .seq-controls button:hover:not(:disabled){color:#2c60e7}.playlist-seq-card .seq-controls button:disabled{cursor:default;opacity:.4}.playlist-seq-card .seq-controls .seq-delete{color:#e72f44;font-size:1.22em}.playlist-seq-card .seq-controls .seq-delete:hover{color:#b91a2a}.playlist-empty{color:#b4b9cc;font-size:1.05em;padding:23px;text-align:center}.add-media-btn{background:#e6f0ff;border:2px dashed rgba(44,96,231,.267);border-radius:8px;color:#244;cursor:pointer;font-size:1.07em;font-weight:600;margin-bottom:9px;margin-top:16px;padding:13px 23px;transition:background .12s}.add-media-btn span{font-size:1.3em}.add-media-btn:hover{background:#c7e2ff}.add-media-form{background:#f2f7fd;border-radius:9px;box-shadow:0 1px 7px rgba(44,96,231,.039);margin-bottom:18px;padding:21px 16px 11px}.add-media-form h5{font-size:1.08em;margin-bottom:15px}.add-media-form .add-media-gallery{grid-gap:13px;display:grid;gap:13px;grid-template-columns:repeat(2,1fr);margin-bottom:14px}@media(min-width:700px){.add-media-form .add-media-gallery{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.add-media-form .add-media-gallery{grid-template-columns:repeat(4,1fr)}}@media(min-width:1100px){.add-media-form .add-media-gallery{grid-template-columns:repeat(5,1fr)}}.add-media-form .add-media-tile{background:#fff;border:2px solid #0000;border-radius:8px;box-shadow:0 1px 5px rgba(44,96,231,.039);cursor:pointer;overflow:hidden;padding:6px 4px;position:relative;text-align:center;transition:border .13s}.add-media-form .add-media-tile.selected,.add-media-form .add-media-tile:hover{border:2px solid #2c60e7}.add-media-form .add-media-tile img,.add-media-form .add-media-tile video{background:#e2e7f3;border-radius:7px;box-shadow:0 2px 10px rgba(44,96,231,.039);height:70px;margin-bottom:6px;object-fit:cover;transition:box-shadow .14s;width:110px}.add-media-form .add-media-tile.selected img,.add-media-form .add-media-tile.selected video,.add-media-form .add-media-tile:hover img,.add-media-form .add-media-tile:hover video{box-shadow:0 4px 16px #2c60e72e}.add-media-form .add-media-tile .add-media-title{color:#21344e;display:block;font-size:.94em;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-media-form .add-media-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:6px}.add-media-form .add-media-actions .btn{background:#d7e7fa;border:none;border-radius:7px;cursor:pointer;font-weight:600;padding:10px 18px}.add-media-form .add-media-actions .btn:hover{background:#b6d4f7}.add-media-form .add-media-actions .btn.primary{background:#2c60e7;color:#fff}.add-media-form .add-media-actions .btn.primary:hover{background:#164ad0}.add-media-form .add-media-actions .btn.primary:disabled{background:#b6caed;color:#fff;cursor:not-allowed}@media(max-width:900px){.detail-content{flex-direction:column;gap:18px}.detail-side{max-width:100%}}@media(max-width:600px){.playlist-seq-card{gap:6px;padding:6px}.add-media-form{padding:13px 4px 8px}}.playlist-seq-card:last-child{margin-bottom:0}.playlist-sequence{display:flex;flex-direction:column;min-height:120px}.playlist-seq-card{background:#f7fafd;border-radius:8px;box-shadow:0 1px 7px rgba(44,96,231,.043);margin-bottom:9px}.playlist-sequence>.hello-pangea-dnd-placeholder{background:rgba(228,239,255,.533);border-radius:8px;margin:6px 0;min-height:70px;transition:background .2s}.companies-page{margin:0 auto;padding:32px 10px 22px}.companies-header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:25px}.companies-header h2{font-size:2rem;font-weight:700;margin:0}.companies-actions{display:flex;flex-wrap:wrap;gap:14px}.companies-search{background:#f6fafd;border:1.2px solid #b3c7e5;border-radius:7px;font-size:1.07em;padding:10px 13px;transition:border .15s;width:270px}.companies-search:focus{border-color:#2c60e7;outline:none}.companies-filter{background:#f6fafd;border:1.2px solid #b3c7e5;border-radius:7px;font-size:1em;padding:9px 11px;width:150px}.companies-table-wrap{margin-left:-10px;max-width:100vw;overflow-x:auto;padding-bottom:8px;width:100vw}.companies-table{border-collapse:collapse;min-width:1300px;width:max-content}.companies-table thead{background:#f3f8fd}.companies-table thead th{border-bottom:1.5px solid #e3eaf7;color:#21344e;font-size:1.01em;font-weight:700;padding:13px 10px 12px;text-align:left;white-space:nowrap}.companies-table tbody tr{transition:background .14s}.companies-table tbody tr:hover{background:#eaf3ff}.companies-table td{border-bottom:1px solid #f0f1f8;color:#22344b;font-size:.99em;padding:11px 9px;vertical-align:top;white-space:nowrap}.companies-table .companies-empty{color:#b4b9cc;font-size:1.1em;padding:32px 0;text-align:center}.companies-loading{color:#456;padding:50px 0;text-align:center}@media(max-width:1100px){.companies-header{align-items:flex-start;flex-direction:column;gap:20px}.companies-table{font-size:.97em;min-width:680px}}@media(max-width:700px){.companies-filter,.companies-search{width:100%}.companies-actions{flex-direction:column;gap:9px}.companies-table{font-size:.92em;min-width:500px}}.company-detail-page{background:#fff;border-radius:13px;box-shadow:0 2px 14px rgba(179,199,229,.157);margin:0 auto;max-width:550px;padding:32px 10px 22px}.company-back-btn{background:none;border:none;color:#275ddb;cursor:pointer;font-size:1.02em;margin-bottom:16px}.company-info>div{font-size:1.03em;margin-bottom:7px}.company-detail-form{margin-top:25px}.company-detail-form .form-group{margin-bottom:17px}.company-detail-form .form-group label{display:block;font-weight:500;margin-bottom:6px}.company-detail-form .form-group input,.company-detail-form .form-group select,.company-detail-form .form-group textarea{background:#f6fafd;border:1.2px solid #b3c7e5;border-radius:7px;font-size:1em;padding:9px 12px;transition:border .15s;width:100%}.company-detail-form .form-group input:focus,.company-detail-form .form-group select:focus,.company-detail-form .form-group textarea:focus{border-color:#2c60e7;outline:none}.company-detail-form .form-group textarea{min-height:45px}.company-save-btn{background:#2c60e7;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.05em;font-weight:600;padding:9px 26px;transition:background .16s}.company-save-btn:hover:enabled{background:#184bc2}.company-save-btn:disabled{cursor:wait;opacity:.6}.company-detail-loading{color:#456;padding:50px 0;text-align:center}.analytics-page{margin:0 auto;max-width:1350px;padding:32px 10px 22px}.analytics-page .analytics-header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:30px}.analytics-page .analytics-header h2{font-size:2rem;font-weight:700;letter-spacing:.01em;margin:0}.analytics-page .analytics-cards{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:32px}.analytics-page .analytics-card{background:#fff;border-radius:13px;box-shadow:0 3px 16px rgba(179,199,229,.094);flex:1 1 180px;min-width:190px;padding:25px 28px 22px;text-align:center}.analytics-page .analytics-card .analytics-label{color:#6b7a99;font-size:1em;font-weight:500;margin-bottom:7px}.analytics-page .analytics-card .analytics-value{color:#21344e;font-size:2.3rem;font-weight:700}.analytics-page .analytics-card.danger .analytics-value{color:#e83b3b}.analytics-page .analytics-card.success .analytics-value{color:#298e46}.analytics-page .analytics-card.warning .analytics-value{color:#f2aa2a}.analytics-page .analytics-charts-row{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:36px}.analytics-page .analytics-charts-row .analytics-chart-block{background:#fff;border-radius:13px;box-shadow:0 2px 13px #dde6f92e;flex:1 1 410px;margin-bottom:12px;min-width:350px;padding:19px 18px 14px}.analytics-page .analytics-charts-row .analytics-chart-block h4{color:#21344e;font-size:1.12em;font-weight:600;margin-bottom:15px}.analytics-page .analytics-charts-row .analytics-chart-block .analytics-chart{height:230px;min-height:200px;width:100%}.analytics-page .analytics-tables-row{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:22px}.analytics-page .analytics-tables-row .analytics-table-block{background:#fff;border-radius:13px;box-shadow:0 2px 13px #dde6f92e;flex:1 1 430px;min-width:370px;padding:18px 18px 14px}.analytics-page .analytics-tables-row .analytics-table-block h4{color:#21344e;font-size:1.11em;font-weight:600;margin-bottom:13px}.analytics-page .analytics-tables-row .analytics-table-block table{border-collapse:collapse;width:100%}.analytics-page .analytics-tables-row .analytics-table-block table td,.analytics-page .analytics-tables-row .analytics-table-block table th{font-size:.97em;padding:8px 5px;text-align:left}.analytics-page .analytics-tables-row .analytics-table-block table th{background:#f6fafd;border-bottom:1.5px solid #e3eaf7;color:#7d90ae;font-weight:600}.analytics-page .analytics-tables-row .analytics-table-block table td{border-bottom:1px solid #f0f1f8;color:#22344b;white-space:nowrap}.analytics-page .analytics-tables-row .analytics-table-block table tr:last-child td{border-bottom:none}.analytics-page .analytics-loading{color:#456;padding:50px 0;text-align:center}@media(max-width:1100px){.analytics-page .analytics-header{align-items:flex-start;flex-direction:column;gap:20px}.analytics-page .analytics-cards,.analytics-page .analytics-charts-row,.analytics-page .analytics-tables-row{flex-direction:column;gap:18px}.analytics-page .analytics-card,.analytics-page .analytics-chart-block,.analytics-page .analytics-table-block{min-width:0;min-width:auto}}@media(max-width:700px){.analytics-page .analytics-page{padding:16px 2vw 8px}.analytics-page .analytics-card,.analytics-page .analytics-chart-block,.analytics-page .analytics-table-block{padding:10px 4px 8px}.analytics-page .analytics-cards{gap:8px}}body{background:#f9f9f9;color:#20242a;font-family:system-ui,sans-serif;margin:0}.error{color:#e72f44;margin-bottom:10px}
/*# sourceMappingURL=main.81c6e493.css.map*/