@keyframes projectListBounce{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}100%{transform:scale(1);opacity:1}}@keyframes projectListFadeOut{from{opacity:1}to{opacity:0}}@keyframes projectCreateBounce{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}100%{transform:scale(1);opacity:1}}@keyframes projectCreateFadeOut{from{opacity:1}to{opacity:0}}.project-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10001;backdrop-filter:blur(4px)}.project-list-popup{background:#fff;border:3px solid #1a1a2e;border-radius:24px;padding:32px;max-width:600px;width:95%;max-height:80vh;box-shadow:8px 8px 0 #000;animation:projectListBounce .4s cubic-bezier(.68,-.55,.265,1.55);position:relative;display:flex;flex-direction:column}.project-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.project-list-title{font-size:22px;font-weight:800;color:#1a1a2e;margin:0}.project-list-close-btn{background:0 0;border:none;font-size:28px;cursor:pointer;color:#1a1a2e;line-height:1;transition:transform .2s}.project-list-close-btn:hover{transform:scale(1.2)}.project-list-scroll-container{flex:1;overflow-y:auto;overflow-x:visible;margin-bottom:16px;padding:4px 8px 4px 4px;max-height:400px}.project-list-item{display:flex;align-items:center;padding:16px 18px;background:#fffbf5;border:3px solid #1a1a2e;border-radius:14px;margin-bottom:12px;text-decoration:none;color:inherit;transition:all .2s;box-shadow:4px 4px 0 #000}.project-list-item:hover{transform:translate(-3px,-3px);box-shadow:7px 7px 0 #000;background:#fff5e6}.project-list-item:active{transform:translate(0,0);box-shadow:4px 4px 0 #000}.project-list-item-info{flex:1}.project-list-item-name{font-weight:800;color:#1a1a2e;margin-bottom:4px;font-size:16px}.project-list-item-date{font-size:13px;color:#6c757d;font-weight:600}.project-list-item-arrow{width:36px;height:36px;border:2px solid #1a1a2e;border-radius:50%;display:flex;align-items:center;justify-content:center}.project-list-item-arrow.canvas{background:#00a8e8}.project-list-item-arrow.sketch{background:#ffe66d}.project-list-new-btn{width:100%;background:#00a8e8;color:#fff;border:3px solid #1a1a2e;border-radius:12px;padding:14px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:4px 4px 0 #000;transition:all .2s}.project-list-new-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 #000}.project-list-empty,.project-list-error{text-align:center;padding:40px 20px;background:#fffbf5;border:3px solid #1a1a2e;border-radius:16px;box-shadow:4px 4px 0 #000}.project-list-empty-icon,.project-list-error-icon{font-size:56px;margin-bottom:16px}.project-list-empty-title{margin-bottom:8px;font-weight:800;color:#1a1a2e;font-size:18px}.project-list-empty-desc{font-size:14px;color:#6c757d;font-weight:600}.project-list-error-title{font-weight:800;color:#1a1a2e;font-size:16px}.project-list-loading{text-align:center;padding:40px 20px;color:#6c757d}.project-create-popup{background:#fff;border:3px solid #1a1a2e;border-radius:24px;padding:40px;max-width:600px;width:calc(100% - 32px);max-height:90vh;overflow-y:auto;box-shadow:8px 8px 0 #000;text-align:center;animation:projectCreateBounce .4s cubic-bezier(.68,-.55,.265,1.55);position:relative}.project-modal-close-btn{position:absolute;top:16px;right:16px;background:0 0;border:none;font-size:28px;cursor:pointer;color:#1a1a2e;padding:4px 8px;line-height:1;transition:transform .2s}.project-modal-close-btn:hover{transform:scale(1.2)}.project-create-title{font-size:28px;font-weight:800;color:#1a1a2e;margin-bottom:8px}.project-create-subtitle{font-size:16px;color:#4a4a5e;margin-bottom:28px}.existing-projects-section{margin-top:24px;padding-top:24px;border-top:2px dashed #e9ecef;text-align:left}.existing-projects-title{font-size:16px;font-weight:700;color:#6c757d;margin-bottom:12px;display:flex;align-items:center;gap:8px}.existing-projects-scroll{overflow-y:auto;padding:4px}.existing-projects-label{font-size:13px;color:#6c757d;margin-bottom:8px;font-weight:600}.existing-projects-label.with-margin{margin:12px 0 8px 0}.existing-project-item{display:flex;align-items:center;padding:12px 14px;background:#fffbf5;border:3px solid #1a1a2e;border-radius:12px;margin-bottom:8px;text-decoration:none;color:inherit;transition:all .2s;box-shadow:4px 4px 0 #000;position:relative;z-index:1}.existing-project-item:hover{transform:translate(-3px,-3px);box-shadow:7px 7px 0 #000;background:#fff5e6;z-index:10}.existing-project-item:active{transform:translate(0,0);box-shadow:4px 4px 0 #000}.existing-project-info{flex:1}.existing-project-name{font-weight:700;color:#1a1a2e;font-size:14px}.existing-project-date{font-size:11px;color:#6c757d}.existing-project-arrow{width:28px;height:28px;border:2px solid #1a1a2e;border-radius:50%;display:flex;align-items:center;justify-content:center}.existing-project-arrow.canvas{background:#00a8e8}.existing-project-arrow.sketch{background:#ffe66d}.project-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:0}.project-option-card{background:#fff;border:3px solid #1a1a2e;border-radius:20px;padding:32px 24px;cursor:pointer;transition:all .25s cubic-bezier(.4, 0, .2, 1);text-align:center;box-shadow:5px 5px 0 #000;position:relative;overflow:visible}.project-option-card:hover{transform:translate(-4px,-4px);box-shadow:9px 9px 0 #000}.project-option-card:active{transform:translate(0,0);box-shadow:3px 3px 0 #000}.project-option-card.selected,.project-option-card.selected:active,.project-option-card.selected:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 #000;background:#f5f5f5}.project-option-icon{font-size:48px;margin-bottom:16px;display:none;width:64px;height:64px;object-fit:contain;margin-left:auto;margin-right:auto}.project-option-icon.loaded{display:block}.project-option-card h3{font-size:20px;font-weight:800;color:#1a1a2e;margin:0 0 8px 0}.project-option-card p{font-size:14px;color:#6c757d;margin:0;line-height:1.5}.project-form-container{overflow:visible;max-height:0;opacity:0;transition:all .3s ease;pointer-events:none}.project-form-container.show{max-height:400px;opacity:1;margin-top:24px;padding-top:24px;padding-bottom:8px;border-top:2px dashed #e9ecef;pointer-events:auto}.project-form-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.project-form-input--name{flex:1;margin-bottom:0}.project-form-member-limit{display:flex;align-items:center;gap:4px;flex-shrink:0;padding:0;background:0 0;border:none;border-radius:0}.project-form-input--members{width:48px;padding:10px 6px;font-size:14px;font-weight:700;text-align:center;border:2px solid #1a1a1a;border-radius:8px;margin-bottom:0;background:#fff}.project-form-input--members:focus{outline:0;border-color:#00a8e8;box-shadow:0 0 0 2px rgba(0,168,232,.1)}.project-form-member-limit span{font-size:12px;font-weight:600;color:#888}.project-form-input{width:100%;padding:14px 16px;border:3px solid #1a1a1a;border-radius:12px;font-size:16px;margin-bottom:12px;box-sizing:border-box;transition:all .2s}.project-form-input:focus{outline:0;border-color:#00a8e8;box-shadow:0 0 0 3px rgba(0,168,232,.1)}.project-form-textarea{width:100%;padding:14px 16px;border:3px solid #1a1a1a;border-radius:12px;font-size:16px;margin-bottom:16px;box-sizing:border-box;resize:vertical;min-height:80px;transition:all .2s}.project-form-textarea:focus{outline:0;border-color:#00a8e8;box-shadow:0 0 0 3px rgba(0,168,232,.1)}.project-create-btn{background:#00a8e8;color:#fff;border:3px solid #1a1a2e;border-radius:12px;padding:14px 32px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:4px 4px 0 #000;transition:all .2s;width:100%}.project-create-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 #000}.project-create-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:4px 4px 0 #000}@media (max-width:767px){.project-create-popup{padding:24px 16px;max-width:95%;width:95%;border-radius:20px;box-shadow:6px 6px 0 #000}.project-modal-close-btn{top:12px;right:12px;font-size:24px}.project-create-title{font-size:22px;margin-bottom:6px}.project-create-subtitle{font-size:14px;margin-bottom:20px}.project-list-popup{padding:20px 16px;max-width:95%;width:95%;max-height:85vh;border-radius:20px;box-shadow:6px 6px 0 #000}.project-list-title{font-size:20px}.existing-projects-section{margin-top:16px;padding-top:16px}.existing-project-item{padding:10px 12px;border-radius:10px;box-shadow:3px 3px 0 #000}.existing-project-item:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 #000}.existing-project-name{font-size:13px}.existing-project-date{font-size:10px}.existing-project-arrow{width:24px;height:24px}.project-options-grid{grid-template-columns:1fr;gap:12px}.project-option-card{padding:20px 16px;border-radius:16px;box-shadow:4px 4px 0 #000}.project-option-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 #000}.project-option-icon{width:48px;height:48px;margin-bottom:12px}.project-option-card h3{font-size:16px;margin-bottom:4px}.project-option-card p{font-size:14px}.project-form-container.show{max-height:400px;margin-top:16px;padding-top:16px}.project-form-row{flex-direction:row;gap:8px}.project-form-input--name{flex:1;min-width:0}.project-form-member-limit{flex-shrink:0}.project-form-input--members{width:44px;padding:8px 4px;font-size:13px}.project-form-input{padding:12px 14px;font-size:14px;border-radius:10px}.project-form-textarea{padding:12px 14px;font-size:14px;border-radius:10px;min-height:60px}.project-create-btn{padding:12px 24px;font-size:14px;border-radius:10px;box-shadow:3px 3px 0 #000}.project-create-btn:hover{box-shadow:5px 5px 0 #000}}@media (min-width:768px) and (max-width:1023px){.project-list-popup{padding:28px;max-width:520px}.project-list-title{font-size:20px}.project-create-popup{padding:32px;max-width:560px}.project-create-title{font-size:24px}.project-create-subtitle{font-size:15px}.project-options-grid{gap:16px}.project-option-card{padding:24px 20px}.project-option-icon{width:56px;height:56px}.project-option-card h3{font-size:18px}.project-option-card p{font-size:13px}}