:root{--team-color-primary:#00bfc4;--team-color-primary-dark:#049a9e;--team-color-danger:#f04452;--team-color-success:#20b878;--team-color-warning:#ffcc3d;--team-color-white:#fff;--team-color-black:#17211f;--team-color-gray-100:#f4f6f5;--team-color-gray-200:#e6eae8;--team-color-gray-400:#b7c0bd;--team-color-gray-600:#6c7975;--team-color-gray-800:#34403c;--team-color-info-bg:#e7f8f8;--team-color-danger-bg:#fff0f1;--team-color-success-bg:#eaf8f2;--team-font-family:Pretendard, -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", "Segoe UI", sans-serif;--team-font-size-xs:.6875rem;--team-font-size-sm:.75rem;--team-font-size-md:.875rem;--team-font-size-lg:1rem;--team-font-size-xl:1.25rem;--team-font-weight-medium:500;--team-font-weight-semibold:600;--team-font-weight-bold:700;--team-line-height-body:1.5;--team-radius:10px;--team-radius-card:20px;--team-radius-pill:999px;--team-space-1:4px;--team-space-2:8px;--team-space-3:12px;--team-space-4:16px;--team-space-5:20px;--team-space-6:24px;--team-border-default:1px solid var(--team-color-gray-200);--team-shadow-card:0 6px 20px #17211f14;--team-control-height-sm:36px;--team-control-height-md:44px;--team-control-height-lg:52px;--team-badge-padding:4px 12px;--team-badge-font-size:var(--team-font-size-sm);--team-mobile-max-width:390px;--team-mobile-min-width:320px;--team-nav-height:64px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}@media (width<=480px){body{background:var(--team-color-white)}}body{background:var(--team-color-gray-100);color:var(--team-color-black);font-family:var(--team-font-family);line-height:var(--team-line-height-body);-webkit-font-smoothing:antialiased}#app{max-width:var(--team-mobile-max-width);min-width:var(--team-mobile-min-width);background:var(--team-color-white);flex-direction:column;min-height:100vh;margin:0 auto;display:flex;position:relative}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #00bfc440}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
