*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;color:#172033;background:#f5f7fb}a{color:inherit}.app-layout{min-height:100vh}.app-sider{position:sticky!important;top:0;height:100vh;border-right:1px solid #e8ebf1}.app-sider .ant-menu{border-inline-end:0!important;padding:0 12px}.app-sider .ant-menu-item{margin-block:6px}.brand{display:flex;align-items:center;gap:10px;min-height:64px;padding:0 20px;font-weight:700;white-space:nowrap}.brand-mark{display:grid;width:32px;height:32px;place-items:center;color:#fff;border-radius:9px;background:linear-gradient(145deg,#2457d6,#5b8cff);box-shadow:0 6px 16px #2457d640}.app-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 28px;border-bottom:1px solid #e8ebf1;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.account-button{display:flex;align-items:center;gap:8px;height:42px}.app-content{width:100%;max-width:1540px;margin:0 auto;padding:32px}.center-screen{display:grid;min-height:100vh;place-items:center;padding:24px}.page-narrow{max-width:640px;margin:auto}.page-medium{max-width:840px}.full-width{width:100%}.block-gap{margin-bottom:20px}.route-loading{min-height:50vh}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}.page-header h2{margin:0 0 4px!important;letter-spacing:-.02em}.back-button{height:auto;margin:0 0 14px -15px;padding-block:0}.detail-header{align-items:flex-end}.detail-header h2{margin:0!important}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.app-card-link{display:flex;flex:1;flex-direction:column;text-decoration:none}.app-card{min-height:270px;border-color:#e5e9f2}.app-card .ant-card-body{display:flex;min-height:270px;flex-direction:column}.app-card-link .ant-typography:nth-of-type(2){flex:1}.app-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding-top:14px;border-top:1px solid #edf0f5}.app-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.app-tile{display:grid;width:44px;height:44px;place-items:center;color:#2457d6;border:1px solid #dbe4ff;border-radius:12px;background:#eef3ff;font-size:18px;font-weight:800}.app-tile-large{width:56px;height:56px;border-radius:15px;font-size:22px}.login-page{display:grid;min-height:100vh;grid-template-columns:minmax(0,1.2fr) minmax(340px,480px);align-items:center;gap:clamp(48px,8vw,120px);padding:clamp(32px,8vw,120px);overflow:hidden;background:radial-gradient(circle at 15% 15%,#dfe9ff 0,transparent 35%),linear-gradient(135deg,#f7f9ff,#eef2fa)}.login-copy{max-width:670px}.login-copy h1{max-width:620px;margin:16px 0 20px!important;font-size:clamp(42px,5vw,72px);line-height:1.08;letter-spacing:-.045em}.login-copy>.ant-typography{max-width:590px;font-size:18px;line-height:1.8}.login-eyebrow{color:#2457d6;font-size:12px;font-weight:800;letter-spacing:.18em}.login-features span{position:relative;padding-left:16px;font-weight:600}.login-features span:before{position:absolute;top:.55em;left:0;width:7px;height:7px;border-radius:50%;background:#2457d6;content:""}.login-card{padding:clamp(18px,3vw,34px);border:1px solid rgb(255 255 255 / 70%);box-shadow:0 24px 70px #192d5a24}.login-icon{display:grid;width:52px;height:52px;place-items:center;color:#fff;border-radius:15px;background:#2457d6;font-size:23px}.login-card h2{margin-top:24px!important}.login-hint{display:block;margin-top:18px;text-align:center;font-size:12px}.member-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:16px}.member-search-live{grid-template-columns:1fr}.search-results{margin-bottom:20px;overflow:hidden;border:1px solid #e5e9f2;border-radius:10px}.search-result-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border-bottom:1px solid #edf0f5}.search-result-row:last-child{border-bottom:0}.transfer-results{max-height:360px;overflow:auto}.upload-panel{display:flex;max-width:720px;flex-direction:column;gap:16px}.file-drop{display:flex;min-height:112px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#2457d6;border:1px dashed #91adf5;border-radius:12px;background:#f6f8ff;font-weight:600}.file-drop:focus-within{outline:3px solid rgb(36 87 214 / 20%);outline-offset:2px}.file-drop .anticon{font-size:28px}.file-drop input{width:1px;height:1px;opacity:0}.json-detail{display:block;max-width:420px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quota-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.quota-grid h3{margin:0 0 16px!important}@media(max-width:991px){.app-header{padding:0 16px}.app-content{padding:24px 18px}.login-page{grid-template-columns:1fr;gap:40px;align-content:center}.login-copy h1{font-size:clamp(38px,10vw,58px)}.quota-grid{grid-template-columns:1fr}}@media(max-width:575px){.page-header{flex-direction:column}.page-header>.ant-space{width:100%}.page-header>.ant-space .ant-btn{flex:1}.form-grid{grid-template-columns:1fr;gap:0}.login-page{padding:28px 20px}.login-copy>.ant-typography,.login-features{display:none}.login-copy h1{margin-bottom:0!important;font-size:38px}.login-card{padding:12px}.member-search{grid-template-columns:1fr}.search-result-row{align-items:flex-start;flex-direction:column}.search-result-row .ant-space{width:100%}.search-result-row .ant-space .ant-btn{flex:1}.app-card-actions{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
