.pmmc-overlay{background-color:var(--shadow-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:.2s ease-out pmmc-fade-in;display:flex;position:fixed;inset:0}@keyframes pmmc-fade-in{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}@keyframes pmmc-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.pmmc-dialog{width:100%;max-width:900px;max-height:90vh;animation:.3s cubic-bezier(.34,1.56,.64,1) pmmc-scale-in}.pmmc-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-2xl);box-shadow:var(--sh-xl);flex-direction:column;max-height:90vh;display:flex;position:relative;overflow:hidden}.pmmc-header{border-bottom:1px solid var(--border);background:linear-gradient(135deg,var(--surface-3),var(--surface-2));padding:1.75rem;position:relative}.pmmc-close-btn{border:1px solid var(--border);background:var(--surface-2);border-radius:var(--r-lg);width:36px;height:36px;color:var(--text-3);cursor:pointer;transition:all var(--t-fast);z-index:10;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;top:1.25rem;right:1.25rem}.pmmc-close-btn:hover{background:var(--em-bg);color:var(--em);border-color:var(--em-b)}.pmmc-title{color:var(--text);margin:0 0 .25rem;font-size:1.5rem;font-weight:800}.pmmc-subtitle{color:var(--text-3);margin:0;font-size:.875rem}.pmmc-body{flex:1;padding:1.75rem;overflow-y:auto}.pmmc-body::-webkit-scrollbar{width:6px}.pmmc-body::-webkit-scrollbar-track{background:0 0}.pmmc-body::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:99px}.pmmc-body::-webkit-scrollbar-thumb:hover{background:var(--border-2)}.pmmc-tab-pane{padding:0!important}.pmmc-logo{max-width:280px;margin-bottom:1.5rem;display:block}.pmmc-logo img{object-fit:contain;width:100%;height:auto}@media (max-width:768px){.pmmc-overlay{padding:0}.pmmc-dialog,.pmmc-content{border-radius:0;max-height:100vh}.pmmc-header{padding:1.25rem}.pmmc-close-btn{width:32px;height:32px;top:1rem;right:1rem}.pmmc-title{font-size:1.25rem}.pmmc-subtitle{font-size:.8125rem}.pmmc-body{padding:1.25rem}}@media (max-width:480px){.pmmc-header{padding:1rem}.pmmc-close-btn{width:30px;height:30px;font-size:16px;top:.875rem;right:.875rem}.pmmc-title{font-size:1.125rem}.pmmc-body{padding:1rem}}.hsm-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-2xl);width:100%;max-width:1100px;height:85vh;max-height:750px;box-shadow:var(--sh-xl);flex-direction:column;padding:1.75rem;animation:.3s cubic-bezier(.34,1.56,.64,1) hsm-scale-in;display:flex;position:relative;overflow:hidden}@keyframes hsm-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.hsm-card{border-radius:0;height:100%;max-height:100%}}.hsm-close{border:1px solid var(--border);background:var(--surface-2);border-radius:var(--r-lg);width:36px;height:36px;color:var(--text-3);cursor:pointer;transition:all var(--t-fast);z-index:10;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;top:1.25rem;right:1.25rem}.hsm-close:hover{background:var(--em-bg);color:var(--em);border-color:var(--em-b)}.hsm-header{margin-bottom:1.5rem}.hsm-title{color:var(--text);align-items:center;gap:.625rem;margin:0 0 .25rem;font-size:1.5rem;font-weight:800;display:flex}.hsm-subtitle{color:var(--text-3);margin:0;font-size:.875rem}.hsm-search-wrapper{gap:.5rem;margin-bottom:1.75rem;display:flex}.hsm-input{border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface-2);color:var(--text);transition:all var(--t-fast);flex:1;padding:.875rem 1.125rem;font-family:inherit;font-size:.9375rem}.hsm-input::placeholder{color:var(--text-4)}.hsm-input:focus{border-color:var(--em);background:var(--surface);box-shadow:0 0 0 3px var(--em-bg);outline:none}.hsm-search-btn{background:linear-gradient(135deg,var(--em),var(--em-dark));color:#fff;border:1px solid var(--em-b);border-radius:var(--r-xl);cursor:pointer;transition:all var(--t-fast);white-space:nowrap;justify-content:center;align-items:center;padding:.875rem 1.25rem;font-size:1rem;display:flex}.hsm-search-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #10b98166}.hsm-content{flex-direction:column;flex:1;gap:1.5rem;display:flex;overflow-y:scroll}.hsm-content::-webkit-scrollbar{width:4px}.hsm-content::-webkit-scrollbar-track{background:0 0}.hsm-content::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:99px}.hsm-content::-webkit-scrollbar-thumb:hover{background:var(--border-2)}.hsm-section{flex-direction:column;gap:.875rem;min-height:fit-content;display:flex}.hsm-section-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.hsm-section-title{color:var(--text);align-items:center;gap:.625rem;margin:0;font-size:.9rem;font-weight:700;display:flex}.hsm-icon-badge{font-size:1.25rem}.hsm-view-more{color:var(--em);border-radius:var(--r-lg);transition:all var(--t-fast);align-items:center;gap:.375rem;margin-left:auto;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;display:flex}.hsm-view-more:hover{background:var(--em-bg)}.hsm-carousel-wrap{align-items:center;gap:.875rem;width:100%;display:flex;position:relative}.hsm-carousel-wrap .swiper{flex:1;width:100%;min-width:0}.hsm-carousel-wrap .swiper-wrapper{align-items:stretch;min-height:140px}.hsm-carousel-wrap .swiper-slide{flex-direction:column;height:auto;display:flex}.hsm-arrow{border:1px solid var(--border);background:var(--surface-2);border-radius:var(--r-lg);width:36px;height:36px;color:var(--text-3);cursor:pointer;transition:all var(--t-fast);z-index:2;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex}.hsm-arrow:hover{border-color:var(--em);background:var(--em-bg);color:var(--em)}.hsm-arrow:disabled{opacity:.4;cursor:not-allowed}.hsm-card-item{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-xl);cursor:pointer;transition:all var(--t);flex-direction:column;align-items:center;gap:.625rem;height:100%;min-height:140px;padding:.875rem;display:flex}.hsm-card-item:hover{border-color:var(--em-b);background:var(--surface);box-shadow:var(--sh-card);transform:translateY(-3px)}.hsm-card-img{border-radius:var(--r-lg);background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:60px;display:flex;overflow:hidden}.hsm-card-img img{object-fit:contain;width:auto;max-width:90%;height:auto;max-height:90%}.hsm-card-label{color:var(--text-2);text-align:center;-webkit-box-orient:vertical;width:100%;font-size:1rem;font-weight:500;line-height:1.2;display:-webkit-box;overflow:visible}.hsm-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.hsm-empty-icon{color:var(--text-4);opacity:.5;font-size:3.5rem}.hsm-empty-text{color:var(--text-3);max-width:300px;margin:0;font-size:.9375rem}@media (max-width:768px){.hsm-card{height:100%;max-height:100%;padding:1.25rem}.hsm-title{font-size:1.2rem}.hsm-search-wrapper{margin-bottom:1.25rem}.hsm-section-title{font-size:.8rem}.hsm-carousel-wrap .hsm-card-item{min-height:130px}.hsm-card-img{height:55px}.hsm-card-label{font-size:1rem}.swiper-slide{height:auto}}@media (max-width:480px){.hsm-card{border-radius:0;padding:1rem}.hsm-close{width:32px;height:32px;top:1rem;right:1rem}.hsm-title{font-size:1.2rem}.hsm-subtitle{font-size:.8125rem}.hsm-section-title{font-size:.8rem}.hsm-icon-badge{font-size:1.125rem}.hsm-search-wrapper{gap:.375rem;margin-bottom:1.25rem}.hsm-input{padding:.75rem 1rem;font-size:.875rem}.hsm-search-btn{padding:.75rem 1rem}.hsm-carousel-wrap{gap:.5rem}.hsm-carousel-wrap .hsm-arrow{width:30px;height:30px;font-size:10px}.hsm-carousel-wrap .hsm-card-item{min-height:60px;padding:.625rem}.hsm-card-img{height:50px}}.pc-messages-container{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-xl);padding:1.25rem}.pc-message-item{border-bottom:1px solid var(--border);flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.pc-message-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.pc-message-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.pc-message-author{color:var(--text);margin:0;font-size:1.1rem;font-weight:700}.pc-message-date{color:var(--text-4);white-space:nowrap;font-size:.75rem}.pc-message-content{color:var(--text-2);margin:.5rem 0;font-size:1rem;line-height:1.6}.pc-message-content a{color:var(--em);text-decoration:underline}.pc-message-child{border-left:2px solid var(--em-b);margin-left:0;padding-left:1.125rem}.pc-show-more-btn{background:var(--em-bg);border:1px solid var(--em-b);color:var(--em);border-radius:var(--r-lg);cursor:pointer;transition:all var(--t-fast);align-items:center;gap:.375rem;margin-bottom:1rem;padding:.625rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.pc-show-more-btn:hover{background:var(--em-b);color:#fff}.pc-loading{justify-content:center;align-items:center;gap:1rem;height:200px;display:flex}.pc-spinner{border:3px solid var(--border);border-top-color:var(--em);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pc-form-section{flex-direction:column;gap:1.25rem;display:flex}.pc-form-group{flex-direction:column;gap:.5rem;display:flex}.pc-label{color:var(--text);margin:0;font-size:1.1rem;font-weight:600}.pc-input,.pc-textarea{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface-2);color:var(--text);transition:all var(--t-fast);padding:.875rem;font-family:inherit;font-size:.9375rem}.pc-input::placeholder,.pc-textarea::placeholder{color:var(--text-4)}.pc-input:focus,.pc-textarea:focus{border-color:var(--em);background:var(--surface);box-shadow:0 0 0 3px var(--em-bg);outline:none}.pc-input.is-invalid,.pc-textarea.is-invalid{border-color:var(--red);background:#ef44440d}.pc-textarea{resize:vertical;min-height:120px;line-height:1.6}.pc-checkbox-group{background:var(--surface-2);border-radius:var(--r-lg);border:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:.875rem;display:flex}.pc-checkbox{cursor:pointer;width:18px;height:18px;accent-color:var(--em);flex-shrink:0;margin-top:2px}.pc-checkbox-label{color:var(--text-2);margin:0;font-size:.875rem;line-height:1.6}.pc-checkbox-label mark{background:var(--em-bg);color:var(--em);border-radius:var(--r-sm);padding:0 4px;font-weight:600;text-decoration:none}.pc-checkbox-label small{color:var(--text-4);margin-top:.25rem;display:block}.pc-form-row{grid-template-columns:120px 1fr;align-items:start;gap:1rem;display:grid}.pc-form-row .pc-label{padding-top:.875rem}.pc-form-row .pc-input{width:100%}.pc-recaptcha-wrapper{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-lg);margin:1rem 0;padding:1rem}.pc-recaptcha-label{color:var(--text);margin-bottom:.75rem;font-size:.9375rem;font-weight:600;display:block}.pc-separator{border:none}.pc-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.pc-btn{border-radius:var(--r-lg);cursor:pointer;transition:all var(--t-fast);white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.375rem 1.05rem;font-size:.9375rem;font-weight:600;display:inline-flex}.pc-btn-submit{background:linear-gradient(135deg,var(--em),var(--em-dark));color:#fff;border:1px solid var(--em-b)}.pc-btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #10b98166}.pc-btn-submit:disabled{opacity:.6;cursor:not-allowed}.pc-btn-close{background:var(--surface-3);color:var(--text-3);border:1px solid var(--border)}.pc-btn-close:hover{background:var(--surface);color:var(--text)}.pc-title{color:var(--text);margin-bottom:.5rem;font-size:1.0625rem;font-weight:700}.pc-subtitle{color:var(--text-3);margin:0 0 1rem;font-size:.875rem}@media (max-width:768px){.pc-form-row{grid-template-columns:1fr;gap:.75rem}.pc-form-row .pc-label{padding-top:0}.pc-buttons{flex-direction:column}.pc-btn{justify-content:center;width:100%}.pc-checkbox-group{flex-direction:column;gap:.5rem}.pc-checkbox{margin-top:0}}.smc-overlay{background-color:var(--shadow-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:.2s ease-out smc-fade-in;display:flex;position:fixed;inset:0}@keyframes smc-fade-in{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}@keyframes smc-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes smc-bounce-in{0%{opacity:0;transform:scale(.8)rotate(-45deg)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)rotate(0)}}.smc-dialog{width:100%;max-width:400px;animation:.3s cubic-bezier(.34,1.56,.64,1) smc-scale-in}.smc-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-2xl);box-shadow:var(--sh-xl);text-align:center;flex-direction:column;gap:1.5rem;padding:2rem 1.75rem;display:flex;position:relative}.smc-close-btn{border:1px solid var(--border);background:var(--surface-2);border-radius:var(--r-lg);width:32px;height:32px;color:var(--text-3);cursor:pointer;transition:all var(--t-fast);z-index:10;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:1rem;right:1rem}.smc-close-btn:hover{background:var(--em-bg);color:var(--em);border-color:var(--em-b)}.smc-body{flex-direction:column;gap:1.25rem;display:flex}.smc-icon-wrapper{justify-content:center;padding:.5rem 0;display:flex}.smc-icon{background:linear-gradient(135deg,var(--em-bg),#10b9810d);border:2px solid var(--em-b);width:80px;height:80px;color:var(--em);border-radius:50%;justify-content:center;align-items:center;font-size:2.5rem;animation:.6s cubic-bezier(.68,-.55,.265,1.55) smc-bounce-in;display:flex}.smc-title{color:var(--text);letter-spacing:-.025em;margin:0;font-size:1.75rem;font-weight:800}.smc-message{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-lg);justify-content:center;align-items:center;min-height:60px;padding:1rem;display:flex}.smc-message p{color:var(--text-2);margin:0;font-size:.9375rem;line-height:1.6}.smc-btn{background:linear-gradient(135deg,var(--em),var(--em-dark));color:#fff;border:1px solid var(--em-b);border-radius:var(--r-lg);cursor:pointer;transition:all var(--t-fast);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.smc-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #10b98166}.smc-btn:active{transform:translateY(0)}@media (max-width:480px){.smc-overlay{padding:1rem}.smc-dialog{max-width:100%}.smc-content{gap:1.25rem;padding:1.5rem 1.25rem}.smc-icon{width:70px;height:70px;font-size:2rem}.smc-title{font-size:1.5rem}.smc-btn{width:100%;padding:.8rem 1.5rem;font-size:.875rem}}.rb-dialog{max-width:760px}.rb-table{border-collapse:collapse;width:100%;font-size:.9rem}.rb-table thead tr{background:linear-gradient(135deg,var(--surface-3),var(--surface-2));border-bottom:2px solid var(--border)}.rb-table thead th{color:var(--text-2);border:1px solid var(--border);padding:.75rem .625rem;font-size:.8125rem;font-weight:700}.rb-th-center{text-align:center}.rb-th-sub{color:var(--text-3);font-size:.75rem;font-weight:500}.rb-table tbody tr{border-bottom:1px solid var(--border);transition:background var(--t-fast)}.rb-table tbody tr:hover{background:var(--surface-2)}.rb-row-highlight{border-left:3px solid #eab30880;background:#eab30812!important}.rb-row-label{text-align:left;color:var(--text-2);border:1px solid var(--border);white-space:nowrap;padding:.75rem .875rem;font-size:.875rem}.rb-row-label-highlight{color:var(--red,#c30)}.rb-radio-cell{text-align:center;border:1px solid var(--border);padding:.625rem}.rb-radio{cursor:pointer;width:18px;height:18px;accent-color:var(--em)}.rb-guest-grid{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}@media (max-width:600px){.rb-guest-grid{grid-template-columns:1fr}}@media (max-width:768px){.rb-dialog{max-width:100%}.rb-table{font-size:.8rem}.rb-row-label{padding:.5rem;font-size:.8rem}.rb-table thead th{padding:.5rem .375rem;font-size:.75rem}.rb-radio-cell{padding:.375rem}}.uc-overlay{background-color:var(--shadow-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:.2s ease-out pmmc-fade-in;display:flex;position:fixed;inset:0}.uc-dialog{width:100%;max-width:520px;animation:.3s cubic-bezier(.34,1.56,.64,1) pmmc-scale-in}.uc-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-2xl);box-shadow:var(--sh-xl);flex-direction:column;max-height:90vh;display:flex;position:relative;overflow:hidden}.uc-body{flex-direction:column;flex:1;gap:1rem;padding:1.75rem;display:flex;overflow-y:auto}.uc-body::-webkit-scrollbar{width:6px}.uc-body::-webkit-scrollbar-track{background:0 0}.uc-body::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:99px}.uc-body::-webkit-scrollbar-thumb:hover{background:var(--border-2)}.uc-form-section{flex-direction:column;gap:1rem;display:flex}.uc-form-group{flex-direction:column;gap:.5rem;display:flex}.uc-btn-full{justify-content:center;width:100%}.uc-links-row{justify-content:space-between;align-items:center;gap:1rem;padding:.25rem 0;display:flex}.uc-link{color:var(--em);cursor:pointer;transition:all var(--t-fast);align-items:center;gap:.375rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.uc-link:hover{opacity:.8;text-decoration:underline}.uc-divider{align-items:center;gap:.75rem;margin:.25rem 0;display:flex}.uc-divider:before,.uc-divider:after{content:"";background:var(--border);flex:1;height:1px}.uc-divider-label{white-space:nowrap;color:var(--text-3);font-size:.8125rem}.uc-google-btn{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-lg);width:100%;color:var(--text-2);cursor:pointer;transition:all var(--t-fast);justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:flex}.uc-google-btn:hover{background:var(--surface-3);border-color:var(--border-2);color:var(--text);transform:translateY(-1px)}@media (max-width:768px){.uc-overlay{align-items:flex-end;padding:0}.uc-dialog{width:100%;max-width:100%}.uc-content{border-radius:var(--r-2xl)var(--r-2xl)0 0;max-height:92vh}}@media (max-width:480px){.uc-body{padding:1.25rem}}.uc-dialog-wide{max-width:560px}.uc-form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.uc-field-error{color:var(--red,#ef4444);margin-top:.25rem;font-size:.8125rem}@media (max-width:480px){.uc-form-grid{grid-template-columns:1fr}.uc-dialog-wide{max-width:100%}}.umc-overlay{background-color:var(--shadow-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out pmmc-fade-in;display:flex;position:fixed;inset:0}.umc-dialog{width:100%;max-width:900px;height:90vh;max-height:700px;animation:.3s cubic-bezier(.34,1.56,.64,1) pmmc-scale-in}.umc-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-2xl);box-shadow:var(--sh-xl);width:100%;height:100%;display:flex;position:relative;overflow:hidden}.umc-close-desktop{z-index:20;position:fixed;top:calc(50% - 350px);right:calc(50% - 445px)}.umc-sidebar{background:linear-gradient(180deg,var(--surface-3),var(--surface-2));border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:1.5rem;width:220px;padding:1.5rem 1rem;display:flex;overflow-y:auto}.umc-sidebar-logo{display:block}.umc-sidebar-logo img{object-fit:contain;width:100%;max-width:160px;height:auto}.umc-nav{flex-direction:column;gap:.375rem;display:flex}.umc-nav-btn{border-radius:var(--r-lg);width:100%;color:var(--text-2);cursor:pointer;text-align:left;transition:all var(--t-fast);background:0 0;border:1px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;display:flex}.umc-nav-btn:hover{background:var(--surface);border-color:var(--border);color:var(--text)}.umc-nav-btn--active{background:var(--em-bg);border-color:var(--em-b);color:var(--em);font-weight:700}.umc-nav-btn--danger{color:var(--red,#ef4444)}.umc-nav-btn--danger:hover{color:var(--red,#ef4444);background:#ef444414;border-color:#ef44444d}.umc-nav-icon{text-align:center;flex-shrink:0;width:16px}.umc-panel{flex-direction:column;flex:1;display:flex;overflow:hidden}.umc-mobile-logo{display:none}.umc-tab-pane{flex-direction:column;height:100%;display:flex;overflow:hidden}.umc-panel-header{border-bottom:1px solid var(--border);background:linear-gradient(135deg,var(--surface-3),var(--surface-2));flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1.75rem 1.25rem;display:flex}.umc-user-badge{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.umc-user-avatar{color:var(--em);font-size:1.5rem}.umc-user-name{color:var(--text-2);font-size:.875rem;font-weight:600}.umc-panel-body{flex-direction:column;flex:1;gap:1rem;padding:1.75rem;display:flex;overflow-y:auto}.umc-panel-body::-webkit-scrollbar{width:6px}.umc-panel-body::-webkit-scrollbar-track{background:0 0}.umc-panel-body::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:99px}.umc-panel-body::-webkit-scrollbar-thumb:hover{background:var(--border-2)}.umc-info-row{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-lg);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.uc-field-note{color:var(--text-3);margin-top:.125rem;font-size:.8rem}.umc-btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:1px solid #ef444480}.umc-btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #ef444466}.umc-footer-tabs{background:var(--surface);border-top:1px solid var(--border);z-index:1051;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}.umc-footer-btn{color:var(--text-3);cursor:pointer;transition:all var(--t-fast);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;padding:.625rem .25rem;font-size:.7rem;font-weight:500;display:flex}.umc-footer-btn i{font-size:1.1rem}.umc-footer-btn--active{color:var(--em)}.umc-footer-btn--danger{color:var(--red,#ef4444)}@media (max-width:768px){.umc-overlay{align-items:flex-start;padding:0}.umc-dialog{border-radius:0;max-width:100%;height:calc(100vh - 56px);max-height:none}.umc-content{border-radius:0;flex-direction:column}.umc-close-desktop,.umc-sidebar{display:none}.umc-mobile-logo{padding:1rem 1.25rem 0;display:block}.umc-mobile-logo img{width:auto;height:32px}.umc-panel-header{padding:1rem 1.25rem}.umc-user-badge{display:none}.umc-panel-body{padding:1.25rem}.umc-footer-tabs{display:flex}}@media (max-width:480px){.umc-panel-body{padding:1rem}}.hsm-card-item-new{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-xl);cursor:pointer;transition:all var(--t);flex-direction:column;align-items:center;gap:.625rem;height:100%;min-height:140px;padding:1rem .875rem .875rem;display:flex;position:relative;overflow:hidden}.hsm-card-item-new:before{content:"";background:inherit;filter:saturate(2.5)brightness(.75);opacity:0;border-radius:var(--r-xl)var(--r-xl)0 0;height:3px;transition:opacity var(--t);position:absolute;top:0;left:0;right:0}.hsm-card-item-new[class*=bg-2-]{border-color:color-mix(in srgb,currentColor 18%,var(--border))}.hsm-card-item-new[class*=bg-2-]:before{opacity:1}.hsm-card-item-new:hover{border-color:var(--em-b);background:var(--surface);box-shadow:var(--sh-card)}.hsm-card-item-new[class*=bg-2-]:hover{filter:brightness(1.04);box-shadow:0 6px 24px #0000001f}.hsm-card-img-new{border-radius:var(--r-lg);background:#ffffffb8;border:1px solid #0000000f;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:60px;display:flex;overflow:hidden}[data-theme=dark] .hsm-card-img-new{background:#ffffff14;border-color:#ffffff14}
