.fortune-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.fortune-modal{background:var(--card);border:1px solid var(--border);border-radius:4px;width:100%;max-width:400px;min-height:500px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;animation:fortuneSlideUp .2s ease-out}@keyframes fortuneSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fortune-header{justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border);background:var(--background-secondary)}.fortune-header,.fortune-title{display:flex;align-items:center}.fortune-title{gap:.5rem;font-size:1rem;font-weight:600;color:var(--text)}.fortune-title i{color:var(--orange)}.fortune-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;border-radius:4px;transition:all .15s}.fortune-close:hover{background:var(--background);color:var(--text)}.fortune-content{padding:1rem;overflow-y:auto;flex:1}.fortune-subtitle{text-align:center;font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}.zodiac-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.zodiac-btn{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.75rem .5rem;background:var(--background-secondary);border:1px solid var(--border);border-radius:4px;cursor:pointer;transition:all .15s}.zodiac-btn:hover{background:var(--background);border-color:var(--orange)}.zodiac-btn:disabled{opacity:.5;cursor:not-allowed}.zodiac-btn.viewed{background:rgba(249,115,22,.1);border-color:var(--orange)}.zodiac-icon{font-size:1.5rem;line-height:1}.zodiac-name{font-size:.75rem;font-weight:500;color:var(--text)}.zodiac-check{position:absolute;top:4px;right:4px;width:14px;height:14px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center}.zodiac-check i{font-size:8px;color:#fff}.fortune-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;color:var(--text-secondary);font-size:.875rem}.fortune-error{text-align:center;color:var(--red);font-size:.875rem;padding:.5rem}.fortune-result{padding:1.5rem 1rem;text-align:center}.fortune-message{font-size:1.125rem;font-weight:500;color:var(--text);line-height:1.6;word-break:keep-all}.fortune-back-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;margin-top:1rem;background:var(--background-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.fortune-back-btn:hover{background:var(--background);color:var(--text);border-color:var(--text-secondary)}@media (max-width:480px){.fortune-modal{max-height:90vh}.zodiac-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.zodiac-btn{padding:.625rem .375rem}.zodiac-icon{font-size:1.25rem}.zodiac-name{font-size:.6875rem}.fortune-message{font-size:1rem}}.fortune-info{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;margin-bottom:1rem;background:var(--background-secondary);border:1px solid var(--border);border-radius:4px;font-size:.8125rem;color:var(--text-secondary)}.fortune-remaining{color:var(--orange);font-weight:600}.zodiac-btn.disabled{opacity:.4;cursor:not-allowed}.fortune-history{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.fortune-history-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.fortune-history-title i{color:var(--text-secondary)}.fortune-history-list{display:flex;flex-direction:column;gap:.5rem}.fortune-history-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:var(--background-secondary);border:1px solid var(--border);border-radius:4px}.history-zodiac{font-size:.75rem;font-weight:600;color:var(--text-secondary)}.history-message{font-size:.8125rem;color:var(--text);line-height:1.5;word-break:keep-all}.fortune-history-loading{display:flex;justify-content:center;padding:1rem}.fortune-history-end{text-align:center;font-size:.75rem;color:var(--text-muted);padding:.75rem}.fortune-initial-loading{flex-direction:column;gap:1rem;min-height:calc(85vh - 60px);color:var(--text-secondary);font-size:.875rem}.fortune-initial-loading,.lotto-overlay{display:flex;align-items:center;justify-content:center}.lotto-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:100;padding:1rem}.lotto-modal{background:var(--card);border:1px solid var(--border);border-radius:4px;width:100%;max-width:420px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;animation:lottoSlideUp .2s ease-out}@keyframes lottoSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lotto-header{justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border);background:var(--background-secondary)}.lotto-header,.lotto-title{display:flex;align-items:center}.lotto-title{gap:.5rem;font-size:1rem;font-weight:600;color:var(--text)}.lotto-title i{color:var(--orange)}.lotto-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;border-radius:4px;transition:all .15s}.lotto-close:hover{background:var(--background);color:var(--text)}.lotto-content{padding:1rem;overflow-y:auto;flex:1}.lotto-initial-loading{flex-direction:column;gap:1rem;min-height:calc(85vh - 60px);color:var(--text-secondary)}.lotto-initial-loading,.lotto-link-btn{display:flex;align-items:center;justify-content:center;font-size:.875rem}.lotto-link-btn{gap:.5rem;width:100%;padding:.75rem;background:var(--background-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text);font-weight:500;text-decoration:none;transition:all .15s;margin-bottom:1rem}.lotto-link-btn:hover{background:var(--background);border-color:var(--orange);color:var(--orange)}.lotto-link-btn i:last-child{font-size:.75rem;opacity:.6}.lotto-info{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;background:var(--background-secondary);border:1px solid var(--border);border-radius:4px;font-size:.8125rem;color:var(--text-secondary);margin-bottom:1rem}.lotto-count{color:var(--orange);font-weight:600}.lotto-generate-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:linear-gradient(145deg,#fb923c,#ea580c);border:none;border-radius:4px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s}.lotto-generate-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(249,115,22,.3)}.lotto-generate-btn:disabled{background:var(--text-muted);cursor:not-allowed}.lotto-error{text-align:center;color:var(--red);font-size:.875rem;padding:.5rem;margin-top:.5rem}.lotto-analysis{padding:1rem 0}.analysis-step{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;color:var(--text-muted);font-size:.875rem;transition:all .3s}.analysis-step.active{color:var(--orange)}.analysis-step.done{color:var(--green)}.step-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.spinner-small{width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--orange)}.lotto-result{padding:1rem 0}.result-title{text-align:center;font-size:1.125rem;font-weight:600;color:var(--text);margin-bottom:1rem}.lotto-games{display:flex;flex-direction:column;gap:.75rem}.lotto-game{gap:.5rem;padding:.5rem;background:var(--background-secondary)}.game-label,.lotto-game{display:flex;align-items:center;border-radius:4px}.game-label{width:24px;height:24px;justify-content:center;background:var(--text-muted);color:#fff;font-size:.75rem;font-weight:600}.game-balls{gap:.375rem;flex:1}.game-balls,.lotto-ball{display:flex;justify-content:center}.lotto-ball{width:36px;height:36px;align-items:center;border-radius:50%;font-size:.875rem;font-weight:700;color:#fff;animation:ballPop .3s ease-out forwards;opacity:0;transform:scale(0)}@keyframes ballPop{to{opacity:1;transform:scale(1)}}.ball-yellow{background:linear-gradient(145deg,#fbbf24,#f59e0b)}.ball-blue{background:linear-gradient(145deg,#60a5fa,#3b82f6)}.ball-red{background:linear-gradient(145deg,#f87171,#ef4444)}.ball-gray{background:linear-gradient(145deg,#9ca3af,#6b7280)}.ball-green{background:linear-gradient(145deg,#4ade80,#22c55e)}.lotto-reset-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;margin-top:1rem;background:var(--background-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.lotto-reset-btn:hover{background:var(--background);color:var(--text)}.lotto-history{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.lotto-history-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.lotto-history-title i{color:var(--text-secondary)}.lotto-history-list{display:flex;flex-direction:column;gap:.75rem}.lotto-history-item{padding:.75rem;background:var(--background-secondary);border:1px solid var(--border);border-radius:4px}.history-date{display:block;font-size:.6875rem;color:var(--text-muted);margin-bottom:.5rem}.history-games{display:flex;flex-direction:column;gap:.375rem}.history-game{display:flex;align-items:center;gap:.25rem}.game-label-small{width:16px;height:16px;background:var(--text-muted);font-weight:600;border-radius:2px;margin-right:.25rem}.game-label-small,.lotto-ball-small{display:flex;align-items:center;justify-content:center;color:#fff;font-size:.625rem}.lotto-ball-small{width:22px;height:22px;border-radius:50%;font-weight:700}.lotto-history-loading{display:flex;justify-content:center;padding:1rem}.lotto-history-end{text-align:center;font-size:.75rem;color:var(--text-muted);padding:.75rem}@media (max-width:767px){.lotto-ball{width:32px;height:32px;font-size:.75rem}.lotto-ball-small{width:20px;height:20px;font-size:.5625rem}}.profile-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);padding:1rem}.profile-modal{width:100%;max-width:400px;min-height:90vh;max-height:90vh;background:var(--card);border-radius:.5rem;display:flex;flex-direction:column;overflow:hidden}.profile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border)}.profile-header h2{font-size:1.125rem;font-weight:600;color:var(--text)}.profile-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;border-radius:.375rem}.profile-close:hover{background:var(--background-secondary)}.profile-body{flex:1;padding:1rem;overflow-y:auto}.profile-loading{display:flex;align-items:center;justify-content:center;min-height:200px}.profile-avatar-section{display:flex;justify-content:center;margin-bottom:1.5rem}.profile-avatar{width:80px;height:80px;border-radius:50%;background:var(--orange);color:#fff;font-size:2rem;font-weight:600;display:flex;align-items:center;justify-content:center}.profile-field{margin-bottom:1.25rem}.profile-field label{display:block;font-size:.8125rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.profile-field label .hint{font-weight:400;color:var(--text-muted)}.profile-input{width:100%;padding:.75rem 1rem;font-size:.9375rem;color:var(--text);background:var(--background-secondary);border:1px solid var(--border);border-radius:.375rem;outline:none}.profile-input:focus{border-color:var(--orange)}.profile-input.disabled{background:var(--background-secondary);color:var(--text-muted);cursor:not-allowed}.profile-input-row{display:flex;gap:.5rem;align-items:center}.profile-input-row .flex-1{flex:1}.profile-status{width:24px;display:flex;align-items:center;justify-content:center}.profile-hint{color:var(--text-muted)}.profile-hint,.profile-hint-row{font-size:.75rem;margin-top:.25rem}.profile-hint-row{display:flex;justify-content:space-between;align-items:center}.profile-hint-row .char-count{color:var(--text-muted)}.profile-warning{font-size:.75rem;color:var(--orange);margin-top:.25rem}.profile-phone-display{display:flex;gap:.5rem}.profile-phone-display .flex-1{flex:1}.profile-change-btn{padding:0 1rem;font-size:.875rem;font-weight:500;color:var(--text);background:var(--card);border:1px solid var(--border);border-radius:.375rem;cursor:pointer}.profile-change-btn:hover{background:var(--background-secondary)}.profile-phone-edit{display:flex;flex-direction:column}.profile-action-btn{padding:0 1rem;height:44px;font-size:.875rem;font-weight:600;color:#fff;background:var(--orange);border:none;border-radius:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:60px}.profile-action-btn:hover{background:var(--orange-hover)}.profile-action-btn.disabled{background:var(--border);cursor:not-allowed}.profile-cancel-btn{align-self:flex-start;margin-top:.5rem;font-size:.8125rem;color:var(--text-muted);background:transparent;border:none;cursor:pointer;padding:0}.profile-cancel-btn:hover{color:var(--text-secondary)}.profile-footer{padding:1rem;border-top:1px solid var(--border)}.profile-save-btn{width:100%;padding:.875rem;font-size:1rem;font-weight:600;color:#fff;background:var(--orange);border:none;border-radius:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.profile-save-btn:hover{background:var(--orange-hover)}.profile-save-btn:disabled{opacity:.6;cursor:not-allowed}.spinner-small{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.profile-status .spinner-small{border-color:var(--border);border-top-color:var(--orange)}@keyframes spin{to{transform:rotate(1turn)}}