.user-menu{display:flex;gap:14px;align-items:center;padding:0 4px}.account-banner{display:flex;align-items:center;padding:48px 60px;gap:24px;color:#fff}.profile-avatar{width:80px;height:80px;border-radius:50%;background:#ffffff55;position:relative;flex-shrink:0;overflow:hidden}.profile-avatar:before{content:"";width:27px;height:27px;border-radius:50%;background:white;position:absolute;left:27px;top:15px}.profile-avatar:after{content:"";width:56px;height:37px;border-radius:50% 50% 0 0;background:white;position:absolute;left:12px;bottom:0}.profile-name{display:flex;align-items:center;gap:20px}.profile-name h1{font-size:32px;font-weight:600}.profile-name button{color:#ffffffaa;font-size:16px}.profile-address{color:#ffffff99;margin-top:12px;font-size:18px}.account-section{margin-top:64px;text-align:center}.account-section h2{font-size:36px;font-weight:600}.section-copy{color:var(--muted);font-size:18px;line-height:1.6;margin-top:24px}.segmented{display:flex;align-items:stretch;background:var(--soft);border-radius:100px;padding:0;overflow:hidden}.segmented button{border-radius:100px;padding:16px 24px;flex:1;white-space:nowrap;font-size:16px}.segmented button.active{background:#1d1d1f;color:#fff}.account-tabs{width:max-content;max-width:100%;margin:36px auto}.account-links{background:var(--soft);border-radius:24px;padding:24px 40px;text-align:left}.account-link{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:84px;gap:18px;font-size:18px}.account-link>span{display:flex;align-items:center;gap:16px}.account-link:hover{color:var(--blue)}.account-link .chevron{color:var(--muted)}.status-icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;font-size:23px;color:#288eff;font-weight:400}.status-icon.green{color:#26c353}.status-icon.orange{color:#ff9500}.products-link{margin-top:38px}.account{padding-bottom:20px}.page{padding-top:48px;padding-bottom:64px;flex:1}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:40px}.page-heading h1{display:flex;align-items:center;gap:24px;font-size:28px;line-height:1.4;font-weight:600}.back-button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:40px;flex-shrink:0}.filter-bar{display:flex;align-items:center;gap:24px;margin-bottom:36px}.filter-bar .segmented{flex:1}.search{position:relative;flex:0 0 310px}.search:before{content:"";position:absolute;left:26px;top:17px;width:13px;height:13px;border:1.5px solid var(--muted);border-radius:50%;pointer-events:none}.search:after{content:"";position:absolute;width:7px;top:32px;left:38px;border-top:1.5px solid var(--muted);transform:rotate(45deg);pointer-events:none}.search input{width:100%;height:54px;border:0;border-radius:100px;background:var(--soft);padding:12px 24px 12px 54px;font-size:16px;color:#1d1d1f}.search input::placeholder{color:var(--muted)}.table-wrap{background:var(--soft);border-radius:24px;overflow:auto}.tickets-table{border-collapse:collapse;width:100%;table-layout:fixed;text-align:left;font-size:14px}.tickets-table th{font-weight:400;color:var(--muted);padding:32px 20px 26px}.tickets-table td{padding:24px 20px;border-top:1px solid var(--line);line-height:1.5}.tickets-table tbody tr:first-child td{border-top:none}.tickets-table th:first-child,.tickets-table td:first-child{padding-left:60px;width:20%}.tickets-table th:nth-child(2){width:25%}.tickets-table th:nth-child(3){width:23%}.tickets-table th:last-child{width:7%}.tickets-table tbody tr{cursor:pointer}.tickets-table tbody tr:hover{background:#ececf0}.tickets-table .row-open{padding:8px}.tickets-table td:last-child{color:var(--muted)}.tickets-table.repair-table th:first-child,.tickets-table.repair-table td:first-child{padding-left:32px;width:15%}.tickets-table.repair-table th:nth-child(2){width:21%}.tickets-table.repair-table th:nth-child(3){width:16%}.tickets-table.repair-table th:nth-child(4){width:24%}.tickets-table.repair-table th:nth-child(5){width:20%}.tickets-table.repair-table th:last-child{width:4%}.truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-progress{color:#ff9500}.status-completed{color:#20bf55}.status-canceled{color:#86868b}.empty{padding:64px 24px;text-align:center;color:var(--muted);line-height:1.8}.empty img{width:44px;margin:0 auto 20px;opacity:.7}.demo-note{font-size:12px;color:var(--muted);margin-top:18px;line-height:1.6}.login-main{flex:1;display:flex;flex-direction:column;padding-top:18px}.login-scene{position:relative;background:#2284d8 url('assets/login-background.png') center/cover no-repeat;min-height:700px;flex:1}.login-layout{height:100%;min-height:700px;display:flex;justify-content:space-between;align-items:center;position:relative;gap:40px}.login-slogan{font-size:48px;line-height:1.3;font-weight:600;color:#fff;align-self:flex-start;margin-top:72px;letter-spacing:2px}.login-card{width:400px;flex-shrink:0;background:#fff;padding:36px 32px;margin:80px 0;align-self:center}.login-tabs{display:flex;gap:24px;margin-bottom:32px}.login-tabs button{padding:0;font-size:18px;font-weight:500;color:#a1a1a6}.login-tabs button.active{color:#1d1d1f;font-weight:600}.field{display:flex;flex-direction:column;gap:10px;margin-bottom:24px;min-width:0}.field label,.field legend{font-size:14px;line-height:1.5}.required{color:#ff414b}.field input:not([type=checkbox]):not([type=radio]),.field textarea,.field select{width:100%;min-height:46px;padding:12px 14px;border:1px solid #e3e3e8;border-radius:8px;color:#333;background:#fff;font-size:14px}.field input::placeholder,.field textarea::placeholder{color:#a1a1a6}.login-card .field input{border-radius:0!important;border:0!important;border-bottom:1px solid #d9d9df!important;padding-left:0!important}.code-field{position:relative}.code-field input{padding-right:110px!important}.code-button{position:absolute;right:0;bottom:10px;color:var(--blue);font-size:12px;padding:6px 0}.login-submit{width:100%;margin-top:12px}.agreement{display:flex;gap:8px;align-items:flex-start;margin-top:18px;font-size:12px;line-height:1.7;color:#86868b}.agreement input{margin:4px 0 0;accent-color:#1d1d1f;flex-shrink:0}.text-link{padding:0;font-size:inherit;color:#555;text-decoration:underline;text-underline-offset:2px}.form-error{color:#e43f49;font-size:13px;line-height:1.7;min-height:0}.form-error:empty{display:none}.form-error:not(:empty){margin:12px 0}.login-demo{font-size:12px;line-height:1.6;color:#8d8d92;margin-top:16px}.form-actions{display:flex;gap:12px}.repair-form .page-heading{margin-bottom:24px}.warning{display:flex;gap:8px;padding:10px 14px;background:#fff0f1;border:1px solid #ffdadd;border-radius:8px;color:#ff414b;font-size:13px;line-height:1.6;margin-bottom:32px}.repair-form fieldset{padding:0;border:0}.radio-group{display:flex;gap:28px;align-items:center;min-height:30px}.radio-group label{display:flex;align-items:center;gap:8px;font-size:14px}.radio-group input{accent-color:#1d1d1f}.repair-form .field{margin-bottom:28px}.repair-form textarea{resize:vertical;min-height:96px}.upload-label{display:flex!important;align-items:center;justify-content:space-between;min-height:46px;padding:10px 14px;border:1px solid #e3e3e8;border-radius:8px;cursor:pointer;color:#a1a1a6}.upload-label:hover{border-color:#a1a1a6}.upload-label input{position:absolute;width:1px!important;height:1px;min-height:0!important;opacity:0}.upload-label:focus-within{outline:2px solid var(--blue)}.file-list{display:flex;flex-wrap:wrap;gap:8px}.file-chip{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--soft);border-radius:8px;font-size:12px;max-width:100%}.file-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-chip button{padding:2px 5px;font-size:18px;color:var(--muted)}.field-hint{font-size:12px;color:var(--muted);line-height:1.6}.count{text-align:right;font-size:12px;color:var(--muted)}.placeholder-page{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;min-height:540px;gap:22px}.placeholder-page>img{width:54px}.placeholder-page h1{font-size:28px}.placeholder-page p{max-width:520px;color:var(--muted);font-size:16px;line-height:1.8}.modal-data{display:grid;grid-template-columns:110px 1fr;gap:16px;font-size:14px;line-height:1.6;margin:24px 0}.modal-data dt{color:var(--muted)}.modal-data dd{margin:0;overflow-wrap:anywhere}.dialog-close{float:right;width:30px;height:30px;font-size:24px;color:var(--muted)}.login-main .footer{margin-top:0}.success-icon{font-size:48px;color:#20bf55}.hidden{display:none!important}
@media(max-width:1280px){.login-scene{background-size:auto 540px;background-position:top center;background-color:#fff;min-height:0}.login-layout{flex-direction:column;min-height:0;gap:0;padding-top:540px}.login-slogan{position:absolute;top:0;left:0;right:0;text-align:center;margin-top:50px;font-size:36px}.login-slogan br{display:none}.login-card{margin:40px 0 60px;width:540px;max-width:100%}.search{flex-basis:260px}.tickets-table th:first-child,.tickets-table td:first-child{padding-left:32px}.tickets-table th,.tickets-table td{padding-right:14px;padding-left:14px}.profile-name h1{font-size:28px}}
@media(max-width:767px){.account-banner{padding:24px;gap:14px}.profile-avatar{width:42px;height:42px}.profile-avatar:before{width:14px;height:14px;left:14px;top:7px}.profile-avatar:after{width:30px;height:20px;left:6px}.profile-name{gap:8px;flex-wrap:wrap;max-width:200px}.profile-name h1{font-size:18px}.profile-name button{font-size:12px}.profile-address{font-size:12px;margin-top:8px;max-width:175px;overflow:hidden;text-overflow:ellipsis}.account-section{margin-top:42px}.account-section h2{font-size:24px}.section-copy{font-size:16px;margin-top:20px}.account-tabs{margin:24px auto}.segmented button{font-size:13px;padding:12px 16px}.account-links{padding:16px 24px;border-radius:20px}.account-link{min-height:64px;font-size:15px}.products-link{margin-top:24px}.account{padding-bottom:50px}.page{padding-top:24px;padding-bottom:40px}.page-heading{margin-bottom:28px;gap:12px}.page-heading h1{font-size:22px;gap:12px}.filter-bar{gap:12px;flex-wrap:wrap;margin-bottom:24px}.filter-bar .segmented{width:100%;flex:auto}.filter-bar .segmented button{padding:12px 8px;font-size:13px}.search{flex:1}.search input{height:44px;font-size:14px;padding-left:44px}.search:before{left:19px;top:12px}.search:after{left:31px;top:27px}.tickets-table{min-width:620px;font-size:12px}.tickets-table th{padding-top:24px;padding-bottom:20px}.tickets-table td{padding-top:20px;padding-bottom:20px}.tickets-table th:first-child,.tickets-table td:first-child{padding-left:24px;width:17%}.tickets-table th:nth-child(2){width:27%}.tickets-table.repair-table{min-width:860px}.table-wrap{border-radius:20px}.login-main{padding-top:0}.login-scene{background-size:auto 310px}.login-layout{padding-top:310px}.login-slogan{font-size:26px;margin-top:30px;letter-spacing:0}.login-card{padding:12px 0 0;margin:32px 0 48px;width:100%}.login-tabs{justify-content:center;margin-bottom:28px}.login-card .field{margin-bottom:24px}.login-card .field input{font-size:16px}.login-submit{min-height:42px}.login-demo{font-size:12px}.repair-form .page-heading{align-items:flex-start;flex-direction:column;gap:20px}.form-actions{width:100%}.form-actions .pill{flex:1;padding:8px 12px;font-size:13px}.warning{font-size:12px;padding:12px}.repair-form .field input:not([type=radio]),.repair-form .field textarea{font-size:16px}.placeholder-page{min-height:440px}.placeholder-page h1{font-size:24px}.modal-data{grid-template-columns:85px 1fr;gap:14px}.demo-note{font-size:12px}}
.brand img{filter:brightness(0) saturate(100%);opacity:.92}.banner-symbol{width:190px;height:190px}
@media(max-width:1279px){.banner-symbol{width:160px;height:160px}}
@media(max-width:767px){.banner-symbol{width:104px;height:104px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.profile-name button{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:16px;line-height:1.4}
.edit-icon{width:20px;height:20px;flex:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.dialog-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:#86868b;line-height:1;transition:background-color .15s,color .15s}
.dialog-close:focus{outline:none}
.dialog-close:focus-visible{outline:2px solid #86868b;outline-offset:3px;border-radius:50%}
@media(hover:hover){.dialog-close:hover{background:#f0f0f2;color:#1d1d1f}}
.dialog-close:active{background:#e7e7e9;color:#1d1d1f}
@media(max-width:767px){.profile-name button{font-size:12px;gap:6px}.edit-icon{width:16px;height:16px}}
.sso-card{border-radius:16px}.sso-card h2{font-size:24px;margin-bottom:24px;line-height:1.4}.sso-card>p{line-height:1.8;color:var(--muted);margin:16px 0}.sso-card>p.form-error{color:#e43f49}.sso-card .field-hint{font-size:12px}.retry-config{display:block;margin:18px auto 0}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:24px;font-size:14px;color:var(--muted)}.pagination span{margin-right:auto}button:disabled{cursor:not-allowed;opacity:.5}.attachment-list{list-style:none;padding:0;display:grid;gap:12px;margin:18px 0}.attachment-list li{overflow-wrap:anywhere;font-size:14px}.attachment-list span{color:var(--muted);font-size:12px}.modal-data dd{white-space:pre-wrap}#success-result{display:flex;flex-direction:column;align-items:center;gap:22px}#success-result .success-icon{display:block}.auth-account-error{margin:24px 0;padding:16px;border-radius:12px;background:var(--soft)}
@media(max-width:767px){.pagination{flex-wrap:wrap;gap:10px;font-size:12px}.pagination span{width:100%;text-align:center;margin-bottom:4px}.pagination button{flex:1}.sso-card{padding-top:20px}.sso-card h2{font-size:22px}}
.ticket-number{display:block;overflow-wrap:anywhere;line-height:1.6}.tickets-table td{vertical-align:middle}
