.text-primary{color:green}.text-secondary{color:#f88fc5}.text-accent{color:#538098}.text-success{color:#4caf50}.text-warning{color:#ff9800}.text-error{color:#f44336}.text-info{color:#2196f3}.bg-primary{background-color:green}.bg-secondary{background-color:#f88fc5}.bg-accent{background-color:#538098}.bg-success{background-color:#4caf50}.bg-warning{background-color:#ff9800}.bg-error{background-color:#f44336}.bg-info{background-color:#2196f3}.divider{text-align:center;margin:2rem 0;position:relative}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#538098}.divider span{background:var(--background);padding:0 1rem;color:var(--text-body);font-size:14px;font-weight:400;position:relative;z-index:1;display:inline-block;line-height:1}@media(max-height:700px){.divider{margin:1rem 0}.divider span{font-size:12px;padding:0 .75rem}}@media(max-height:600px){.divider{margin:.5rem 0}.divider span{font-size:11px;padding:0 .5rem}}.divider.divider-secondary:before{background:#ccc}.divider.divider-accent:before{background:green}.divider.divider-thick:before{height:2px}.divider.divider-dashed:before{background:repeating-linear-gradient(90deg,#538098 0,#538098 4px,transparent 0,transparent 8px)}.section-divider{margin:1rem 0}.menu-divider{height:1px;background:rgba(0,0,0,.1);margin:.75rem 0}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #538098!important}.auth-footer a{color:#625593;font-weight:400;text-decoration:none;font-size:14px}.auth-footer a:hover{color:var(--link-hover)}@media(max-height:700px){.auth-footer{margin-top:.75rem;padding-top:.5rem}.auth-footer a{font-size:12px}}@media(max-height:600px){.auth-footer{margin-top:.5rem;padding-top:.25rem}.auth-footer a{font-size:11px}}.addedItemCard{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:rgba(83,128,152,.05);border:1px solid rgba(83,128,152,.1);border-radius:8px;transition:all .2s ease}.addedItemCard:hover{background:rgba(83,128,152,.08);border-color:rgba(83,128,152,.15)}[data-theme=dark] .addedItemCard{background:rgba(83,128,152,.1);border-color:rgba(83,128,152,.2)}[data-theme=dark] .addedItemCard:hover{background:rgba(83,128,152,.15);border-color:rgba(83,128,152,.25)}.addedItemInfo{display:flex;flex-direction:column;flex:1 1;gap:.25rem}.addedItemText{color:var(--text-body);font-weight:500;font-size:14px}.addedItemSubtext{color:var(--text-body);font-size:12px;opacity:.7;color:#666}[data-theme=dark] .addedItemSubtext{color:#999}.removeItemButton{background:none;border:none;color:#666;cursor:pointer;font-size:16px;font-weight:700;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.removeItemButton:hover{background:rgba(0,0,0,.1);color:#333}[data-theme=dark] .removeItemButton{color:#999}[data-theme=dark] .removeItemButton:hover{background:hsla(0,0%,100%,.1);color:#fff}.addedItemsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:.75rem;gap:.75rem}@media(max-width:768px){.addedItemsGrid{grid-template-columns:1fr}}.screen-header{margin-bottom:.5rem}.screen-header h2{color:var(--text-h1)}@media(max-width:480px){.screen-header{padding-top:.5rem!important}}@media(max-width:768px)and (min-width:481px){.screen-header{padding-top:clamp(.5rem,2vw,1rem)!important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Slabien,serif;background:var(--background);color:var(--text-body);min-height:100vh;overflow-x:hidden}.main-container{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:1rem;margin-top:0}.main-container:has(.slogan-screen){padding:0;align-items:flex-start;justify-content:flex-start}.auth-content{text-align:center;margin:0 auto}.auth-content,.card{max-width:400px;width:100%}.card{background:#fff;border-radius:12px;box-shadow:0 2px 16px rgba(0,0,0,.07);padding:2rem}.text-center{text-align:center}