.portal-main{padding:55px 0}.login-card{max-width:520px;margin:auto;background:white;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow);display:grid;gap:16px}.login-card h1,.portal-head h1{font-size:42px;margin:5px 0}.portal-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}.upload-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.crop-stage{position:relative;max-height:560px;overflow:auto;background:#eee;border-radius:18px;border:1px solid var(--line);touch-action:none}.crop-stage canvas{display:block;width:100%;height:auto}.crop-stage #cropBox{position:absolute;border:3px solid #fff;box-shadow:0 0 0 9999px rgba(30,20,35,.48);cursor:move;display:none}.handle{position:absolute;width:18px;height:18px;background:var(--gold);border:2px solid white;border-radius:50%}.nw{left:-10px;top:-10px}.ne{right:-10px;top:-10px}.sw{left:-10px;bottom:-10px}.se{right:-10px;bottom:-10px}.crop-actions{display:flex;gap:10px;margin-top:10px}.final-preview{height:320px;background:white;border:1px dashed var(--line);border-radius:18px;padding:12px;display:flex;align-items:center;justify-content:center}.final-preview img{max-width:100%;max-height:100%;object-fit:contain}.manage-list{display:grid;gap:10px;max-height:420px;overflow:auto}.manage-item{border:1px solid var(--line);border-radius:14px;padding:10px;display:grid;grid-template-columns:54px 1fr auto;gap:10px;align-items:center}.manage-item img{width:54px;height:54px;object-fit:contain}.manage-item button{border:0;background:#fde8e8;color:#8b2424;border-radius:10px;padding:7px;cursor:pointer}@media(max-width:850px){.upload-layout{grid-template-columns:1fr}.portal-head{align-items:flex-start;flex-direction:column}}
