.container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}@supports (min-height:100dvh){.container{min-height:100dvh}}.main-content{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:380px;height:100vh;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}@supports (height:100dvh){.main-content{height:100dvh}}.header{text-align:center;border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:24px 24px 16px}.title{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 4px;font-size:1.75rem;font-weight:700}.subtitle{color:#6b7280;margin:0;font-size:.875rem}.app-footer{border-top:1px solid #e5e7eb;flex-shrink:0;padding:16px 24px}.auth-section{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.auth-message{color:#6b7280;margin:0;font-size:14px}.logged-in-content,.summary-content{flex-direction:column;flex:1;gap:24px;padding:24px;display:flex;overflow-y:auto}.user-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}:root.dark .main-content{background:#1f2937;box-shadow:0 4px 20px #0000004d}:root.dark .header{border-bottom-color:#374151}:root.dark .subtitle,:root.dark .auth-message{color:#9ca3af}:root.dark .app-footer{border-top-color:#374151}:root.dark .user-header{border-bottom-color:#374151}
