.calendar-page{--heading-color:var(--foreground);--description-color:var(--muted-foreground);--text-color:var(--foreground);--text-strong:var(--foreground);--text-muted:var(--muted-foreground);--border-color:var(--border);--border-light:var(--muted);--card-bg:var(--card);--sidebar-bg:var(--muted);--main-bg:var(--card);--button-bg:var(--card);--hover-bg:var(--muted);--header-bg:var(--muted);--calendar-bg:var(--card);--today-bg:hsla(31,53%,64%,.1);--off-range-bg:var(--muted);--selected-bg:hsla(31,53%,64%,.15);--selection-bg:hsla(31,53%,64%,.1);--day-bg:var(--card);--indicator-color:var(--danger);--input-bg:var(--background);--modal-bg:var(--card);--actions-bg:var(--muted);--secondary-bg:var(--card);--spinner-bg:var(--border);--error-bg:#fee2e2;--error-color:#991b1b;--error-border:#fecaca;padding:2rem;max-width:1400px;margin:0 auto}.calendar-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.calendar-page-title{font-size:1.875rem;font-weight:700;margin:0;color:var(--heading-color,#1f2937)}.calendar-page-description{margin-top:.5rem;color:var(--description-color,#6b7280)}.branch-selection{margin-top:1rem;display:flex;align-items:center;gap:.75rem}.branch-label{font-weight:500;margin:0}.branch-label,.branch-select{font-size:.875rem;color:var(--text-color,#374151)}.branch-select{padding:.5rem .75rem;border:1px solid var(--border-color,#d1d5db);border-radius:.375rem;background:var(--input-bg,#fff);transition:all .2s;min-width:200px}.dark .branch-select{--input-bg:var(--input);--border-color:var(--border)}.branch-select:focus{outline:none;border-color:var(--brand-primary,#d4a574);box-shadow:0 0 0 3px hsla(31,53%,64%,.1)}.calendar-header-actions{display:flex;gap:.75rem;align-items:center}.btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;background:transparent;border:1px solid var(--border-color,#e5e7eb);color:var(--text-color,#374151);cursor:pointer;transition:all .2s}.btn-icon:hover{background:var(--hover-bg,rgba(0,0,0,.05));border-color:var(--brand-primary,#d4a574)}.calendar-container{display:flex;gap:1.5rem;background:var(--card-bg,#fff);border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);overflow:hidden}.calendar-sidebar{width:250px;padding:1.5rem;border-right:1px solid var(--border-color,#e5e7eb);background:var(--sidebar-bg,#f9fafb)}.calendar-sidebar h3{font-size:.875rem;font-weight:600;text-transform:uppercase;margin-bottom:1rem;color:var(--text-muted,#6b7280)}.calendar-list{display:flex;flex-direction:column;gap:.75rem}.calendar-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:.375rem;transition:background-color .2s;color:var(--text-color,#374151)}.calendar-item:hover{background-color:var(--hover-bg,rgba(0,0,0,.05))}.calendar-color-indicator{width:12px;height:12px;border-radius:3px;flex-shrink:0}.calendar-info{display:flex;flex-direction:column;gap:.25rem}.calendar-name{font-size:.875rem;font-weight:500}.calendar-branch{font-size:.75rem;color:var(--text-muted,#6b7280);font-style:italic}.calendar-main{flex:1 1;padding:1.5rem;background:var(--main-bg,#fff)}.rbc-calendar{font-family:inherit;color:var(--text-color,#374151)}.rbc-toolbar{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color,#e5e7eb)}.rbc-toolbar button{padding:.375rem .75rem;border:1px solid var(--border-color,#d1d5db);background:var(--button-bg,#fff);color:var(--text-color,#374151);font-size:.875rem;font-weight:500;border-radius:.375rem;transition:all .2s}.rbc-toolbar button:hover{background:var(--hover-bg,#f3f4f6);border-color:var(--brand-primary,#d4a574)}.rbc-toolbar button.rbc-active{background:var(--brand-primary,#d4a574);color:var(--brand-text-button,#fff);border-color:var(--brand-primary,#d4a574)}.rbc-toolbar-label{font-size:1.125rem;font-weight:600;color:var(--text-strong,#1f2937)}.rbc-month-view,.rbc-time-view{border:1px solid var(--border-color,#e5e7eb);border-radius:.5rem;overflow:hidden;background:var(--calendar-bg,#fff)}.rbc-header{background:var(--header-bg,#f9fafb);padding:.75rem;font-weight:600;color:var(--text-color,#374151);border-bottom:1px solid var(--border-color,#e5e7eb)}.rbc-today{background-color:var(--today-bg,#eff6ff)}.rbc-off-range-bg{background:var(--off-range-bg,#f9fafb)}.rbc-date-cell{padding:.25rem .5rem;color:var(--text-color,#374151)}.rbc-event{border-radius:4px;padding:2px 5px;font-size:.8125rem}.rbc-event-label{font-size:.75rem}.rbc-selected{background-color:var(--selected-bg,hsla(31,53%,64%,.15))}.rbc-slot-selection{background-color:var(--selection-bg,hsla(31,53%,64%,.1));border:2px solid var(--brand-primary,#d4a574)}.rbc-time-slot{min-height:30px;border-top:1px solid var(--border-light,#f3f4f6)}.rbc-timeslot-group{min-height:60px;border-left:1px solid var(--border-color,#e5e7eb)}.rbc-current-time-indicator{background-color:var(--indicator-color,#ef4444);height:2px}.rbc-day-bg{background:var(--day-bg,#fff)}.rbc-day-bg+.rbc-day-bg,.rbc-time-header-content{border-left:1px solid var(--border-color,#e5e7eb)}.rbc-time-content{border-top:1px solid var(--border-color,#e5e7eb)}.rbc-time-gutter{color:var(--text-muted,#6b7280)}.dark .calendar-page{--today-bg:hsla(30,68%,72%,.15);--selected-bg:hsla(30,68%,72%,.2);--selection-bg:hsla(30,68%,72%,.15);--hover-bg:hsla(0,0%,100%,.1);--error-bg:rgba(239,68,68,.1);--error-color:#fca5a5;--error-border:rgba(239,68,68,.3)}.dark .rbc-date-cell,.dark .rbc-month-row,.dark .rbc-month-row+.rbc-month-row{border-top:1px solid var(--border)}.dark .rbc-off-range{color:var(--muted-foreground)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--modal-bg,#fff);border-radius:.75rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);margin:0 1rem;box-sizing:border-box}.dark .modal-content{color:var(--foreground)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color,#e5e7eb)}.modal-header h2{font-size:1.25rem;font-weight:600;color:var(--text-strong,#1f2937);margin:0}.dark .modal-header h2{color:var(--foreground)}.modal-close{background:none;border:none;color:var(--text-muted,#6b7280);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s}.modal-close:hover{background:var(--hover-bg,#f3f4f6);color:var(--text-color,#374151)}.event-form{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--text-color,#374151);margin-bottom:.5rem}.form-group input[type=date],.form-group input[type=datetime-local],.form-group input[type=text],.form-group select,.form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--border-color,#d1d5db);border-radius:.375rem;font-size:.875rem;transition:all .2s;background:var(--input-bg,#fff);color:var(--text-color,#374151);box-sizing:border-box}.dark .form-group input,.dark .form-group select,.dark .form-group textarea{--input-bg:var(--input);--border-color:var(--border)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--brand-primary,#d4a574);box-shadow:0 0 0 3px hsla(31,53%,64%,.1)}.form-group textarea{resize:vertical;min-height:80px}.form-group input[type=checkbox]{margin-right:.5rem;cursor:pointer}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.modal-actions{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-top:1px solid var(--border-color,#e5e7eb);background:var(--actions-bg,#f9fafb)}.modal-actions-right{display:flex;gap:.75rem;margin-left:auto}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer;border:1px solid transparent}.btn-primary{background:var(--brand-primary,#d4a574);color:var(--brand-text-button,#fff);border-color:var(--brand-primary,#d4a574)}.btn-primary:hover{background:var(--brand-primary-hover,#c9945f);border-color:var(--brand-primary-hover,#c9945f)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--secondary-bg,#fff);color:var(--text-color,#374151);border-color:var(--border-color,#d1d5db)}.dark .btn-secondary{--secondary-bg:var(--secondary);color:var(--foreground)}.btn-secondary:hover{background:var(--hover-bg,#f3f4f6);border-color:var(--brand-secondary,#9ca3af)}.btn-danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn-danger:hover{background:#dc2626;border-color:#dc2626}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.calendar-event{padding:2px}.calendar-event strong{font-size:.75rem;display:block;margin-bottom:2px}.event-location{gap:2px;font-size:.7rem;opacity:.9}.alert,.event-location{display:flex;align-items:center}.alert{padding:.75rem 1rem;border-radius:.375rem;margin-bottom:1rem;justify-content:space-between}.alert-error{background:var(--error-bg,#fee2e2);color:var(--error-color,#991b1b);border:1px solid var(--error-border,#fecaca)}.alert button{background:none;border:none;color:inherit;font-size:1.25rem;cursor:pointer;padding:0;margin-left:1rem}.calendar-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state-icon{color:var(--text-muted,#9ca3af);margin-bottom:1rem}.empty-state-title{font-size:1.25rem;font-weight:600;color:var(--text-strong,#374151);margin-bottom:.5rem}.dark .empty-state-title{color:var(--foreground)}.empty-state-description{color:var(--text-muted,#6b7280);max-width:400px}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.spinner{width:40px;height:40px;border:3px solid var(--spinner-bg,#e5e7eb);border-top-color:var(--brand-primary,#d4a574);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:640px){.modal-overlay{padding:.5rem}.modal-content{width:100%;max-width:none;margin:0;max-height:95vh}.event-form,.modal-header{padding:1rem}.form-row{grid-template-columns:1fr;gap:.75rem}.modal-actions{padding:1rem;flex-direction:column;gap:.75rem}.modal-actions-right{margin-left:0;width:100%;justify-content:stretch}.modal-actions-right .btn{flex:1 1;justify-content:center}}@media (max-width:480px){.modal-overlay{padding:.25rem}.modal-content{width:100%;margin:0}.modal-header h2{font-size:1.125rem}.form-group input[type=date],.form-group input[type=datetime-local],.form-group input[type=text],.form-group select,.form-group textarea{font-size:16px}}@media (max-width:768px){.calendar-container{flex-direction:column}.calendar-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border-color,#e5e7eb)}.calendar-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.calendar-header-actions{width:100%;justify-content:space-between}.form-row{grid-template-columns:1fr}.modal-actions{flex-direction:column;gap:.75rem}.modal-actions-right{width:100%;justify-content:flex-end}}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_504afd;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_Fallback_504afd;src:local("Arial");ascent-override:90.51%;descent-override:22.53%;line-gap-override:0.00%;size-adjust:103.86%}.__className_504afd{font-family:__Raleway_504afd,__Raleway_Fallback_504afd;font-style:normal}.__variable_504afd{--font-sans:"__Raleway_504afd","__Raleway_Fallback_504afd"}@font-face{font-family:__JetBrains_Mono_3c557b;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/886030b0b59bc5a7-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__JetBrains_Mono_3c557b;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/0aa834ed78bf6d07-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__JetBrains_Mono_3c557b;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/67957d42bae0796d-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__JetBrains_Mono_3c557b;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/f911b923c6adde36-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__JetBrains_Mono_3c557b;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/939c4f875ee75fbb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__JetBrains_Mono_3c557b;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/bb3ef058b751a6ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__JetBrains_Mono_Fallback_3c557b;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_3c557b{font-family:__JetBrains_Mono_3c557b,__JetBrains_Mono_Fallback_3c557b;font-style:normal}.__variable_3c557b{--font-mono:"__JetBrains_Mono_3c557b","__JetBrains_Mono_Fallback_3c557b"}