:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e6eef9;background:linear-gradient(135deg,#07111f,#14253f);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input,textarea{font:inherit}#root{min-height:100vh}.app-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.app-card{width:min(900px,100%);background:#091323e6;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px;box-shadow:0 24px 64px #00000047;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"brand heading profile";align-items:center;gap:20px;margin-bottom:18px}.hero-heading{grid-area:heading;min-width:0}.eyebrow{margin:0 0 6px;text-transform:uppercase;letter-spacing:.24em;font-size:.74rem;color:#7dd3fc}h1,h2{margin:0 0 6px}h1{font-size:clamp(1.8rem,3vw,2.4rem)}.subtitle{margin:0;color:#9fb4cc}.nav-group{display:flex;gap:10px;flex-wrap:wrap}.content-nav{margin-bottom:18px}.brand-row{grid-area:brand;display:flex;align-items:center;gap:14px}.logo-button{flex-shrink:0;width:46px;height:46px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#ffffff0f;cursor:pointer;display:grid;place-items:center;transition:transform .2s ease}.logo-button:hover{transform:translateY(-1px)}.logo-icon{width:30px;height:30px;object-fit:contain}.back-button{flex-shrink:0;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0f;color:#f8fbff;padding:10px 14px;cursor:pointer;white-space:nowrap;transition:background .2s ease}.back-button:hover{background:#ffffff1a}.auth-panel .back-button{justify-self:start}.profile-area{grid-area:profile;position:relative;display:flex;align-items:center;justify-self:end}.profile-area-guest{display:flex;align-items:center;gap:10px}.avatar-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#ffffff14;font-size:1.1rem}.profile-menu-wrapper{position:relative}.avatar-button{width:38px;height:38px;border:none;border-radius:50%;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-weight:700;font-size:1rem;display:grid;place-items:center}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;display:grid;gap:6px;min-width:260px;padding:10px;border-radius:16px;background:#091323fa;border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 40px #00000059;z-index:10}.profile-dropdown button{border:none;border-radius:10px;padding:10px 12px;background:#ffffff0f;color:#f8fbff;text-align:left;cursor:pointer}.profile-dropdown button:hover{background:#ffffff1f}.own-wish-list{display:grid;gap:10px;padding:0;list-style:none;margin:0}.own-wish-item{padding:12px 14px;border-radius:14px;background:#ffffff0d;display:flex;flex-direction:column;gap:10px}.own-wish-header{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.own-wish-progress{display:grid;gap:6px}.own-wish-actions{display:flex;gap:8px;flex-wrap:wrap}.edit-wish-form{display:grid;gap:8px;width:100%}.image-preview{display:flex;align-items:center;gap:12px}.image-preview img{width:72px;height:72px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.16)}.auth-panel,.auth-form{display:grid;gap:12px}.auth-logo{width:56px;height:56px;object-fit:contain;margin:0 auto}.auth-toggle{display:flex;gap:10px;flex-wrap:wrap}.verify-box{display:grid;gap:10px;padding:14px 16px;border-radius:16px;background:#60a5fa1a;border:1px solid rgba(96,165,250,.3)}.verify-box p{margin:0;color:#dbeafe}.verify-box input{border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:10px 12px;background:#ffffff0f;color:#f8fbff}.verify-hint{font-size:.85rem;color:#9fb4cc}.verified-badge{color:#86efac;font-size:.85rem;font-weight:600}.unverified-badge{color:#fda4af;font-size:.85rem;font-weight:600}.auth-form input,.auth-form textarea{border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:10px 12px;background:#ffffff0f;color:#f8fbff;font:inherit}.auth-form textarea{resize:vertical;min-height:80px}.nav-button{border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0f;color:#f8fbff;padding:10px 14px;cursor:pointer}.nav-button.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:transparent}.carousel-controls{display:flex;justify-content:space-between;margin-bottom:16px;gap:10px}.carousel-controls button,.primary,.ghost,.create-form button{border:none;border-radius:999px;padding:10px 14px;cursor:pointer;transition:transform .2s ease}.carousel-controls button:hover,.primary:hover,.ghost:hover,.create-form button:hover{transform:translateY(-1px)}.carousel-controls button{background:#ffffff14;color:#f8fbff}.carousel-arrow{width:44px;height:44px;padding:0!important;display:grid;place-items:center;font-size:1.2rem;line-height:1}.wish-card-stack{position:relative;height:400px;overflow:hidden}.wish-card{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:20px;background:#ffffff0d;border-radius:22px;overflow:hidden;touch-action:pan-y;will-change:transform;-webkit-user-select:none;user-select:none;contain:layout paint}.wish-card-side{z-index:1;pointer-events:none}.wish-card-dragging{border-radius:0}.wish-image-wrap{position:relative;height:100%}.wish-card-side .wish-image-wrap{grid-column:1 / -1}.wish-peek-title{position:absolute;left:0;right:0;bottom:0;padding:32px 18px 16px;background:linear-gradient(180deg,#07111f00,#07111fd9);color:#f8fbff;font-weight:700}.wish-tag{position:absolute;top:14px;left:14px;z-index:2;padding:6px 12px;border-radius:999px;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.02em;box-shadow:0 8px 20px #0000004d}.wish-tag-kaland{background:linear-gradient(135deg,#f97316,#fb7185)}.wish-tag-onfejlesztes{background:linear-gradient(135deg,#10b981,#34d399)}.wish-tag-kikapcsolodas{background:linear-gradient(135deg,#38bdf8,#60a5fa)}.wish-tag-orult{background:linear-gradient(135deg,#ec4899,#f43f5e)}.wish-tag-meresz{background:linear-gradient(135deg,#a855f7,#d946ef)}.wish-likes{position:absolute;top:14px;right:14px;z-index:2;display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#091323bf;color:#fff;font-size:.85rem;font-weight:700;box-shadow:0 8px 20px #0000004d;-webkit-user-select:none;user-select:none}.wish-likes-heart{color:#ffffff8c;font-size:1.1rem;line-height:1;transition:color .2s ease}.wish-likes.liked .wish-likes-heart{color:#f43f5e}.like-burst{position:absolute;top:50%;left:50%;z-index:3;font-size:5rem;pointer-events:none;transform:translate(-50%,-50%);animation:likeBurstPop .7s ease forwards}.guest-like-hint{position:absolute;bottom:14px;left:50%;z-index:3;transform:translate(-50%);padding:8px 14px;border-radius:999px;background:#091323d9;color:#f8fbff;font-size:.85rem;font-weight:600;white-space:nowrap;pointer-events:none;box-shadow:0 8px 20px #0000004d}@keyframes likeBurstPop{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}30%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}60%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}.wish-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;user-drag:none;pointer-events:none}.wish-content{padding:20px;display:flex;flex-direction:column;gap:14px;overflow:hidden}.wish-meta{display:flex;justify-content:space-between;gap:10px;color:#8aa1bd;font-size:.9rem}.wish-title-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.featured-badge{align-self:center;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#fb923c);color:#fff;font-size:.78rem;font-weight:700;white-space:nowrap}.featured-flame{position:absolute;bottom:14px;right:14px;z-index:2;display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#fb923c);font-size:1.05rem;line-height:1;box-shadow:0 4px 12px #f59e0b66}.wish-description-wrap{display:flex;flex-direction:column;gap:6px;min-height:0}.wish-description{margin:0;color:#dce8f7;line-height:1.6}.wish-description.clamped{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.wish-description-toggle{align-self:flex-start;border:none;background:none;padding:0;color:#7dd3fc;font-weight:700;cursor:pointer;text-decoration:underline}.progress-block{display:grid;gap:8px}.progress-percent{text-align:center;color:#9fb4cc;font-size:.85rem}.progress-labels{display:flex;justify-content:space-between;gap:10px;color:#9fb4cc;font-size:.9rem}.progress-label{display:flex;align-items:baseline;gap:4px}.progress-label-end{justify-content:flex-end}.progress-bar{height:10px;background:#ffffff1f;border-radius:999px;overflow:hidden}.progress-bar>div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#34d399,#3b82f6)}.primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.admin-info{padding:10px 12px;border-radius:12px;background:#ffffff0f;color:#dbeafe}.admin-actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.admin-tabs{margin-bottom:18px}.admin-activity{color:#9fb4cc;font-size:.9rem}.stat-card{position:relative;display:flex;align-items:center;gap:18px;padding:20px 24px;border-radius:20px;background:linear-gradient(135deg,#3b82f62e,#8b5cf62e);border:1px solid rgba(139,92,246,.35);box-shadow:0 16px 40px #3b82f626}.stat-card-history-button{position:absolute;top:14px;right:14px;display:flex;align-items:center;gap:6px;height:30px;padding:0 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#09132359;color:#dbeafe;font-size:.8rem;font-weight:600;cursor:pointer}.stat-card-history-button:hover{background:#0913238c}.history-icon{flex-shrink:0}.contribution-history-dropdown{position:absolute;top:calc(100% + 8px);right:14px;z-index:5;display:grid;gap:8px;min-width:260px;max-width:320px;max-height:280px;overflow-y:auto;padding:14px;border-radius:16px;background:#091323fa;border:1px solid rgba(255,255,255,.14);box-shadow:0 20px 45px #0006}.contribution-history-dropdown h4{margin:0;font-size:.95rem;color:#f8fbff}.contribution-history-empty{margin:0;color:#9fb3d1;font-size:.9rem}.contribution-history-list{display:grid;gap:8px;padding:0;list-style:none;margin:0}.contribution-history-item{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:.9rem}.contribution-history-item:last-child{border-bottom:none}.contribution-history-date{color:#9fb3d1;flex-shrink:0}.contribution-history-title{color:#f8fbff;text-align:right}.stat-icon{font-size:2.4rem;line-height:1;flex-shrink:0}.stat-value{font-size:2.6rem;font-weight:800;line-height:1.1;background:linear-gradient(135deg,#60a5fa,#c084fc);-webkit-background-clip:text;background-clip:text;color:transparent}.stat-label{margin-top:4px;color:#dbeafe;font-size:.95rem}.admin-actions button,.report-form button{border:none;border-radius:999px;padding:8px 12px;cursor:pointer}.admin-actions .ghost,.report-form .ghost{background:#ffffff14;color:#f8fbff}.admin-actions .danger{background:#f871712e;color:#fecaca}.report-form{display:flex;gap:8px;align-items:center;margin-top:8px;flex-wrap:wrap}.custom-select{position:relative}button.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:190px;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:8px 12px;background:#ffffff0f;color:#f8fbff;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform 0s}button.custom-select-trigger:hover{background:#ffffff1a;transform:none}button.custom-select-trigger.open{border-color:#60a5fa}.custom-select-arrow{color:#9fb4cc;font-size:.75rem;transition:transform .2s ease}.custom-select-trigger.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-options{position:absolute;top:calc(100% + 6px);left:0;right:0;min-width:220px;margin:0;padding:6px;list-style:none;display:grid;gap:4px;border-radius:14px;background:#091323fa;border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 40px #00000059;z-index:10}.custom-select-options button{width:100%;border:none;border-radius:10px;padding:8px 10px;background:transparent;color:#f8fbff;text-align:left;cursor:pointer}.custom-select-options button:hover{background:#ffffff1f;transform:none}.custom-select-options button.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.create-form,.contribution-page-form{margin-top:16px;display:grid;gap:10px}.create-form label,.contribution-page-form label{color:#dbeafe}.create-form input,.create-form textarea,.contribution-page-form input{border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:10px 12px;background:#ffffff0f;color:#f8fbff;font-size:1rem}.contribution-page-actions{display:flex;gap:10px;margin-top:6px}.contribution-page-actions button{flex:1;border:none;border-radius:999px;padding:12px 14px;font-size:1rem;cursor:pointer;transition:transform .2s ease}.contribution-page-actions button:hover{transform:translateY(-1px)}.contribution-page-actions .primary{background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff}.contribution-page-actions .ghost{background:#ffffff14;color:#f8fbff}.create-form textarea{resize:vertical;min-height:100px}.dropzone{border:2px dashed rgba(255,255,255,.24);border-radius:16px;padding:16px;text-align:center;background:#ffffff0a;color:#dbeafe}.dropzone.dragging{border-color:#60a5fa;background:#60a5fa29}.dropzone input{margin-top:8px}.field-error{margin:-2px 0 0;color:#fda4af;font-size:.9rem}.success-banner{margin-bottom:16px;padding:14px 18px;border-radius:12px;background:#4ade8029;border:1px solid rgba(74,222,128,.4);color:#86efac;font-weight:600;text-align:center}@media (max-width: 760px){.app-shell{padding:12px}.app-card{padding:16px;border-radius:18px}.wish-card-stack{height:560px}.wish-card{grid-template-columns:1fr;align-content:start}.wish-image-wrap,.wish-image-wrap img{height:200px}.wish-content{padding:14px;gap:10px}.wish-title-row{flex-wrap:wrap;row-gap:6px}.progress-label{flex-direction:column;gap:0}.progress-label-start{align-items:flex-start;text-align:left}.progress-label-end{align-items:flex-end;text-align:right}.hero{grid-template-columns:auto 1fr auto;grid-template-areas:"brand . profile" "heading heading heading";row-gap:10px}.hero .eyebrow{font-size:.68rem}.hero h1{font-size:1.5rem}.hero .subtitle{font-size:.85rem}.profile-area-guest{gap:6px}.profile-area-guest .nav-button{padding:8px 10px;font-size:.85rem}.profile-area-guest .avatar-icon{display:none}}
