@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);html{font-size:16px;scroll-behavior:smooth}body{color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root,body{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background-color:#3b82f6;color:#fff}a{color:inherit;text-decoration:none}button{font-size:inherit;line-height:inherit}button,input,select,textarea{font-family:inherit}img{height:auto;max-width:100%}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fade-in{animation:fadeIn .3s ease-in-out}.spin{animation:spin 1s linear infinite}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hidden{display:none}.visible{visibility:visible}.invisible{visibility:hidden}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (max-width:640px){.container{padding:0 .75rem}html{font-size:14px}}@media (max-width:480px){.container{padding:0 .5rem}}.trip-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}.trip-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.trip-card.completed{background:linear-gradient(135deg,#f0fdf4,#fff);border-color:#10b981}.trip-card.expired{background:linear-gradient(135deg,#fffbeb,#fff);border-color:#f59e0b}.trip-status-bar{align-items:center;background:linear-gradient(90deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.75rem 1rem}.status-badges{display:flex;flex-wrap:wrap;gap:.5rem}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:4px 12px}.status-badge.completed{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 4px #10b9814d;color:#fff}.status-badge.expired{animation:pulse 2s infinite;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 4px #f59e0b4d;color:#fff}.status-badge.soon{animation:pulse 1.5s infinite;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 4px #ef44444d;color:#fff}.status-badge.ongoing{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 4px #3b82f64d;color:#fff}.status-badge.public{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 2px 4px #8b5cf64d;color:#fff}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.delete-trip-btn{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;min-width:36px;padding:8px 10px;transition:all .2s ease}.delete-trip-btn:hover{background:#ef444426;border-color:#ef44444d;transform:scale(1.05)}.delete-trip-btn:active{transform:scale(.95)}.delete-trip-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.trip-card-header{padding:1rem 1.5rem .5rem}.trip-title{color:#1f2937;font-size:18px;font-weight:600;line-height:1.4;margin:0}.trip-info{padding:0 1.5rem 1rem}.trip-location{align-items:center;display:flex;font-size:14px;gap:8px;margin-bottom:.75rem}.country{color:#374151;font-weight:600}.city{color:#6b7280}.trip-dates{grid-gap:8px;align-items:center;font-size:13px;gap:8px;grid-template-columns:auto 1fr auto 1fr;margin-bottom:.75rem}.date{color:#374151;font-weight:500}.trip-stats{margin-bottom:.75rem}.stat{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-bottom:.5rem}.stat:last-child{margin-bottom:0}.trip-completion-prompt{background:linear-gradient(135deg,#fef3c7,#fbbf24);border:2px solid #f59e0b;border-radius:8px;margin:1rem 1.5rem;padding:1rem;text-align:center}.completion-message{color:#92400e;font-size:14px;font-weight:500;margin:0 0 .75rem}.large-complete-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease;width:100%}.large-complete-btn:hover{box-shadow:0 6px 16px #10b98166;transform:translateY(-1px)}.large-complete-btn:active{transform:translateY(0)}.large-complete-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.trip-ending-soon{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #f87171;border-radius:6px;margin:1rem 1.5rem;padding:.75rem;text-align:center}.ending-message{color:#dc2626;font-size:13px;font-weight:500;margin:0 0 .5rem}.early-complete-btn{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:6px 16px;transition:all .2s ease}.early-complete-btn:hover{box-shadow:0 2px 8px #f59e0b4d;transform:translateY(-1px)}.trip-card-footer{align-items:center;background-color:#fafbfc;border-top:1px solid #f3f4f6;display:flex;gap:.75rem;justify-content:space-between;padding:1rem 1.5rem}.view-trip-btn{align-items:center;background-color:#3b82f6;border-radius:6px;color:#fff;display:inline-flex;flex:1 1;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:10px 16px;text-decoration:none;transition:background-color .2s ease}.view-trip-btn:hover{background-color:#2563eb;color:#fff}.quick-actions{display:flex;gap:.5rem}.quick-complete-btn,.quick-public-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;min-width:36px;padding:8px 10px;transition:all .2s ease}.quick-complete-btn{background:#f0fdf4;border-color:#d1fae5;color:#059669}.quick-complete-btn:hover{background:#dcfce7;border-color:#a7f3d0;transform:scale(1.05)}.quick-public-btn.public{background:#f5f3ff;border-color:#ddd6fe;color:#7c3aed}.quick-public-btn.public:hover{background:#ede9fe;border-color:#c4b5fd;transform:scale(1.05)}.quick-public-btn.private{background:#eff6ff;border-color:#dbeafe;color:#3b82f6}.quick-public-btn.private:hover{background:#dbeafe;border-color:#93c5fd;transform:scale(1.05)}.quick-complete-btn:disabled,.quick-public-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.quick-complete-btn:active,.quick-public-btn:active{transform:scale(.95)}@media (max-width:768px){.trip-card-footer{align-items:stretch;flex-direction:column;gap:.75rem}.quick-actions,.view-trip-btn{justify-content:center}.view-trip-btn{width:100%}.trip-dates{gap:4px;grid-template-columns:1fr}.stat{align-items:flex-start;flex-direction:column;gap:2px}.trip-status-bar{flex-wrap:wrap;gap:.5rem;padding:.5rem}.status-badges{flex:1 1}.status-badge{font-size:11px;padding:3px 8px}}@media (max-width:480px){.trip-status-bar{align-items:flex-start;flex-direction:column;gap:.5rem}.delete-trip-btn{align-self:flex-end}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:1rem;position:relative}.background-animation{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.floating-element{animation:float 20s linear infinite;font-size:2rem;opacity:.1;position:absolute}.floating-element.plane{animation-delay:0s;left:10%;top:10%}.floating-element.luggage{animation-delay:-5s;right:15%;top:20%}.floating-element.map{animation-delay:-10s;bottom:30%;left:20%}.floating-element.camera{animation-delay:-15s;right:25%;top:60%}.floating-element.compass{animation-delay:-8s;bottom:15%;right:10%}.floating-element.mountain{animation-delay:-12s;left:5%;top:40%}@keyframes float{0%{opacity:.1;transform:translateY(0) rotate(0deg)}50%{opacity:.2}to{opacity:.1;transform:translateY(-20px) rotate(1turn)}}.login-content{max-width:500px;position:relative;width:100%;z-index:2}.login-hero{margin-bottom:2rem;text-align:center}.hero-icon{display:inline-block;margin-bottom:2rem;position:relative}.main-icon{animation:bounce 2s infinite;display:block;filter:drop-shadow(0 8px 16px rgba(0,0,0,.3));font-size:4rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.icon-decoration{height:120px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px}.deco-icon{animation:orbit 8s linear infinite;font-size:1.2rem;opacity:.7;position:absolute}.deco-icon:first-child{animation-delay:0s}.deco-icon:nth-child(2){animation-delay:-2.67s}.deco-icon:nth-child(3){animation-delay:-5.33s}@keyframes orbit{0%{transform:rotate(0deg) translateX(60px) rotate(0deg)}to{transform:rotate(1turn) translateX(60px) rotate(-1turn)}}.hero-title{margin-bottom:1rem}.title-main{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;display:block;font-size:3rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 4px 8px #0000004d}.title-subtitle{color:#ffffffe6;display:block;font-size:1.2rem;font-weight:400;text-shadow:0 2px 4px #0000004d}.hero-description{color:#fffc;font-size:1.1rem;margin:0;text-shadow:0 2px 4px #0000004d}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #fff3;padding:2.5rem}.error-message{align-items:center;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #f87171;border-radius:12px;display:flex;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:12px 16px}.error-icon{font-size:1.2rem}.google-login-btn{align-items:center;background:linear-gradient(135deg,#4285f4,#34a853);border:none;border-radius:12px;box-shadow:0 8px 24px #4285f44d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:center;margin-bottom:2rem;overflow:hidden;padding:16px 24px;position:relative;transition:all .3s ease;width:100%}.google-login-btn:hover:not(:disabled){box-shadow:0 12px 32px #4285f466;transform:translateY(-2px)}.google-login-btn:active{transform:translateY(0)}.google-login-btn:disabled{cursor:not-allowed;opacity:.8;transform:none}.login-btn-content{align-items:center;display:flex;gap:12px;position:relative;z-index:2}.google-icon{background:#fff;border-radius:4px;height:24px;padding:2px;width:24px}.btn-shine{background:linear-gradient(90deg,#0000,#fff3,#0000);height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.google-login-btn:hover .btn-shine{left:100%}.loading-content{align-items:center;display:flex;gap:12px}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.login-features{text-align:left}.login-features h3{color:#1f2937;font-size:18px;font-weight:600;margin-bottom:1.5rem;text-align:center}.features-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.feature-item{align-items:flex-start;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:.75rem;padding:1rem;transition:all .3s ease}.feature-item:hover{border-color:#3b82f6;box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.feature-icon{flex-shrink:0;font-size:1.5rem}.feature-text h4{color:#1f2937;font-size:14px;font-weight:600;margin:0 0 .25rem}.feature-text p{color:#6b7280;font-size:12px;line-height:1.4;margin:0}.login-footer{margin-top:2rem;position:relative;text-align:center;z-index:2}.login-footer p{color:#fffc;font-size:1rem;margin:0;text-shadow:0 2px 4px #0000004d}@media (max-width:768px){.login-container{padding:.5rem}.title-main{font-size:2.5rem}.hero-description,.title-subtitle{font-size:1rem}.login-card{padding:2rem}.features-grid{grid-template-columns:1fr}.main-icon{font-size:3rem}.icon-decoration{height:100px;width:100px}.deco-icon{font-size:1rem}@keyframes orbit{0%{transform:rotate(0deg) translateX(50px) rotate(0deg)}to{transform:rotate(1turn) translateX(50px) rotate(-1turn)}}}@media (max-width:480px){.login-card{padding:1.5rem}.title-main{font-size:2rem}.feature-item{padding:.75rem}}.home-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.home-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.home-header h1{color:#1f2937;font-size:28px}.new-trip-btn{border-radius:8px;font-weight:500;padding:12px 24px;text-decoration:none;transition:background-color .2s ease}.trips-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.trips-section h2{border-bottom:2px solid #e5e7eb;color:#374151;font-size:20px;margin-bottom:1.5rem;padding-bottom:.5rem}.no-trips{color:#6b7280;padding:3rem 1rem;text-align:center}.no-trips p{margin-bottom:1rem}.create-first-trip{background-color:#3b82f6;border-radius:8px;color:#fff;display:inline-block;font-weight:500;padding:10px 20px;text-decoration:none;transition:background-color .2s ease}.create-first-trip:hover{background-color:#2563eb}.trips-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}@media (max-width:768px){.trips-layout{gap:2rem;grid-template-columns:1fr}.home-header{align-items:stretch;flex-direction:column;gap:1rem}.home-header h1{text-align:center}}.new-trip-container{margin:0 auto;max-width:600px;padding:2rem 1rem}.new-trip-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.new-trip-card h1{color:#1f2937;font-size:24px;margin-bottom:2rem;text-align:center}.new-trip-form{display:flex;flex-direction:column;gap:1.5rem}.cancel-btn{background-color:#6b7280;border-radius:8px}.cancel-btn:hover{background-color:#4b5563}.submit-btn{background-color:#3b82f6;border-radius:8px}.submit-btn:hover{background-color:#2563eb}.submit-btn:disabled{opacity:.6}.place-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease}.place-card:hover{box-shadow:0 2px 8px #0000001a}.place-card.editing{border-color:#3b82f6}.place-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem}.place-info{flex:1 1}.place-name{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:.25rem}.place-time{color:#6b7280;font-size:14px}.place-actions{display:flex;gap:.5rem}.delete-place-btn,.edit-place-btn{border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;padding:4px 8px;transition:background-color .2s ease}.edit-place-btn{background-color:#3b82f6;color:#fff}.edit-place-btn:hover{background-color:#2563eb}.delete-place-btn{background-color:#ef4444;color:#fff}.delete-place-btn:hover{background-color:#dc2626}.place-rating{align-items:center;display:flex;gap:.5rem;padding:0 1rem}.stars{gap:1px}.star{font-size:14px}.rating-text{color:#6b7280;font-size:12px}.place-note{border-top:1px solid #f3f4f6;padding:1rem}.place-note p{color:#374151;font-size:14px;line-height:1.5}.place-expense{background-color:#f9fafb;border-top:1px solid #f3f4f6;padding:1rem}.expense-total{color:#1f2937;font-weight:600;margin-bottom:.5rem}.expense-breakdown{color:#6b7280;display:flex;flex-wrap:wrap;font-size:12px;gap:.5rem}.place-edit-form{padding:1.5rem}.place-edit-form .form-group{margin-bottom:1rem}.place-edit-form label{color:#374151;display:block;font-size:12px;font-weight:600;margin-bottom:.25rem}.place-edit-form input,.place-edit-form select,.place-edit-form textarea{border:1px solid #d1d5db;border-radius:4px;font-size:13px;padding:6px 8px;width:100%}.expense-section{margin-top:1rem}.expense-section label{margin-bottom:.5rem}.expense-grid{grid-gap:.5rem;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.expense-item{gap:.25rem}.expense-item label{font-size:11px}.expense-item input{font-size:12px;padding:4px 6px}.calendar-scheduler{padding:2rem}.calendar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.calendar-header h2{color:#1f2937;font-size:24px}.edit-notice{background-color:#fef3c7;color:#92400e}.edit-notice,.view-notice{border-radius:6px;font-size:14px;padding:8px 12px}.view-notice{background-color:#dbeafe;color:#1e40af}.calendar-view{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:250px 1fr}.dates-nav{display:flex;flex-direction:column;gap:.5rem}.date-nav-btn{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:1rem;text-align:left;transition:all .2s ease}.date-nav-btn:hover{border-color:#3b82f6}.date-nav-btn.active{background-color:#eff6ff;border-color:#3b82f6}.date-info{display:flex;flex-direction:column;gap:.25rem}.day-name{color:#6b7280;font-size:12px;font-weight:500}.date-number{color:#1f2937;font-size:18px;font-weight:600}.month-year{color:#6b7280;font-size:12px}.places-count{color:#3b82f6;font-size:12px;font-weight:500;margin-top:.5rem}.selected-date-content{background:#f9fafb;border-radius:8px;overflow:hidden}.date-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem}.date-header h3{color:#1f2937;font-size:18px}.places-timeline{padding:1.5rem}.no-places{color:#6b7280;padding:3rem 1rem;text-align:center}.edit-hint{font-size:14px;margin-top:.5rem}.places-list{display:flex;flex-direction:column;gap:1rem}@media (max-width:768px){.calendar-view{grid-template-columns:1fr}.dates-nav{flex-direction:row;overflow-x:auto;padding-bottom:1rem}.date-nav-btn{min-width:120px}}.trip-summary{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.trip-summary h3{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:20px;margin-bottom:1.5rem;padding-bottom:.5rem}.summary-section{margin-bottom:2rem}.summary-section:last-child{margin-bottom:0}.summary-section h4{color:#374151;font-size:16px;font-weight:600;margin-bottom:1rem}.info-grid{display:flex;flex-direction:column;gap:.75rem}.info-item{align-items:center;display:flex;justify-content:space-between}.info-item .label{color:#6b7280;font-size:14px}.info-item .value{color:#1f2937;font-size:14px;font-weight:500}.status.completed{color:#059669}.status.ongoing{color:#3b82f6}.rating-summary{text-align:center}.average-rating{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.rating-number{color:#1f2937;font-size:28px}.stars{display:flex;gap:2px}.star.half{color:#fbbf24;position:relative}.star.half:after{color:#d1d5db;content:"★";left:0;overflow:hidden;position:absolute;width:50%}.rating-details{color:#6b7280;font-size:14px}.no-rating{color:#6b7280;font-style:italic;padding:2rem 0}.cost-summary{display:flex;flex-direction:column;gap:1rem}.total-cost{align-items:center;background-color:#f3f4f6;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.total-label{color:#374151;font-weight:600}.total-amount{color:#1f2937;font-size:18px;font-weight:700}.cost-breakdown{display:flex;flex-direction:column;gap:.75rem}.cost-item{grid-gap:.5rem;display:grid;grid-template-columns:1fr auto}.cost-info,.cost-item{align-items:center;gap:.5rem}.cost-info{display:flex}.cost-color{border-radius:2px;flex-shrink:0;height:12px;width:12px}.cost-category{color:#374151;flex:1 1;font-size:14px}.cost-amount{color:#6b7280;font-size:13px}.cost-bar{background-color:#f3f4f6;border-radius:2px;grid-column:1;height:4px;margin:.25rem 0;overflow:hidden}.cost-fill{height:100%;transition:width .3s ease}.cost-percentage{color:#6b7280;font-size:12px;font-weight:500}.no-cost{color:#6b7280;font-style:italic;padding:2rem 0;text-align:center}.status-info{display:flex;flex-direction:column;gap:.75rem}.status-item{align-items:center;display:flex;justify-content:space-between}.visibility.public{color:#3b82f6}.visibility.private{color:#6b7280}.rating-distribution{display:flex;flex-direction:column;gap:.75rem}.rating-bar{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:40px 1fr 30px}.rating-label{font-size:13px;text-align:right}.rating-bar-container{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;height:16px;overflow:hidden;position:relative}.rating-bar-fill{background:linear-gradient(90deg,#fbbf24,#f59e0b);border-radius:7px;height:100%;overflow:hidden;position:relative;transition:width .3s ease}.rating-bar-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes fillBar{0%{width:0}to{width:var(--target-width)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.rating-count{color:#374151;font-size:13px;font-weight:600;min-width:20px;text-align:center}.rating-distribution-summary{border-top:1px solid #f3f4f6;color:#6b7280;font-size:13px;margin-top:.5rem;padding-top:.5rem;text-align:center}.upcoming-places{display:flex;flex-direction:column;gap:.75rem}.upcoming-place{background-color:#f9fafb;border-left:3px solid #3b82f6;border-radius:8px;padding:.75rem}.upcoming-place .place-name{color:#1f2937;font-weight:500;margin-bottom:.25rem}.upcoming-place .place-time{color:#6b7280;font-size:13px}.no-upcoming{color:#6b7280;font-style:italic;padding:1rem 0;text-align:center}@media (max-width:768px){.trip-summary{padding:1rem}.trip-summary h3{font-size:18px}.summary-section h4{font-size:15px}.total-cost{padding:.75rem}.total-amount{font-size:16px}.rating-number{font-size:24px}.cost-item{gap:.25rem;grid-template-columns:1fr}.cost-percentage{justify-self:end}}@media (max-width:1024px) and (min-width:769px){.trip-summary{max-height:70vh;overflow-y:auto}}.place-form-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.place-form-container{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.place-form-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.place-form-header h2{color:#1f2937;font-size:20px}.close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:background-color .2s ease;width:32px}.close-btn:hover{background-color:#f3f4f6}.place-form{padding:1.5rem}.place-form .form-group{margin-bottom:1rem}.place-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.place-form label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:.5rem}.place-form input,.place-form select,.place-form textarea{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px;width:100%}.place-form textarea{min-height:80px;resize:vertical}.expense-section h3{color:#1f2937;font-size:16px;margin-bottom:1rem}.expense-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.expense-item{display:flex;flex-direction:column}.expense-item label{font-size:13px;margin-bottom:.25rem}.expense-item input{padding:6px 10px}.trip-rating{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-top:1.5rem;padding:1.5rem}.trip-rating h3{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:20px;margin-bottom:1.5rem;padding-bottom:.5rem}.overall-rating{margin-bottom:2rem}.rating-summary{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #0ea5e9;border-radius:8px;display:flex;gap:1.5rem;padding:1rem}.average-rating-large{align-items:center;display:flex;flex-direction:column;gap:.5rem}.rating-number{color:#0369a1;font-size:36px;font-weight:700;line-height:1}.stars-large{display:flex;gap:2px}.star.large{color:#d1d5db;font-size:20px}.star.large.filled{color:#fbbf24}.rating-info{flex:1 1}.rating-info p{color:#374151;font-weight:500;margin:0}.rating-info p:first-child{color:#0369a1;font-size:18px}.rating-info p:last-child{color:#6b7280;font-size:14px}.user-rating-section{background:#f8fafc;border-radius:8px;margin-bottom:2rem;padding:1rem}.user-rating-section h4{color:#374151;font-size:16px;margin-bottom:1rem}.existing-rating{text-align:center}.user-rating-display{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:.75rem}.user-comment{background:#fff;border-radius:6px;color:#6b7280;font-style:italic;margin-bottom:1rem;padding:.75rem}.edit-rating-btn{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.edit-rating-btn:hover{background:#2563eb}.no-rating{text-align:center}.no-rating p{color:#6b7280;margin-bottom:1rem}.rate-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 4px #10b9814d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px;transition:all .2s ease}.rate-btn:hover{box-shadow:0 4px 8px #10b98166;transform:translateY(-1px)}.rating-form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.rating-form{background:#fff;border-radius:12px;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:100%}.rating-form h4{color:#1f2937;font-size:18px}.rating-form h4,.rating-input{margin-bottom:1.5rem;text-align:center}.rating-input label{color:#374151;display:block;font-weight:500;margin-bottom:.75rem}.stars-input{display:flex;gap:4px;justify-content:center;margin-bottom:.5rem}.star{color:#d1d5db;cursor:default;font-size:16px}.star.filled{color:#fbbf24}.star.interactive{cursor:pointer;font-size:24px;transition:color .2s ease,transform .2s ease}.star.interactive:hover{transform:scale(1.1)}.rating-label{color:#6b7280;font-size:14px;font-weight:500}.comment-input{margin-bottom:1.5rem}.comment-input label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.comment-input textarea{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;padding:10px 12px;resize:vertical;width:100%}.comment-input textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.char-count{margin-top:.25rem;text-align:right}.cancel-btn,.submit-btn{border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:background-color .2s ease}.submit-btn{background:#3b82f6}.submit-btn:hover{background:#2563eb}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed}.all-ratings{margin-top:2rem}.all-ratings h4{color:#374151;font-size:16px;margin-bottom:1rem}.ratings-list{display:flex;flex-direction:column;gap:1rem}.rating-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:1rem}.rating-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.rating-date{color:#9ca3af;font-size:12px}.rating-comment{color:#374151;font-size:14px;line-height:1.5;margin:0}.more-ratings{background:#f3f4f6;border-radius:6px;color:#6b7280;font-size:14px;margin:0;padding:1rem;text-align:center}@media (max-width:768px){.trip-rating{margin-top:1rem;padding:1rem}.rating-summary{flex-direction:column;gap:1rem;text-align:center}.rating-number{font-size:28px}.rating-form{margin:.5rem;padding:1.5rem}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.comment-reactions{gap:.75rem;margin-top:.75rem}.comment-reactions,.like-btn{align-items:center;display:flex}.like-btn{background:none;border:1px solid #e2e8f0;border-radius:20px;cursor:pointer;font-size:14px;gap:.25rem;padding:6px 12px;transition:all .2s ease}.like-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:scale(1.05)}.like-btn.liked{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#f87171;color:#dc2626}.like-btn.liked:hover{background:linear-gradient(135deg,#fecaca,#fca5a5)}.like-icon{font-size:16px;transition:transform .2s ease}.like-btn:hover .like-icon{transform:scale(1.1)}.like-btn.liked .like-icon{animation:heartbeat .6s ease-in-out}@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.like-count{color:#6b7280;font-weight:500}.like-btn.liked .like-count{color:#dc2626;font-weight:600}.likes-preview{align-items:center;display:flex;gap:.5rem}.likes-text{color:#9ca3af;font-size:12px;font-weight:500}.like-btn.liked .likes-text{color:#b91c1c}.trip-comments{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-top:2rem;overflow:hidden}.comments-header{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-bottom:1px solid #e0f2fe;padding:1.5rem}.comments-header h3{color:#0369a1;font-size:20px;font-weight:600;margin:0 0 .5rem}.comments-header p{color:#0284c7;font-size:14px;margin:0}.comment-input-section{border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;padding:1.5rem}.user-avatar{flex-shrink:0}.user-avatar img{border:2px solid #e2e8f0;border-radius:50%;height:40px;object-fit:cover;width:40px}.comment-form{flex:1 1}.comment-textarea{border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:14px;min-height:80px;padding:12px 16px;resize:vertical;transition:border-color .2s ease;width:100%}.comment-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.comment-form-footer{align-items:center;display:flex;justify-content:space-between;margin-top:.75rem}.char-count{color:#6b7280;font-size:12px}.submit-comment-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 2px 4px #3b82f64d;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:6px;padding:10px 20px;transition:all .2s ease}.submit-comment-btn:hover:not(:disabled){box-shadow:0 4px 8px #3b82f666;transform:translateY(-1px)}.submit-comment-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.comments-list{max-height:600px;overflow-y:auto}.comments-loading{padding:2rem}.comments-loading,.no-comments{color:#6b7280;text-align:center}.no-comments{padding:3rem 2rem}.no-comments-icon{font-size:48px;margin-bottom:1rem;opacity:.5}.no-comments p{margin:.25rem 0}.no-comments p:first-of-type{color:#374151;font-weight:500}.comment-item{border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;padding:1.5rem;transition:background-color .2s ease}.comment-item:hover{background-color:#fafbfc}.comment-item:last-child{border-bottom:none}.comment-avatar{flex-shrink:0}.comment-avatar img{border:2px solid #e2e8f0;border-radius:50%;height:36px;object-fit:cover;width:36px}.comment-content{flex:1 1;min-width:0}.comment-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.comment-author{color:#374151;font-size:14px;font-weight:600}.comment-time{color:#9ca3af;font-size:12px}.comment-actions{display:flex;gap:.5rem;margin-left:auto}.delete-comment-btn,.edit-comment-btn{background:none;border:none;border-radius:4px;cursor:pointer;font-size:12px;padding:4px 6px;transition:background-color .2s ease}.edit-comment-btn:hover{background-color:#eff6ff}.delete-comment-btn:hover{background-color:#fef2f2}.comment-text{word-wrap:break-word;color:#374151;font-size:14px;line-height:1.6}.edited-indicator{color:#9ca3af;font-size:12px;font-style:italic}.edit-comment-form{margin-top:.5rem}.edit-textarea{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;min-height:60px;padding:8px 12px;resize:vertical;width:100%}.edit-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.edit-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.cancel-edit-btn{background:#6b7280;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:background-color .2s ease}.cancel-edit-btn:hover{background:#4b5563}.save-edit-btn{background:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:background-color .2s ease}.save-edit-btn:hover{background:#2563eb}.comments-list::-webkit-scrollbar{width:6px}.comments-list::-webkit-scrollbar-track{background:#f1f5f9}.comments-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.comments-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.trip-comments{margin-top:1rem}.comments-header{padding:1rem}.comment-input-section{flex-direction:column;gap:.75rem;padding:1rem}.comment-form-footer{align-items:stretch;flex-direction:column;gap:.75rem}.submit-comment-btn{justify-content:center;width:100%}.comment-item{padding:1rem}.comment-header{flex-wrap:wrap}.comment-actions{margin-left:0;margin-top:.25rem}.comment-avatar img,.user-avatar img{height:32px;width:32px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.comment-item{animation:fadeIn .3s ease-in-out}.comment-item.new-comment{background:linear-gradient(135deg,#f0fdf4,#fff);border-left:4px solid #10b981}.comment-item.own-comment{background:linear-gradient(135deg,#eff6ff,#fff);border-left:4px solid #3b82f6}.comment-textarea:hover,.edit-textarea:hover{border-color:#94a3b8}.trip-detail-container{margin:0 auto;max-width:1400px;padding:2rem 1rem}.trip-header{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.trip-header-content h1{color:#1f2937;font-size:28px;margin-bottom:.5rem}.trip-location{color:#6b7280;font-size:16px;margin-bottom:.5rem}.trip-dates{color:#6b7280;font-size:14px}.trip-actions{align-items:center;display:flex;gap:1rem}.add-place-btn,.edit-btn,.public-btn{border:none;border-radius:8px;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s ease}.edit-btn{background-color:#6b7280;color:#fff}.edit-btn:hover{background-color:#4b5563}.add-place-btn{background-color:#10b981;color:#fff}.add-place-btn:hover{background-color:#059669}.public-btn{background-color:#3b82f6;color:#fff}.public-btn:hover{background-color:#2563eb}.trip-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px}.trip-main{overflow:hidden}.trip-main,.trip-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.trip-sidebar{height:-webkit-fit-content;height:fit-content;padding:1.5rem}@media (max-width:1024px){.trip-content{grid-template-columns:1fr}.trip-header{align-items:stretch;flex-direction:column;gap:1.5rem}.trip-actions{justify-content:center}}.public-trips-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.public-trips-header{margin-bottom:3rem;text-align:center}.public-trips-header h1{color:#1f2937;font-size:32px;margin-bottom:.5rem}.public-trips-header p{color:#6b7280;font-size:16px}.filters{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr auto;margin-bottom:2rem}.filter-group{align-items:center;display:flex}.country-filter,.search-input{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 12px;width:100%}.search-input{max-width:400px}.country-filter{min-width:150px}.trips-stats{color:#6b7280;font-size:14px;margin-bottom:1.5rem}.public-trips-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.public-trip-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.public-trip-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.public-trip-card .trip-card-header{border-bottom:1px solid #e5e7eb;padding:1.5rem}.public-trip-card .trip-title{color:#1f2937;font-size:18px;font-weight:600;margin-bottom:.5rem}.public-trip-card .trip-location{align-items:center;color:#6b7280;display:flex;gap:.5rem}.separator{color:#d1d5db}.trip-card-content{padding:1.5rem}.trip-dates{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.date-item{display:flex;flex-direction:column;gap:.25rem}.date-label{color:#6b7280;font-size:12px;font-weight:500;text-transform:uppercase}.date-value{color:#374151;font-size:14px;font-weight:500}.trip-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{color:#6b7280;font-size:12px;font-weight:500;text-transform:uppercase}.stat-value{color:#374151;font-size:14px;font-weight:600}.stat-value.status.completed{color:#059669}.stat-value.status.ongoing{color:#3b82f6}.trip-meta{border-top:1px solid #f3f4f6;padding-top:1rem}.created-date{color:#9ca3af;font-size:12px}.view-details-btn{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:10px;text-align:center;text-decoration:none;transition:background-color .2s ease;width:100%}.view-details-btn:hover{background-color:#2563eb;color:#fff}.creator-rating{color:#f59e0b;font-weight:700}.trip-user-rating{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:3px solid #0ea5e9;border-radius:6px;margin:1rem 0;padding:.75rem}.user-rating-label{color:#0369a1;font-size:13px;font-weight:500;margin-right:.5rem}.user-rating-value{color:#0c4a6e;font-weight:600}@media (max-width:768px){.filters,.public-trips-grid,.trip-dates,.trip-stats{grid-template-columns:1fr}}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-container{align-items:center;display:flex;height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.navbar-brand{color:#3b82f6;font-size:20px;font-weight:700;text-decoration:none}.navbar-menu{align-items:center;display:flex;gap:1.5rem}.navbar-item{color:#6b7280;font-weight:500;text-decoration:none;transition:color .2s ease}.navbar-item:hover{color:#3b82f6}.navbar-button{border-radius:8px;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .2s ease}.new-trip-btn{background-color:#3b82f6;color:#fff}.new-trip-btn:hover{background-color:#2563eb}.user-menu{align-items:center;display:flex;gap:.75rem}.user-avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.user-name{color:#374151;font-size:14px;font-weight:500}.logout-btn{background:none;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-size:13px;padding:6px 12px;transition:all .2s ease}.logout-btn:hover{background-color:#f3f4f6;border-color:#9ca3af}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh}.loading-container{align-items:center;background-color:#f8fafc;display:flex;height:100vh;justify-content:center}.loading-spinner{color:#666;font-size:18px}.loading{color:#666;font-size:16px;padding:2rem;text-align:center}.error-message{background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:1rem;padding:12px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;text-decoration:none;transition:all .2s ease}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover{background-color:#4b5563}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-success{background-color:#10b981;color:#fff}.btn-success:hover{background-color:#059669}.btn:disabled{cursor:not-allowed;opacity:.6}.form-group{margin-bottom:1rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 12px;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.card-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.card-content,.card-header{padding:1.5rem}.card-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:1rem 1.5rem}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.form-row,.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}}.badge{align-items:center;border-radius:12px;display:inline-flex;font-size:12px;font-weight:500;padding:4px 8px}.badge-success{background-color:#dcfce7;color:#166534}.badge-warning{background-color:#fef3c7;color:#92400e}.badge-info{background-color:#dbeafe;color:#1e40af}.badge-secondary{background-color:#f3f4f6;color:#374151}@media (max-width:1024px){.container{padding:0 1rem}}@media (max-width:640px){.container{padding:0 .5rem}.btn{font-size:13px;padding:8px 16px}}.alert-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:1rem;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:10000}.alert-overlay.show{opacity:1;visibility:visible}.alert-box{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #fff3;max-width:400px;opacity:0;padding:2rem;text-align:center;transform:scale(.8) translateY(20px);transition:all .3s cubic-bezier(.34,1.56,.64,1);width:100%}.alert-box.show{opacity:1;transform:scale(1) translateY(0)}.alert-box.danger{background:linear-gradient(135deg,#fefefe,#fef2f2);border:2px solid #fee2e2}.alert-icon{animation:bounceIn .6s ease;font-size:64px;line-height:1;margin-bottom:1rem}.alert-icon.success{color:#10b981;filter:drop-shadow(0 4px 8px rgba(16,185,129,.3))}.alert-icon.error{color:#ef4444;filter:drop-shadow(0 4px 8px rgba(239,68,68,.3))}.alert-icon.warning{animation:shake .8s ease-in-out;color:#f59e0b;filter:drop-shadow(0 4px 8px rgba(245,158,11,.3))}.alert-icon.info{color:#3b82f6;filter:drop-shadow(0 4px 8px rgba(59,130,246,.3))}.alert-icon.question{color:#8b5cf6;filter:drop-shadow(0 4px 8px rgba(139,92,246,.3))}.alert-title{color:#1f2937;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 1rem}.alert-text{color:#6b7280;font-size:16px;line-height:1.5;margin:0 0 2rem}.alert-buttons{display:flex;gap:1rem;justify-content:center}.alert-btn{border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:100px;overflow:hidden;padding:12px 24px;position:relative;transition:all .2s ease}.alert-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.alert-btn:hover:before{left:100%}.alert-btn:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.alert-btn:active{transform:translateY(0)}.cancel-btn{background:#6b7280}.cancel-btn:hover{background:#4b5563}.confirm-btn{background:#3b82f6}.confirm-btn:hover{filter:brightness(1.1)}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-8px)}20%,40%,60%,80%{transform:translateX(8px)}}.alert-icon.success{animation:successPulse .8s ease}@keyframes successPulse{0%{opacity:0;transform:scale(0)}50%{opacity:.8;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.alert-icon.error{animation:errorShake .6s ease}@keyframes errorShake{0%,to{transform:rotate(0deg)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.alert-loading{animation:spin 1s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;margin-right:8px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.alert-box{margin:1rem;max-width:none;padding:1.5rem}.alert-icon{font-size:48px}.alert-title{font-size:20px}.alert-text{font-size:14px}.alert-buttons{flex-direction:column}.alert-btn{padding:14px 24px;width:100%}}@media (prefers-color-scheme:dark){.alert-box{background:#1f2937;border:1px solid #374151;color:#fff}.alert-title{color:#fff}.alert-text{color:#d1d5db}.alert-box.danger{background:linear-gradient(135deg,#1f2937,#2d1b1b);border-color:#7f1d1d}}.alert-box{position:relative}.alert-box:before{background:linear-gradient(45deg,#3b82f6,#8b5cf6,#ec4899,#f59e0b);border-radius:18px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.alert-box.danger:before{background:linear-gradient(45deg,#ef4444,#dc2626,#b91c1c);opacity:.3}
/*# sourceMappingURL=main.d2a724f8.css.map*/