body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home{animation:fadeInUp .6s ease-out;text-align:center}.hero{animation:fadeIn .8s ease-out;margin-bottom:3rem}.hero h1{color:#fff;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400;letter-spacing:.05em;margin-bottom:.5rem}.hero h1:before{content:"✨ "}.hero h1:after{content:" ✨"}.hero p{color:#ffffffb3;font-size:1rem;font-style:italic}.card-image-display{animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;height:380px;margin:2rem auto;padding:1.5rem;width:280px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-image-placeholder{align-items:center;background:linear-gradient(135deg,#4a2c6d,#2d1b4e);border-radius:15px;display:flex;font-size:6rem;height:100%;justify-content:center;opacity:.5;width:100%}.reading-section{animation:slideUp .7s ease-out .2s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#4a2c6d4d;border:1px solid #ffffff1a;border-radius:24px;margin-bottom:2rem;padding:2.5rem 2rem}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reading-section h2{color:#fff;font-size:1.5rem;font-weight:400;margin-bottom:1rem}.reading-section p{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.quiz-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.quiz-option-card{background:#2d1b4e99;border:1px solid #ffffff1a;border-radius:16px;cursor:pointer;padding:1.5rem 1rem;transition:all .3s}.quiz-option-card:hover{background:#4a2c6d99;border-color:#baa4d966;transform:translateY(-3px)}.quiz-option-card h3{color:#fff;font-size:1.3rem;font-weight:400;margin-bottom:.3rem}.quiz-option-card p{color:#fff9;font-size:.85rem}.start-btn{background:linear-gradient(135deg,#baa4d9,#8b6fb5);border:none;border-radius:50px;box-shadow:0 8px 20px #baa4d94d;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:500;margin-top:1.5rem;padding:1rem 2rem;transition:all .3s;width:100%}.start-btn:hover{box-shadow:0 12px 28px #baa4d966;transform:translateY(-2px)}.start-btn:after{content:" ✨"}.info-note{animation:fadeIn 1s ease-out .5s both;color:#ffffff80;font-size:.85rem;font-style:italic;margin-top:2rem;text-align:center}@media (max-width:768px){.hero h1{font-size:2rem}.card-image-display{height:320px;width:220px}.reading-section{padding:2rem 1.5rem}.quiz-options{grid-template-columns:1fr}}.quiz{animation:fadeIn .6s ease-out}.quiz-header{margin-bottom:2rem}.progress-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-percentage,.question-number{color:#ffffffe6;font-size:.9rem;font-weight:500}.progress-bar{background:#2d1b4e99;border-radius:10px;height:8px;overflow:hidden;position:relative}.progress-fill{background:linear-gradient(90deg,#baa4d9,#8b6fb5);box-shadow:0 0 10px #baa4d980;height:100%;transition:width .3s ease}.card-display{animation:slideDown .5s ease-out;margin-bottom:2rem}.card-placeholder{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#4a2c6d66;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 60px #0000004d;color:#fff;display:flex;flex-direction:column;height:400px;justify-content:center;margin:0 auto;overflow:hidden;position:relative;width:260px}.card-image{background:#f5f5f5;border-radius:20px;height:100%;object-fit:contain;width:100%}.card-fallback{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.card-placeholder:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes shimmer{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.card-badge{background:#baa4d9e6;border-radius:20px;font-size:.8rem;font-weight:500;left:1rem;padding:.3rem .8rem;position:absolute;top:1rem;z-index:1}.card-number{font-size:3rem;font-weight:700;margin-bottom:1rem;opacity:.3}.card-name{font-size:1rem;opacity:.8;padding:0 1rem;text-align:center}.question-section{animation:fadeInUp .6s ease-out .3s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#4a2c6d4d;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:2rem;padding:2rem}.question-section h2{color:#fff;font-size:1.3rem;font-weight:400;margin-bottom:1.5rem;text-align:center}.choices{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.choice-btn{background:#2d1b4e99;border:1px solid #fff3;border-radius:12px;color:#ffffffe6;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;text-align:left;transition:all .3s}.choice-btn:hover{background:#4a2c6d99;border-color:#baa4d980;transform:translateX(5px)}.choice-btn.selected{background:linear-gradient(135deg,#baa4d9,#8b6fb5);border-color:#0000;box-shadow:0 4px 15px #baa4d966;color:#fff}.answer-input{background:#2d1b4e99;border:2px solid #fff3;border-radius:12px;color:#fff;font-size:1rem;margin-bottom:1rem;padding:1rem;transition:all .3s;width:100%}.answer-input:focus{background:#4a2c6d99;border-color:#baa4d9;box-shadow:0 0 20px #baa4d94d;outline:none}.answer-input::placeholder{color:#ffffff80}.submit-btn{background:linear-gradient(135deg,#baa4d9,#8b6fb5);border:none;border-radius:50px;box-shadow:0 8px 20px #baa4d94d;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;padding:1rem;transition:all .3s;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 12px 28px #baa4d966;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.5}.give-up-btn{background:none;border:none;color:#ffffff80;cursor:pointer;font-size:.9rem;text-decoration:underline;transition:color .3s}.give-up-btn:hover,.loading{color:#fffc}.loading{font-size:1.2rem;padding:3rem;text-align:center}@media (max-width:768px){.card-placeholder{height:310px;width:200px}.card-number{font-size:3rem}.card-name{font-size:1rem}.question-section{padding:1.5rem}.question-section h2{font-size:1.1rem}.choices{gap:.5rem}.choice-btn{font-size:.95rem;padding:.65rem 1rem}}.result{animation:fadeIn .6s ease-out;text-align:center}.result-header{animation:slideDown .6s ease-out;margin-bottom:3rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.result-icon{align-items:center;background:linear-gradient(135deg,#baa4d9,#8b6fb5);border-radius:50%;box-shadow:0 10px 30px #baa4d94d;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.result-header h1{color:#fff;font-size:2rem;font-weight:400;margin-bottom:.5rem}.result-header p{color:#ffffffb3;font-size:1rem}.accuracy-section{animation:scaleIn .6s ease-out .2s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#4a2c6d4d;border:1px solid #ffffff1a;border-radius:24px;margin-bottom:2rem;padding:2rem}.accuracy-label{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.accuracy-icon{font-size:1.2rem}.accuracy-label h3{color:#ffffffe6;font-size:1.1rem;font-weight:400}.accuracy-bar{background:#2d1b4e99;border-radius:20px;height:40px;margin-bottom:1rem;overflow:hidden;position:relative}.accuracy-fill{align-items:center;background:linear-gradient(90deg,#baa4d9,#8b6fb5);box-shadow:0 0 20px #baa4d966;display:flex;font-size:1.1rem;font-weight:600;height:100%;justify-content:flex-end;padding-right:1rem;transition:width 1s ease-out}.perfect-score{animation:pulse 2s ease-in-out infinite;background:#8b6fb533;border:1px solid #baa4d94d;border-radius:20px;margin-bottom:2rem;padding:2rem;text-align:center}@keyframes pulse{0%,to{box-shadow:0 0 20px #baa4d94d}50%{box-shadow:0 0 30px #baa4d980}}.celebration{animation:bounce 1s ease-in-out;font-size:4rem;margin-bottom:1rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.perfect-score h2{color:#baa4d9;font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.perfect-score p{color:#ffffffb3}.loading-wrong-cards{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#4a2c6d4d;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:3rem 2rem;text-align:center}.loading-spinner{animation:spin 2s linear infinite;font-size:3rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-wrong-cards p{color:#fffc;font-size:1.1rem}.explorer-message,.wrong-cards-slider-section{animation:fadeInUp .7s ease-out .4s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#4a2c6d4d;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:2rem;padding:2rem}.wrong-cards-slider-section h2{color:#fff;font-size:1.3rem;font-weight:400;margin-bottom:.5rem;text-align:center}.slider-subtitle{color:#ffffffb3;font-size:.95rem;margin-bottom:2rem;text-align:center}.slider-container{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem;min-height:600px;position:relative}.slider-content{align-items:center;background:#2d1b4e80;border-radius:20px;display:flex;flex:1 1;flex-direction:column;gap:1.2rem;padding:1.5rem}.slider-card{border-radius:15px;box-shadow:0 10px 40px #0000004d;height:400px;max-width:260px;overflow:hidden;position:relative;width:100%}.slider-card-image{background:#f5f5f5;height:100%;object-fit:contain;width:100%}.slider-card-placeholder{align-items:center;background:linear-gradient(135deg,#4a2c6d,#2d1b4e);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.placeholder-number{color:#ffffff4d;font-size:4rem;font-weight:700}.slider-info{text-align:center;width:100%}.slider-card-number{color:#fff9;font-size:.9rem;margin-bottom:.5rem}.slider-card-name{color:#fff;font-size:1.5rem;font-weight:400;margin-bottom:1rem}.slider-keyword{background:#baa4d933;border-radius:12px;display:inline-block;padding:1rem}.slider-btn{align-items:center;background:#baa4d94d;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:2rem;height:50px;justify-content:center;transition:all .3s;width:50px}.slider-btn:hover{background:#baa4d980;transform:scale(1.1)}.slider-dots{display:flex;gap:.5rem;justify-content:center}.dot{background:#ffffff4d;border-radius:50%;cursor:pointer;height:10px;transition:all .3s;width:10px}.dot.active{background:#baa4d9;border-radius:5px;width:30px}.dot:hover{background:#ffffff80}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.explorer-message h2{align-items:center;color:#fff;display:flex;font-size:1.3rem;font-weight:400;gap:.5rem;justify-content:center;margin-bottom:1rem}.explorer-message p{color:#ffffffb3;font-size:.95rem;line-height:1.6}.wrong-cards-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.wrong-card-item{align-items:center;background:#2d1b4e66;border:1px solid #ffffff1a;border-left:3px solid #baa4d9;border-radius:12px;display:flex;gap:1rem;justify-content:space-between;padding:1rem;transition:all .3s}.wrong-card-item:hover{background:#4a2c6d66;transform:translateX(5px)}.card-info-text{flex:1 1;text-align:left}.card-name-text{color:#ffffffe6;font-size:.95rem;margin-bottom:.5rem}.card-mini{align-items:center;background:linear-gradient(135deg,#4a2c6d,#2d1b4e);border:1px solid #ffffff1a;border-radius:8px;color:#fff;display:flex;flex-direction:column;flex-shrink:0;height:90px;justify-content:center;width:60px}.card-mini-number{font-size:1.2rem;font-weight:500;opacity:.8}.card-keyword{flex:1 1;text-align:left}.keyword-label{color:#ffffff80;font-size:.85rem;margin-right:.5rem}.keyword-value{color:#baa4d9;font-size:1.1rem;font-weight:500}.action-buttons{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:2rem}.btn-secondary{align-items:center;background:#2d1b4e99;border:1px solid #fff3;border-radius:50px;color:#ffffffe6;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s}.btn-secondary:hover{background:#4a2c6d99;border-color:#baa4d966;transform:translateY(-2px)}.btn-primary{align-items:center;background:linear-gradient(135deg,#baa4d9,#8b6fb5);border:none;border-radius:50px;box-shadow:0 8px 20px #baa4d94d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s}.btn-primary:hover{box-shadow:0 12px 28px #baa4d966;transform:translateY(-2px)}@media (max-width:768px){.result{padding:1rem}.wrong-card-item{flex-direction:row}.card-keyword{text-align:left}.action-buttons{grid-template-columns:1fr}.result-header h1{font-size:1.7rem}.slider-container{align-items:center;flex-direction:row;gap:.5rem;min-height:auto}.slider-btn{background:#baa4d966;font-size:1.8rem;height:45px;width:45px}.slider-btn:active{transform:scale(.95)}.slider-content{gap:1rem;padding:1rem}.slider-card{height:280px;max-width:180px}.slider-card-name{font-size:1.1rem}.slider-keyword{padding:.8rem}.keyword-value{font-size:1rem}.wrong-cards-slider-section{padding:1.5rem}.wrong-cards-slider-section h2{font-size:1.1rem}}.card-library{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin:0 auto;max-width:900px;padding:2rem}.cards-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.card-list-item{background:#f8f9fa;border:2px solid #0000;border-radius:15px;display:flex;gap:1.5rem;padding:1rem;transition:all .3s}.card-list-item:hover{border-color:#667eea4d;box-shadow:0 8px 25px #0000001a;transform:translateY(-3px)}.card-image-container{border-radius:10px;box-shadow:0 4px 15px #0003;flex-shrink:0;height:180px;overflow:hidden;position:relative;width:120px}.card-list-image{height:100%;object-fit:cover;width:100%}.card-list-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.placeholder-id{color:#ffffff80;font-size:2rem;font-weight:700}.card-details{display:flex;flex:1 1;flex-direction:column;gap:.5rem;justify-content:center}.card-suit-label{color:#999;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}.card-detail-name{font-size:1.4rem;margin:0}.card-number-small{color:#999;font-size:1rem;font-weight:400}.card-detail-keyword-major{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:1.8rem;font-weight:700;margin-top:.5rem}.card-detail-keyword{color:#667eea;font-size:1.2rem;font-weight:500}@media (max-width:768px){.card-library{padding:1rem}.card-list-item{align-items:center;flex-direction:column;text-align:center}.card-image-container{height:225px;width:150px}.card-detail-name{font-size:1.2rem}.card-detail-keyword-major{font-size:1.5rem}.card-detail-keyword{font-size:1.1rem}.filter-buttons{gap:.3rem}.filter-btn{font-size:.8rem;padding:.4rem .8rem}}.library-header{margin-bottom:2rem;text-align:center}.library-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:2rem;margin-bottom:.5rem}.library-header p{color:#666}.filter-buttons{border-bottom:2px solid #f0f0f0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem;padding-bottom:1.5rem}.filter-btn{background:#fff;border:2px solid #e0e0e0;border-radius:20px;color:#666;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.filter-btn:hover{border-color:#667eea;color:#667eea}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff}.cards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));margin-bottom:2rem}.card-item{background:#f8f9fa;border-radius:15px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .3s}.card-item:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.card-visual{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:220px;justify-content:center;position:relative}.card-number-badge{background:#fff3;border-radius:15px;color:#fff;font-size:.8rem;font-weight:700;left:10px;padding:.25rem .75rem;position:absolute;top:10px}.card-placeholder-img{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.card-id-large{color:#ffffff4d;font-size:4rem;font-weight:700}.card-info{background:#fff;padding:1rem}.card-title{color:#333;font-size:1rem;margin-bottom:.75rem;min-height:2.5rem}.card-keyword-box,.card-title{align-items:center;display:flex}.card-keyword-box{background:#f0f0f0;border-radius:8px;gap:.5rem;padding:.5rem}.keyword-icon{font-size:1rem}.keyword-text{color:#667eea;flex:1 1;font-size:.9rem;font-weight:700}.library-footer{border-top:2px solid #f0f0f0;color:#999;padding-top:1.5rem;text-align:center}@media (max-width:768px){.card-library{padding:1rem}.cards-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.card-visual{height:180px}.card-id-large{font-size:3rem}.filter-buttons{gap:.3rem}.filter-btn{font-size:.8rem;padding:.4rem .8rem}}.card-detail-page{align-items:center;animation:fadeIn .3s ease-out;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.card-detail-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}.card-detail-container{animation:scaleIn .3s ease-out;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;cursor:default;max-height:90vh;max-width:500px;overflow-y:auto;position:relative;width:100%}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.close-btn{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s;width:40px;z-index:10}.close-btn:hover{background:#000000b3;transform:rotate(90deg)}.card-detail-content{padding:2rem;text-align:center}.card-detail-image-container{border-radius:16px;box-shadow:0 10px 40px #0003;height:420px;margin:0 auto 2rem;max-width:280px;overflow:hidden;position:relative;width:100%}.card-detail-image{background:#f5f5f5;height:100%;object-fit:contain;width:100%}.card-detail-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.placeholder-text{color:#ffffff80;font-size:4rem;font-weight:700}.card-detail-info{margin-bottom:2rem}.card-detail-suit{color:#999;font-size:.9rem;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.card-detail-name{color:#333;font-size:2rem;font-weight:500;margin-bottom:1rem}.card-detail-keyword{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.card-detail-id{color:#999;font-size:.9rem}.card-detail-actions{padding:0 2rem 2rem}.share-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 6px 20px #667eea4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.2rem;transition:all .3s;width:100%}.share-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.card-detail-error{color:#fff;padding:3rem;text-align:center}.card-detail-error h2{font-size:1.5rem;margin-bottom:1.5rem}.card-detail-error button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;padding:1rem 2rem;transition:all .3s}.card-detail-error button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.card-detail-container{border-radius:20px 20px 0 0;max-height:95vh;max-width:100%}.card-detail-content{padding:1.5rem}.card-detail-image-container{height:340px;max-width:220px}.card-detail-keyword,.card-detail-name{font-size:1.5rem}.card-detail-actions{padding:0 1.5rem 1.5rem}.share-btn{font-size:1rem;padding:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(180deg,#2d1b4e,#1a0f2e);color:#fff;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2d1b4ee6;border-bottom:1px solid #ffffff1a;justify-content:space-between;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.logo{align-items:center;display:flex}.logo{color:#fff;font-size:1.3rem;font-weight:600;gap:.3rem;text-decoration:none}.logo:after,.logo:before{content:"✨";font-size:1.2rem}.nav-link{border-radius:20px;color:#fffc;font-size:.9rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s}.nav-link:hover{background:#ffffff1a;color:#fff}.main-content{animation:fadeIn .5s ease-in;flex:1 1;margin:0 auto;max-width:600px;padding:2rem 1rem;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.main-content{padding:1.5rem 1rem}.header{padding:.75rem 1rem}.logo{font-size:1.1rem}}
/*# sourceMappingURL=main.9cdc3763.css.map*/