*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f1f5f9;color:#1e293b}#root,.app{min-height:100vh}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1rem;color:#64748b}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.login-loading{font-size:1rem;color:#64748b}.login-card{width:100%;max-width:400px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem}.login-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.login-form{display:flex;flex-direction:column;gap:1rem}.login-label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500;color:#475569}.login-input{padding:.625rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem}.login-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.login-error{font-size:.875rem;color:#dc2626}.login-submit{padding:.75rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:.25rem}.login-submit:hover:not(:disabled){background:#1d4ed8}.login-submit:disabled{opacity:.7;cursor:not-allowed}.admin-layout{min-height:100vh;display:flex;flex-direction:column}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e2e8f0}.admin-title{font-size:1.25rem;font-weight:600}.admin-logout{padding:.5rem 1rem;background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;cursor:pointer}.admin-logout:hover{background:#f1f5f9;color:#475569}.admin-main{flex:1;padding:1.5rem;max-width:900px;margin:0 auto;width:100%}.mail-list-page{display:flex;flex-direction:column;gap:1rem}.mail-list-toolbar{display:flex;justify-content:flex-end}.mail-list-refresh{padding:.5rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.875rem;cursor:pointer}.mail-list-refresh:hover:not(:disabled){background:#1d4ed8}.mail-list-refresh:disabled{opacity:.7;cursor:not-allowed}.mail-list-error{font-size:.875rem;color:#dc2626}.mail-list-empty{color:#64748b;font-size:.9375rem}.mail-list{list-style:none;background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.mail-list-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;gap:1rem}.mail-list-item:last-child{border-bottom:none}.mail-list-email{font-weight:500;word-break:break-all}.mail-list-meta{font-size:.8125rem;color:#64748b;flex-shrink:0}
